Server says its started, but isn't.
#1

Hello, so we recently switched from a Windows server to a centos, and are trying to start the server. We went on the forums and looked around to find an issue to where we did
Код:
./samp03svr & or nohup ./samp03svr &
it would say unknown command. We found these fixes, and in putty it said the server was up and running (This example uses ./samp03svr &)

Код:
Started server on port: 7778, with maxplayers: 51 lanmode is ON.
(I switched the port and turned on LAN to see if that was the issue)

But when we go to our server list, the server doesn't show up.

Any help is appreciated, and a big thanks in advance!

nohup ./samp03svr & message

Код:
 nohup: ignoring input and appending output to ‘nohup.out’
P.S. I've worked on a server that uses Linux before, using nohup ./samp03svr but never set a server up myself using linux, thanks again!
Reply
#2

Check server log, most likely something kills it. or open 7778 port.
Reply
#3

UPDATE: We've tried adding bind, changing query, changing announce, and changing LANMode.
Reply
#4

Quote:
Originally Posted by ikey07
Посмотреть сообщение
Check server log, most likely something kills it. or open 7778 port.
We tried opening the port using the following commands with no change.

Код:
firewall-cmd --zone=public --add-port=7777/tcp --permanent
firewall-cmd --zone=public --add-port=80/udp --permanent
firewall-cmd --reload
Reply
#5

Quote:
Originally Posted by ikey07
Посмотреть сообщение
Check server log, most likely something kills it. or open 7778 port.
Nevermind, we put port ID 80 instead of 7777, works now thanks +rep.
Reply
#6

Quote:
Originally Posted by KtotheYle
Посмотреть сообщение
We tried opening the port using the following commands with no change.

Код:
firewall-cmd --zone=public --add-port=7777/tcp --permanent
firewall-cmd --zone=public --add-port=80/udp --permanent
firewall-cmd --reload
To start off with you only opened a tcp port, someone I know had an issue exactly like this where he had to open the tcp and udp, then it worked.
Reply
#7

Quote:
Originally Posted by zT KiNgKoNg
Посмотреть сообщение
To start off with you only opened a tcp port, someone I know had an issue exactly like this where he had to open the tcp and udp, then it worked.
You ONLY have to open the UDP port, SA-MP doesn't use TCP at all.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)