Skip to main content

Palworld: 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 RCONEnabled parameter and set this to true, for example: RCONEnabled=True. We recommend using CTRL+F to open your browser's search tool to help with this.

Right beside it, there will also be an RCONPort parameter. This is the RCON interface port that you will use to connect later on.

image

note

We advise you not to change this value for your gameserver, as this is predefined and altering it may break functionality. For self-hosted Palworld servers on VPS products, you can edit this but ensure that you port forward the selected port.

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 Palworld'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 of your server and the RCON port that was defined in the configuration file. Ensure that your gameserver is online and running.

tip

Ensure that you are entering the RCON Port you viewed in the configuration file and not the port that you connect to your server through. This is a common mistake.

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 Palworld 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.