SA-MP Forums Archive
How to run my server in Linux VPS(REP++) - 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 run my server in Linux VPS(REP++) (/showthread.php?tid=604455)



How to run my server in Linux VPS(REP++) - JamalMaddox - 05.04.2016

I got a Linux VPS and I would like to know how can I upload my server folder to it using FTP.
I didn't download linux server but windows server


Re: How to run my server in Linux VPS(REP++) - JamalMaddox - 05.04.2016

I followed a tutorial but it says that nohup ./samp03svr & doesn't exits why?


Re: How to run my server in Linux VPS(REP++) - JamalMaddox - 05.04.2016

Код:
[sampsv@fdcKlevis samp03]$ chmod +x samp-npc samp03svr announce
[sampsv@fdcKlevis samp03]$ nohup ./samp03svr &
[1] 11314
[sampsv@fdcKlevis samp03]$ nohup: ignoring input and appending output to `nohup.out'
nohup: failed to run command `./samp03svr': No such file or directory



Re: How to run my server in Linux VPS(REP++) - sheNdjze - 05.04.2016

https://www.youtube.com/watch?v=mRZs4LfUaOI follow my tutorial


Re: How to run my server in Linux VPS(REP++) - Sascha - 06.04.2016

http://deltaroh.net/projects.php?p=6&sp=2

scroll down to the very bottom, you might be missing some libraries


Re: How to run my server in Linux VPS(REP++) - Infinity - 06.04.2016

"./sampserver" is similar to double-clicking sampserver.exe on Windows. The error states that there is no file called "sampserver" in the folder you are currently in, so you have to go to the correct folder. If you have no clue what i just said, there are many good tutorials on how to use a terminal in Linux, go look it up.