For the complete documentation index, see llms.txt. This page is also available as Markdown.

📗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