04.01.2011, 16:12
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
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
