Server is invisible - 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: Server is invisible (
/showthread.php?tid=656340)
Server is invisible -
martoivanov - 13.07.2018
I host my server on a Linux machine. It is started normally but players can't see when it is online. The process is running but in the SA:MP client it is not showing that the server is online.
What may cause this problem? Does anyone has an idea?
Re: Server is invisible -
Ultraz - 13.07.2018
Post your logs & cfg.
Re: Server is invisible -
Promlesbian - 13.07.2018
You have to make sure the client and the server, are the same version
Re: Server is invisible -
Ultraz - 14.07.2018
Quote:
Originally Posted by Promlesbian
You have to make sure the client and the server, are the same version
|
Even if it's not the same version it will be visible but you can't log in.
Re: Server is invisible -
GangstaSunny. - 14.07.2018
Sounds like your server is blocking the outgoing sa-mp dtuff. Check that.
Re: Server is invisible -
Variableā¢ - 14.07.2018
It can be due to multiple reasons that are not related to 'query' and 'announce'.
Try doing the following:
1. Ensure that your server is properly connected with the MySQL database, just in case you have a MySQL-based script, otherwise it will start and keep reconnecting to the database in many failed attempts.
2. Ensure that the firewall of your Linux machine doesn't block your server's port, which is one of the factors that can result in having the server running without showing up.
If your server starts and people can join, try restarting the server having 'announce' and 'query' set to 1 in
server.cfg
Re: Server is invisible -
vikoo - 17.11.2018
Quote:
Originally Posted by Variableā¢
It can be due to multiple reasons that are not related to 'query' and 'announce'.
Try doing the following:
1. Ensure that your server is properly connected with the MySQL database, just in case you have a MySQL-based script, otherwise it will start and keep reconnecting to the database in many failed attempts.
2. Ensure that the firewall of your Linux machine doesn't block your server's port, which is one of the factors that can result in having the server running without showing up.
If your server starts and people can join, try restarting the server having 'announce' and 'query' set to 1 in server.cfg
|
If my linux machine block my server port how i can unblock that?