SA-MP Forums Archive
SA-MP on VPS - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: SA-MP on VPS (/showthread.php?tid=59946)



SA-MP on VPS - Dmac_91 - 31.12.2008

I have a VPS with a very basic panel (allows start/stop/reboot) along with LXadmin or something simular. Thats all it has. I was wondering if there was a way and what steps i would need to take to install a SA-MP server on it. It's using CentOS.


Re: SA-MP on VPS - RoBo - 31.12.2008

I assume you have SSH access?

wget http://files.sa-mp.com/samp02Xsvr.tar.gz
cd /home/yourusername
tar -xvf samp02Xsvr.tar.gz
cd /home/username/samp02X
nohup ./samp02Xsvr &

Done


Re: SA-MP on VPS - Dmac_91 - 31.12.2008

Do i need something like GameCP as well to control it?

Thanks for the help also.


Re: SA-MP on VPS - RoBo - 31.12.2008

Quote:
Originally Posted by Dmac_91
Do i need something like GameCP as well to control it?
No just use RCON and FTP


Re: SA-MP on VPS - -Sneaky- - 31.12.2008

Quote:
Originally Posted by Dmac_91
Do i need something like GameCP as well to control it?

Thanks for the help also.
No, but you could use Westie control panel & an automatic server restarter would be usefull (search for it on the forums).

Quote:
Originally Posted by RoBo
I assume you have SSH access?

wget http://files.sa-mp.com/samp02Xsvr.tar.gz
cd /home/yourusername
tar -xvf samp02Xsvr.tar.gz
cd /home/username/samp02X
nohup ./samp02Xsvr &

Done
This will exit the server as soon as you close putty (or w/e he uses), I'm not sure how to prevent that.. hmm.


Re: SA-MP on VPS - [M]deLux - 31.12.2008

Quote:
Originally Posted by Sneaky*
nohup ./samp02Xsvr &
thats the thing to prevent it - its already in there


Re: SA-MP on VPS - [M]deLux - 31.12.2008

whats the advantage of screen?


Re: SA-MP on VPS - [M]deLux - 01.01.2009

sounds smart for me

gonna try that out one day...