-
Notifications
You must be signed in to change notification settings - Fork 7
Server setup
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)>