SA-MP Forums Archive
VPS won't start the server. - 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: VPS won't start the server. (/showthread.php?tid=492612)



VPS won't start the server. - EliteApple - 04.02.2014

I've switched over to my VPS, got a teamspeak installed, and then I put sa-mp files there and extract it and what not.

However, everytime I try running the server, the server wont run, either file isn't reconized, or the server starts, then dies out.


I've already looked at:
https://sampforum.blast.hk/showthread.php?tid=327272

https://sampwiki.blast.hk/wiki/Linux_Server


None of this seemed to help.

Ideas or someone wanna re-run me through the steps?


Re: VPS won't start the server. - BoOob - 04.02.2014

1 ) Plugins must be in .so not .dll in Your server.cfg
2) You must change the password in server.cfg
3) You must give permissions to samp03svr to start
4) Start the server with
Quote:

nohup ./samp03svr &

if you found anything wrong ,contact me i know well about linux hosting


Re: VPS won't start the server. - kurniarocki - 05.03.2014

how to give permissions to samp03svr to start


Re: VPS won't start the server. - ]Rafaellos[ - 06.03.2014

chmod +x samp03svr announce


Re: VPS won't start the server. - BoOob - 06.03.2014

just try this
Quote:

cd /"Server Folder"

then
Quote:

chmod 777 samp03svr