Skip to content
Miha Frangez edited this page Mar 19, 2015 · 3 revisions

In order for the app to get the status and player list of your servers, you need to enable Minecraft Query on your server and give the web server access to it's port (if it's on a different machine).

###server.properties

enable-query=true
query.port=<any port here (can be the same as server port)>

##Table of contents:

###For server administrators:

###For developers

Clone this wiki locally