Austinb / GameQ

A PHP Gameserver Status Query Library
https://austinb.github.io/GameQ/
GNU Lesser General Public License v3.0
403 stars 137 forks source link

The problem of the Rust game #703

Closed es1538 closed 1 year ago

es1538 commented 1 year ago

Discussed in https://github.com/Austinb/GameQ/discussions/702

Originally posted by **es1538** May 15, 2023 I have tried various ports and does not output server data to any, there are no problems with other games. I tried just the port and the Query port For example, the server 45.63.67.84:28016 works fine, but for example the server 185.189.255.135:35100 does not work, I tried different ones, some work, and some do not ![screenshot](https://github.com/Austinb/GameQ/assets/133704292/fb379001-a863-4ed4-a712-b24cdbac62c2)
Austinb commented 1 year ago

Since you stated that the server at 45.63.67.84:28016 works then there is no issue with the protocol. Just because it does not work on other servers does not mean it is a GameQ issue. There could be many reasons why you are unable to query a server, blocked port, ip restricted access to port, query port is custom (different than standard), etc...

es1538 commented 1 year ago

IP: 185.189.255.135:35100 (Query port: 35110) here is my server data, but even specifying 'options' => ['query_port' => '35110'] nothing happens. There is simply no connection, and there are many such servers, a single 45.63.67.84:28016 connected.