help hosting server linux
#1

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
Reply
#2

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.
Reply
#3

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
Reply
#4

https://sampwiki.blast.hk/wiki/Linux_Server
Reply
#5

i know but how works the chmod?
Reply
#6

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

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?
Reply
#8

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
Reply
#9

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)
Reply
#10

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

your external ip is the one from your Inet connection
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)