SA-MP Forums Archive
Little Help needed. - 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: Little Help needed. (/showthread.php?tid=119811)



Little Help needed. - MARTLMHK - 09.01.2010

I have a ftp server running in linux .I hawe already uploaded linux samp server files but I don t have a clue how to run this thing .only I know is that I have to make some web page and put some lines from wiki https://sampwiki.blast.hk/wiki/Linux_Server but I dont know how to do that

Sorry for my bad english


Re: Little Help needed. - iLinx - 09.01.2010

you cant run a server through ftp.
you need to login to your server (putty is a good ssh client if you need one), and then run something along the lines of
Код:
cd /path/to/your/samp/folder
nohup ./samp03svr &