Home
Knowledgebase Minecraft How to setup Rcon for your Minecraft Server
Minecraft

How to setup Rcon for your Minecraft Server

42 views
Published 4 weeks ago
Updated 3 days ago

⬇️ Downloading the RCON Client ⬇️

We'll use the RCON client from Tiiffi/mcrcon. Follow the installation instructions on their GitHub page for Linux and other operating systems. This tutorial will focus on Windows.

  1. Download the RCON software from SourceForge.
  2. Once downloaded, extract the file into a folder where you will run RCON.

🔘 Enabling RCON on Your Minecraft Server 🔘

  1. Ensure you have a new port available for RCON. Go to your server's networking settings, navigate to "ports," and create a new port. Note the port number.

  2. Open the server.properties file in your file manager and make the following changes:

    • Set enable-rcon=true.
    • Set a password for your RCON connection at rcon.password=your_password.
    • Set the port for RCON at rcon.port=12345, replacing 12345 with the new port you created.
    • If you want OP players to see RCON connections, set broadcast-rcon-to-ops=true.

RCON

  1. Save the file and restart the server.

🔗 Connecting to Your Server via RCON 🔗

  1. Navigate to the folder where you stored the RCON client. There should be a file named launch.bat.
  2. Double-click launch.bat. You'll be prompted to enter details such as your server IP, RCON port, and the password you set.
  3. After entering the details, you will be connected and can start using RCON!

RCON-LOGIN

Updated on: 30/05/2024

Was this article helpful?

Let us know if you found this article useful