RCON lets you send admin commands to your server from outside the game, handy for Discord bots, admin dashboards, or quick commands from your PC without launching Palworld. (For everyday use, the panel's Console tab already does this, RCON is for connecting external tools.)
Enable RCON
- Stop your server in the Game Panel.
- Open the Server Properties tab and set RCONEnabled to
Trueand RCONPort to25575. - Make sure your Admin Password is set (in the Startup tab): it doubles as your RCON password.
- Save and start the server.
Your server's RCON port must be reachable from outside. If the port shown in your panel differs from
25575, use the panel's port, and treat the admin password like a server key: anyone with it has full control.
Connect with an RCON client
Any Source-compatible RCON tool works (mcrcon, rcon-cli, web-based RCON clients):
mcrcon -H your.server.ip -P 25575 -p YourAdminPassword ShowPlayers
Useful commands over RCON
Commands are the same as in-game admin commands, without the leading slash:
ShowPlayers: list who's onlineSave: force a world saveBroadcast Message_here: announce (use underscores, not spaces)KickPlayer <SteamID>/BanPlayer <SteamID>Shutdown <seconds> <message>: graceful shutdown with warningInfo: server version info
Quirks worth knowing
- Palworld's RCON is more limited than its in-game console and famously dislikes spaces in broadcast messages.
- If the connection is refused, re-check
RCONEnabled, the port, and that the server was restarted after the change.
Did this solve it?
If you are still stuck, our team can look at your server directly.