📗RCON

Connect your server with RCON.

Please do not forget to add the port you use to the firewall!

Open the server.properties file from your Minecraft Server files, edit the sample code below and add it to the bottom.

server.properties
...
enable-rcon=true
rcon.password=PASSWORD
rcon.port=PORT (10289 RECOMMENDED)

Last updated