This guide will teach you about Palworld Remote Admin RCON Commands
Don't have a Palworld Server yet? Order one with AA Game Hosting today!
In Palworld, managing a server doesn’t have to be limited to in-game controls or direct file access. With Remote Console (RCON) functionality, administrators can execute powerful commands from outside the game, giving them flexible, real-time control over their server from virtually anywhere. RCON (Remote Console) commands allow server owners and admins to connect to their Palworld server using external tools or command-line interfaces. Once connected, they can perform essential tasks such as kicking or banning players, broadcasting messages, saving the server, and adjusting settings without needing to log into the game itself. This is especially useful for dedicated servers that run continuously or are hosted remotely. By leveraging RCON, administrators gain a more efficient and professional way to manage their servers, respond quickly to issues, and maintain a stable gameplay environment. In this guide, we’ll introduce the fundamentals of Palworld RCON commands and how to use them effectively for seamless server administration.
| Shutdown {Seconds} {MessageText} | The server is shut down after the number of seconds. You will be notified of your MessageText. |
| /DoExit | Force-stop the server. |
| /Broadcast {MessageText} | Send a message to all players in the server. |
| /KickPlayer {SteamID} | Kick the player from the server. |
| /BanPlayer {SteamID} | Ban the player from the server. |
| /TeleportToPlayer {SteamID} | Teleport to the current location of the target player. |
| /TeleportToMe {SteamID} | Target player teleports to your current location |
| /ShowPlayers | Show information on all connected players. |
| /Info | Show server information. |
| /Save | Save the world data. |
You can use an external tool such as https://github.com/gorcon/rcon-cli to run rcon commands with your server.
Note: Make sure you have enabled RCON inside the configuration file ( set to true )