Minecraft Guides
How to Setup RCON on Your Minecraft Server
A guide on how to join a Minecraft server on both Java and Bedrock Edition.
RCON, short for Remote Console, is a tool that allows server admins to execute Minecraft server commands remotely. This tool is incredibly useful for managing your server without having to be in the game.
How to Enable RCON
RCON is disabled on Minecraft servers by default, so you’ll need to manually enable it. Here’s how:
- Stop your server
- Head to Files ->
server.properties
- Find
enable-rcon=false
and set it toenable-rcon=true
- To secure RCON, change
rcon.password
to a secure password andrcon.port
to a new working port (Network -> Create Allocation) - Save the file and restart your server
And voilà! RCON is now setup for your server and secure!
Frequently Asked Questions
Was this page helpful?