Skip to main content

Open.mp: Server Using RCON

What is RCON?

RCON is an interface in various programs, such as game servers, with which remote maintenance and remote administration can be carried out. This interface can be used to manage servers that are already running and can be reached. The interface can then be accessed with a specific remote maintenance program and the server can thus be managed.

Accessing your Configuration File

In order to use RCON, you will have to begin by accessing your server's configuration and enabling this feature. You can edit the configuration file either through your server's webinterface or directly through FTP.

Via Webinterface Config File

We recommend using this method as it is the easiest.

note

The Server must be stopped before the config can be edited, editing the config and restarting the server will result in any changes being undone.

Simply head over to the Configs section on your gameserver's webinterface and press the blue edit file button, as seen below:

image

A text editor will open up allowing you to directly edit the file. In the file, search for the rcon section. In here, set the enable parameter to true, for example: "enable":true. We recommend using CTRL+F to open your browser's search tool to help with this.

In the same section, you should also setup a password for your RCON interface access by adjusting the password parameter. This prevents unauthorized access and should be kept private.

image

info

Make sure to restart your server once you have adjusted your configuration details.

Using RCON

Now that you have you have enabled RCON in your server's configuration, you will be able to access Open.mp's RCON interace via the port that was defined in the file.

You will need to use an RCON program to connect to this. We recommend using RCON Console as it is open-source.

In the RCON program of your choice, you will have to input the IP address and port of your server. Ensure that your gameserver is online and running.

If the connection is successful, you will now be able to send commands to your Palworld sever through the RCON Console program that you chose.

tip

Check out our Open.mp server commands guide to view all the currently available commands that you can run through RCON.

You have successfully enabled RCON on your Palworld server.