Want your own server? View our games!

Player counter does not work (query)

If your player count on your server statistics is showing 0 when it isn't, then its most likely that your query port is not set/enabled. This can be easily fixed by following these steps:-

  • Go to the file manager, right click on the server.properties and click edit.
  • Next you will need to find the following lines:-
  • enable-query=false
    query.port=YOURPORT
  • You'll then need to change enable-query=false to enable-query=true
  • And then lastly change your query.port= value to the query port shown under server info. If you're struggling to find this line, you can add it in.

  • Finally, save the file and restart your server. Your player count should now be working again!