Falixnodes Tutorials
  • 🏡Introduction
  • đź’»Client and Panel
    • Changing Server Name
    • Changing Memory Amount
    • Deleting a server
    • Changing Disk Space
    • Accessing Your Files via SFTP
    • Falixcoins
    • Error Messages
    • Resseting your password
  • 📲Falixnodes App
    • Resetting
    • Uninstalling
    • Installing
  • ⛏️ Minecraft
    • Minecraft Java
      • How to get a free custom ip
      • How to upload a world
      • Creating a Server
      • Setting up Permissions
      • Setting up RCON
      • Someone is hacking/griefing my Server
      • Server won’t start or crashes when I play
      • DiscordSRV
      • How to Op an Player
      • Changing Time of Day
      • How to ban a player
      • How to Check What Plugins are Installed
      • Deleting a world
      • Accessing Your Files via SFTP
      • Setting server icon
      • Plugins List
    • Minecraft Bedrock
      • How to Op an Player
      • Changing Time of Day
      • How to Ban a Player
      • Accessing Your Files via SFTP
  • 🎙️ TeamSpeak 3
  • 👨‍💻 DiscordJS
Powered by GitBook
On this page

Was this helpful?

  1. ⛏️ Minecraft
  2. Minecraft Java

Setting up RCON

PreviousSetting up PermissionsNextSomeone is hacking/griefing my Server

Last updated 4 years ago

Was this helpful?

RCON stands for Remote Console, it’s a protocol that allows server administrators to remotely execute Minecraft commands.

To setup RCON, edit your server.properties file, you can find this in the root of your server files. In server properties, we need to look at three things which is rcon, rcon port, and the rcon password. First we must change enable-rcon from false to true, setup a password for rcon, and then restart your server.

To connect to our server using rcon, you’re required to use a rcon client. MCRCON is a popular choice, you can download that .

Using MCRON on Windows

Using MCRON requires you to use either the command prompt or Powershell, which is already included in Windows. Once you’ve extracted the folder from Github, hold shift and right click on the MCRCON folder and then click on Open in Command Prompt or Open in Powershell.

Then use a command like this to connect:

mcrcon -H YourIPAddressHere -P PortNumber -p 5uper5ecureP@ssw0rd

Using MCRCON on Linux

Once downloaded and extacted, open your Linux termial into the mcron folder. Then use a command like this to connect:

./mcrcon -H YourIPAddressHere -P PortNumber -p 5uper5ecureP@ssw0rd
here