Posts: 61
Threads: 1
Joined: Dec 2010
Reputation:
0
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...
Posts: 1,600
Threads: 3
Joined: May 2011
Reputation:
0
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.