
How to Configure RCON on a Minecraft Server
RCON is a tool that can be used to remotely execute commands on your Minecraft server. This can be used by a server operator and developer to create applications that can connect and interact with a Minecraft server.
#How to Configure RCON
By default, RCON is disabled on all Minecraft servers. However, it can be easily enabled by configuring some options in your server.properties file.
Additionally, you will need to generate an additional port for your server, and define a unique password. With those three parts complete, you'll be ready to reboot your server and start using Minecraft RCON features.
-
Access your server's Control Panel and navigate to the Files tab.
-
Find the
server.propertiesfile, and click its name to edit it. -
Set the enable-rcon field to true.
-
Change the rcon.port field to your newly generated additional port.
-
Set the rcon.password field to your desired unique password.
-
Save the file, then Restart your server.
Once your server finishes restarting, RCON should be enabled, secured and ready for you to use to remotely manage your Minecraft server.