SA-MP Forums Archive
How To stop samp 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: How To stop samp server? (/showthread.php?tid=142177)



How To stop samp server? - redigaffi - 17.04.2010

i have get to start the samp server in linux, but now i want to close it, or restart, how will be the linux commands?


Re: How To stop samp server? - snoob - 17.04.2010

if you are working from the console in linux, you can use the 'kill' command.
you need to find out what is the 'PID' of your sa-mp server.
to find the 'PID' you can use the command 'top' that will show you your current top process, press 'q' to exit top.
then use
Code:
 kill -9 'PID'



Re: How To stop samp server? - Dreftas - 17.04.2010

Code:
killall samp-proccess-here
default would be
Code:
killall samp03svr
I'm using killall t2p_samp because my proccess is renamed to t2p_samp


Re: How To stop samp server? - snoob - 17.04.2010

Quote:
Originally Posted by Dreft
I'm using killall t2p_samp because my proccess is renamed to t2p_samp
im searching my pid cuz im running many server on the host and do not want to kill all sa-mp process




Re: How To stop samp server? - Westie - 17.04.2010

Rename the binaries, obviously. You could use RCON to shut it down, obviously.


Re: How To stop samp server? - Dreftas - 17.04.2010

Quote:
Originally Posted by snoob
Quote:
Originally Posted by Dreft
I'm using killall t2p_samp because my proccess is renamed to t2p_samp
im searching my pid cuz im running many server on the host and do not want to kill all sa-mp process

That's why I renamed my all servers binary names
killall some_server
killall t2p_samp
killall another_serv

and so on ;P


Re: How To stop samp server? - snoob - 18.04.2010

will use that from now on



Re: How To stop samp server? - satafinix - 06.09.2014

recommended Command:

Code:
Killall samp03svr



Re: How To stop samp server? - Marsss - 06.09.2014

Lets go to host and try to delete your server and remove the host during you must stoped the your server.