📗RCON

Connect your server with RCON.

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

Was this helpful?