SA-MP Forums Archive
PuTTy - 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: PuTTy (/showthread.php?tid=549800)



PuTTy - JaKe Elite - 08.12.2014

So, i was running my server throughout VPS.
TBH, i have no idea about this, my friend was guiding me, all went fine until we are stuck on this process.



Any idea? All i know samp-server.exe is ./samp03srv but why it doesn't exist?

EDIT: To make it clearier to you, this is the view of my files on the root - samp03 (FileZilla)




Re: PuTTy - Infinity001 - 08.12.2014

Where did you install the files to? What drive?

If it's the home directory type "cd /home"

Then try changing it to the file directory


Re: PuTTy - JaKe Elite - 08.12.2014

The files are placed in "/root/samp03"


Re: PuTTy - Mauzen - 08.12.2014

samp-server.exe is not ./samp03srv
samp-server.exe is the windows version, samp03srv is a completely different binary. You need to set up the linux server. Also consider getting the linux plugin versions.


Re: PuTTy - JaKe Elite - 08.12.2014

I have the linux plugin version, But how about the thing you mentioned, the samp-server.exe linux version?

EDIT: Alright i got the linux version of samp-server.exe, How do i run them now?


Re: PuTTy - Abagail - 08.12.2014

R1: http://files.sa-mp.com/samp03zsvr_R1.tar.gz
R4(500 players): http://files.sa-mp.com/samp03zsvr_R4.tar.gz
R4(1000 players): http://files.sa-mp.com/samp03zsvr_R4-1000p.tar.gz

For reference, the linux server download is beneath the windows download on the download page.


Re: PuTTy - JaKe Elite - 08.12.2014

It worked but now, i am receiving permission denied.

EDIT: nvm, works thank you guys, one final question, how do i kill the server?


Re: PuTTy - MD5 - 08.12.2014

In order to kill a process you must kill the PID, to get the list of running processes use: # ps aux | and then to kill the PID which turns off the server is:

Код:
kill number PID
Also, you may want to check out linux's "screening" function, as you can switch its screens and leave it running when you close PuTTy.

Also, are you Saest?