RCON allows you to remotely send commands to your Minecraft server console.
Steps to enable RCON:
- Log in to your Minecraft server panel
- Open the
server.properties
file in the file manager - Find the following settings and update them:
enable-rcon=true
- Set a strong password for
rcon.password=yourpassword
- Confirm or set the port for
rcon.port=25575
(default is 25575)
- Save the file
- Restart your server
Notes:
- Keep your RCON password secure and never share it publicly
- Use an RCON client to connect remotely (e.g., mcrcon, rcon-cli)
If you need assistance enabling or using RCON, open a support ticket and we’ll help.