Install JSONAPI
This article is archived. The information provided here does not apply to present day servers and links on this page may be dead. The information is being provided for posterity.
JSONAPI requires specific configuration to work with Command Center. JSONAPI adds a web-based JSONAPI to a Minecraft server that allows one to run commands on.
- Login to Command Center.
- Open the server you wish to manage.
- Click the gear icon above the graphs and go to Port Forwarding.
- Follow the directions to complete setup.
If the directions advise you to edit a config file, do the following:
- Open
/[game name]/plugins/JSONAPI/config.yml
- Change the port to the following:
[your server port] - 25565 + 20059
. For example, if your server port is25567
, set your JSONAPI port to20061
. If your server port is25569
, set your JSONAPI port to20063
, etc. Your server port is the number after the:
in your server address. The port of192.0.2.1:25570
is25570
. - After the line with
port:...
, add the following: bind-address: [your numeric server address] - The numeric server address is the portion before the
:
and port. For example, it’s192.0.2.1
portion of192.0.2.1:25570
. - Depending on the system you’re on, you may need to contact support to open the firewall. If you’re unable to connect, please contact us.
Updated over 2 years ago