SA-MP 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: SA-MP Server (
/showthread.php?tid=384561)
SA-MP Server -
LightningBolt - 12.10.2012
I Dont know how to open the samp03svr
on the SSH Console I Extracted The Samp03
Then cd samp03
then ./samp03svr
and nothing ....
Quote:
-bash: ./samp03svr: command not found
|
I Am On SSH Console
Re: SA-MP Server -
ColorHost-Kevin - 12.10.2012
Are Your in sure your SAMP folder?
Re: SA-MP Server -
LightningBolt - 12.10.2012
yeah ...
Re: SA-MP Server -
LightningBolt - 12.10.2012
HELP Please
Re: SA-MP Server -
Memoryz - 12.10.2012
What happens when you type in:
ls
Re: SA-MP Server -
LightningBolt - 12.10.2012
showing me all the files of the sa-mp server files
Re: SA-MP Server -
LightningBolt - 12.10.2012
HELP PLEASE
Re: SA-MP Server -
[UE]Milan - 13.10.2012
check in filezilla and see if the files are actually there
You may need to set permissions by typing
chmod +x samp-npc samp03svr announce
Then run it in BG by typing
nohup ./samp03svr &
Now the server will be online even if you close your SHH client
Re: SA-MP Server -
NewerthRoleplay - 13.10.2012
Or you can install screen which is a package that runs commands in a seperate window then you cd into the server directory and use screen -S samp ./samp03svr and if you want to resume the window and shutdown your server you can use screen -r samp and then use CTRL+C to shutdown the screen.
This is how I run the servers on my dedicated host, hope it helped
Re: SA-MP Server -
Jikesh - 13.10.2012
Make sure the samp03svr file's permission are set to 755