SA-MP Forums Archive
help hosting server linux - 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: help hosting server linux (/showthread.php?tid=206703)



help hosting server linux - owner3000 - 04.01.2011

hello,

i have at home a linux server that we use for storage for movies and so.
it's a computer that runs 24/7 and i always had a paid server. but i thought i could run
a sa-mp server at my own server. it is possible. but i have 0,0 expierence with linux.
i already have a port forwarded. but i have no idea how to run the samp03svr at my linux.
i thought i could ask it here. because when i search it at ******. i didn't understand what to do.
with the chmod or something.

greetz,
owner3000


Re: help hosting server linux - Georgelopez1 - 04.01.2011

It is possible. Go here: http://sa-mp.com/download.php and download the "SA-MP Linux Server Download". PM me with any further questions.


Re: help hosting server linux - owner3000 - 04.01.2011

Quote:
Originally Posted by Georgelopez1
Посмотреть сообщение
It is possible. Go here: http://sa-mp.com/download.php and download the "SA-MP Linux Server Download". PM me with any further questions.
thanks for the fast reaction,

i have downloaded an i have configured my server.cfg
i just dont know how to run samp03svr


Re: help hosting server linux - clum# - 04.01.2011

https://sampwiki.blast.hk/wiki/Linux_Server


Re: help hosting server linux - owner3000 - 04.01.2011

i know but how works the chmod?


Re: help hosting server linux - Ironboy500[TW] - 04.01.2011

Код:
cd /path/to/your/server
nohup ./samp03svr &
This will keep your server running, about permissions, make sure it is 0777.


Re: help hosting server linux - owner3000 - 04.01.2011

Quote:
Originally Posted by Ironboy500[TW]
Посмотреть сообщение
Код:
cd /path/to/your/server
nohup ./samp03svr &
This will keep your server running, about permissions, make sure it is 0777.
what 0777 the forwarded port?


Re: help hosting server linux - Dokins - 04.01.2011

The ports are already forwarded (Given that you are using a hosted linux server)

go to your command prompt (Putty)

type in the following commands:

cd /root/(yourfoldername)

type: nohup ./samp03svr &

The above command explained: nohup(ignore other connections and launch connections) ./samp03svr(samp server file name) & (disregard other cnnections and continue to run)

7777 is the port the server runs on (default)

also do this command if the server refuses to run:

(you should already be in directory) chmod 700 *
(ensure its in the directory of your samp server)

If you need anymore help, I'll be happy to


Re: help hosting server linux - owner3000 - 04.01.2011

Quote:
Originally Posted by Dokins
Посмотреть сообщение
The ports are already forwarded (Given that you are using a hosted linux server)

go to your command prompt (Putty)

type in the following commands:

cd /root/(yourfoldername)

type: nohup ./samp03svr &

The above command explained: nohup(ignore other connections and launch connections) ./samp03svr(samp server file name) & (disregard other cnnections and continue to run)

7777 is the port the server runs on (default)

also do this command if the server refuses to run:

(you should already be in directory) chmod 700 *
(ensure its in the directory of your samp server)

If you need anymore help, I'll be happy to
ty for your great explenation,
now i have the problem that i dont know if this message is good or not:
*********:~/samp03 # nohup ./samp03svr &
[1] 19707
*********:~/samp03 # nohup: ignoring input and appending output to `nohup.out'

and i dont know to find the good ip from my server
and i dont know how to use putty, because i dont know how to install things on my linux and i dont know
how to instal it, because my linux won't open .exe file. i use terminal program
(btw i dont use a hosted linux server, its just an computer with linux on it. and we use it for storage
maybe it is a hosted one i dont know. but i never used linux before)


Re: help hosting server linux - snoob - 04.01.2011

use "ifconfig" on your linux computer to find out your local ip

your external ip is the one from your Inet connection