Palworld RCON Setup

How to enable and use RCON for remote server management on your Palworld dedicated server.

⚠️ RCON is deprecated. The Palworld developers recommend using the REST API instead. RCON may stop working in a future update.

Enabling RCON

In Pal/Saved/Config/LinuxServer/PalWorldSettings.ini:

RCONEnabled=True
RCONPort=25575
AdminPassword="YourPassword123"

The RCON password is the same as your AdminPassword.

Port

PortProtocolPurpose
25575TCPRCON connections

📝 Note: The RCON port does not need a separate allocation on XGamingServer — it's handled internally.

Connecting

Use any Source RCON compatible tool:

  • mcrcon (cross-platform CLI)
  • ARRCON (Windows GUI)
  • BattleMetrics Palworld RCON

Available Commands

All admin commands work via RCON (without the / prefix):

ShowPlayers
KickPlayer steam_76561198012345678
Broadcast Server restarting in 5 minutes
Save
Shutdown 300 Scheduled restart

Known Issues

  • Multi-byte characters (Japanese, Chinese player names) can cause data truncation
  • Not designed for direct internet exposure — use within trusted networks

How is this guide?

40% Off — Limited TimeGet your Palworld server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page