How do I enable RCON on my Minecraft server?


RCON allows you to remotely send commands to your Minecraft server console.

Steps to enable RCON:

  1. Log in to your Minecraft server panel
  2. Open the server.properties file in the file manager
  3. 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)
  4. Save the file
  5. 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.

  • minecraft, rcon
  • 0 用戶發現這個有用
這篇文章有幫助嗎?

Related Articles

How do I change the MOTD (Message of the Day)?

The MOTD is the message players see under your server name in the multiplayer list. You can...