SA-MP Forums Archive
[Tutorial] Setting up a SAMP server on a VPS - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Tutorials (https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] Setting up a SAMP server on a VPS (/showthread.php?tid=523929)



Setting up a SAMP server on a VPS - Sojo12 - 04.07.2014

EDIT...Removal requested by original Author.


Re: Setting up a SAMP server on a VPS - NewerthRoleplay - 04.07.2014

You shouldn't really ever run something like a SA:MP server as root, consider using sudo if you need to run any commands as root. Furthermore you shouldn't connect to FTP as the root user and you also forgot to mention it should be SFTP as it's passing through an SSH tunnel rather than through the normal FTP protocol. (File Transfer Protocol protocol? wot.)


Re: Setting up a SAMP server on a VPS - Khanz - 04.07.2014

Already posted.


Re: Setting up a SAMP server on a VPS - Ayham - 05.07.2014

Nice, thanks.


Re: Setting up a SAMP server on a VPS - [MM]18240[FMB] - 07.07.2014

Also, what about
Код:
nohup ./samp03svr &
and using
Код:
ps x
/
Код:
ps aux
?