Mechanics

What is RCON in Palworld?

Answer

RCON (Remote Console) is a protocol built into Palworld dedicated servers that lets admins send commands, such as broadcasting messages, saving the world, or kicking players, from an external tool without being logged into the game. It's enabled and configured through the server's settings file, using a port and password, and is mainly used by server owners running third-party management tools or bots.

Quick answer

RCON stands for Remote Console. On a Palworld dedicated server, it's a background protocol that lets you send admin commands to the server from an outside program, rather than typing them into the in-game chat. It's a server-management feature, not something regular players interact with directly.

Why RCON exists

Running a dedicated server means the world keeps running whether or not anyone is actively logged in as an admin. RCON solves the problem of managing that server remotely: instead of needing to join the game just to kick a player or trigger a save, a server owner can connect an outside tool directly to the server's console and issue commands from there.

How RCON is set up

RCON is configured through the same settings file used for other dedicated server options:

  1. Open your server's PalWorldSettings.ini file (or the equivalent field in your hosting panel).
  2. Enable RCON and set a port for it to listen on.
  3. Set an admin password, since RCON typically authenticates using the same admin password as the in-game command.
  4. Restart the server for the setting to take effect.

Once enabled, a separate RCON client — a standalone app, a Discord bot, or a hosting provider's built-in console — can connect to that port and send commands.

What RCON is commonly used for

  • Sending server-wide announcements without needing to be logged in.
  • Triggering a manual world save on a schedule.
  • Kicking or banning disruptive players remotely.
  • Restarting or shutting the server down cleanly from an external script.

RCON vs. in-game admin commands

FeatureIn-game admin commandRCON
Requires joining the gameYesNo
Typical useSolo admin logged into the worldServer owners, bots, panels
Setup/AdminPassword in chatPort + password in settings file
Good for automationNoYes

Should you bother with RCON?

If you're just playing Palworld with friends and occasionally need admin rights, the in-game password command is enough. RCON becomes useful once you're running a larger or more public server, want to automate maintenance tasks, or use a Discord bot to manage the server without anyone needing to launch the game.

Frequently asked questions

Do I need RCON to play Palworld normally?
No. RCON is only relevant if you run a dedicated server and want to manage it remotely. Regular players and single-player hosts never need to touch it.
Is RCON the same as the in-game admin password command?
They're related but different. The in-game /AdminPassword command grants admin rights inside the game client, while RCON lets external tools send commands to the server without anyone being logged in.
What kind of tools use RCON for Palworld?
Server management panels, Discord bots, and command-line utilities commonly use RCON to send announcements, trigger saves, or manage players from outside the game itself.

Related questions