|
|
#1 |
|
Huge Clucker
![]() ![]() ![]() Join Date: Dec 2009
Location: UK, Wales
Posts: 301
Reputation: 18
|
How to make a 0.3e Linux SA:MP Server Some people I seen have asked for help making a SA:MP server on there Linux VPS. I have a Linux VPS and decided to make a small tutorial on how to do this. First, Make sure you know how to use your SSH text editor. I use nano as I find it easy. To install nano on CentOS type: yum install nano To install nano on Debian/Ubuntu type: apt-get install nano If they dont work update your system first. Then to download the SA:MP Server type: wget http://files.sa-mp.com/samp03esvr.tar.gz (To get more versions go Here) Now to extract the .tar.gz you can use this command line: tar -zxf samp03esvr.tar.gz If you wish to extract it and not type the full name type: tar -zxf samp* Now you type: cd samp03 now you will be in your SA:MP folder. As we installed nano (Step 1) we can now edit this more easier than it would be with the SSH editor that came with it. To edit the server.cfg type: nano server.cfg Now you will be editing your server.cfg. Edit the port (if needed), Hostname, RCON Password (otherwise won't start) and your player amount and gamemode. Now that you edited them press CTRL + X Then it asks if you want to save Press Y then press ENTER now you have edited it. To start it and keep it running without SSH needing to be open type nohup ./samp03svr & and it will continue running after the SSH conenction has been cut. I will do more tutorials soon, Please post any suggestions. |
|
|
|
|
|
#2 |
|
Guest
Posts: n/a
|
You can use nano and vi, since they work the same.
|
|
|
|
#3 |
|
Huge Clucker
![]() ![]() ![]() Join Date: Dec 2009
Location: UK, Wales
Posts: 301
Reputation: 18
|
I never know how to use vi. Nano is easy for new people though or even advanced.
|
|
|
|
|
|
#4 |
|
Big Clucker
![]() ![]() Join Date: Oct 2010
Posts: 190
Reputation: 59
|
I gotta say its the most useful, simple and easy tutorial in a while, i do not tend to give reputation to anyone as i dont care/like gettinng it, but you deserve it.
Good job. |
|
|
|
|
|
#5 |
|
Huge Clucker
![]() ![]() ![]() Join Date: Dec 2009
Location: UK, Wales
Posts: 301
Reputation: 18
|
|
|
|
|
|
|
#6 |
|
Guest
Posts: n/a
|
This thread should get moved for server support.
|
|
|
|
#7 |
|
Huge Clucker
![]() ![]() ![]() Join Date: Dec 2009
Location: UK, Wales
Posts: 301
Reputation: 18
|
Ok Kikito.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help with Server-Setup | Nick:D | Server Support | 5 | 01/02/2012 07:39 AM |
| Server wont load plugins for linux on linux server! | GrantLea | Help Archive | 3 | 24/10/2010 10:55 PM |
| how to setup samp with vps linux (host) | redigaffi | Server Support | 2 | 21/11/2009 07:46 PM |