SA-MP server won't display for others (VPS) - 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 won't display for others (VPS) (
/showthread.php?tid=646495)
SA-MP server won't display for others (VPS) -
Fratello - 17.12.2017
Hello.
This is a really weird problem. When I start SA-MP server on my VPS (Derbian) it starts up properly. I can see it on the SA-MP server list. But others can't. Only I can see the server, connect too. I'm a remote ip just like others. When I try to ping the IP it says: Unkown host.
I start the server this way:
I also checked if there are two SA-MP servers running, nope.
This is the server ip, 145.239.212.59:6969
Does anyone know what might be the problem? Thanks.
EDIT: I was away for a while. I contacted the host and they open'd some ports. So that is the solution.
Re: SA-MP server won't display for others (VPS) -
rfr - 02.01.2018
When you start the server like that and close the console the server will shutdown. Use nohup.
Re: SA-MP server won't display for others (VPS) -
-Shifty- - 02.01.2018
You probably have strict firewall rules only allowing your IP while refusing anyone else. The unknown game mode means that your game mode did not load properly. Check the server log.
Re: SA-MP server won't display for others (VPS) -
rfr - 02.01.2018
PHP Code:
root# sudo iptables -A INPUT -p tcp --dport 3306 --jump ACCEPT
root# sudo iptables -A INPUT -p udp --dport 3306 --jump ACCEPT
root# iptables-save
Re: SA-MP server won't display for others (VPS) - Astralis - 02.01.2018
I'd say ports/IP's are being blocked. Best way is to contact your host, although the main provider is OVH, but they are still able to help you with this issue.