SA-MP Forums Archive
SAMP server linux - 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: SAMP server linux (/showthread.php?tid=332703)



SAMP server linux - khaqatar - 09.04.2012

hello i am new to using samp Linux on my VPS i know how to start server but i don't know how to restart or stop the server...


Re: SAMP server linux - [UE]Milan - 09.04.2012

get Putty(a SSH client).


Re: SAMP server linux - ColorHost-Kevin - 09.04.2012

Once you install the excutable and the files, to start it you would do

./samp03svr &

This will then run it.

To stop, you can kill the process like.

killall samp03svr

Hope this helps.