RCon (which stands for Remote Console) is a protocol that allows server administrators to remotely connect to their server and execute commands.

Connecting to your server via RCon is performed as follows, in this example we will be using mcrcon available here

RCon information can be found/changed in the openmod.yaml file in the Game Panel Configuration Files.

Remember that as we're using mcrcon the password is ID:PASSWORD

For example, if the ID is customer123 and the Password is password the password for mcrcon would be customer123:password

  1. Go to the directory of mcrcon
  2. Open a command prompt in the mcrcon directory
  3. Enter the command below
    mcrcon -H <Server's IP Address> -P <Rcon Port> -p <ID:PASSWORD>
    It should look like this:
    mcrcon -H 192.168.1.20 -P 25445 -p customer123:password
  4. Once logged in, you can enter the commands you want to run in that window

If you have any further questions, please don't hesitate to reach out to us.

Was this answer helpful? 19 Users Found This Useful (1 Votes)