How can I run Admin Commands on my Palworld Server?

Post Reply
User avatar
0nopeO
Staff
Staff
Posts: 100
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Sep 04, 2021 2:47 pm
Location: St. Louis, MIssouri

How can I run Admin Commands on my Palworld Server?

Post by 0nopeO »

Palworld supports a set of in-game admin commands for managing your server, here's how you can get started:
  1. On the "Server control" tab, stop your server.
  2. Navigate to the "Easy setup" tab.
  3. In the "Rcon password" field, enter the password you'd like to use for RCON and Admin access.
    1. Both RCON and Admin commands use the same password field.
  4. Start your server back up.
Authenticating in-game:
  1. Join your server.
  2. Type "/AdminPassword <password>" and press enter.
  3. You are now ready to use Admin commands.
Available commands:

Code: Select all

/AdminPassword <password> — Obtain administrative privileges using a password.
/Shutdown [Seconds] [MessageText] — Shutdown the server. If [Seconds] is specified, the server will shut down after the specified time has elapsed. The server participant will be notified of what you have entered in [MessageText].
/DoExit — Force stop the server.
/Broadcast <MessageText> — Send message to all players in the server.
/KickPlayer <SteamID> — Kick player <SteamID> from the server.
/BanPlayer <SteamID> — Ban player <SteamID> from the server.
/TeleportToPlayer <SteamID> — Teleport to <SteamID>.
/TeleportToMe <SteamID> — Player <SteamID> is teleported to me.
/ShowPlayers — Show information on all connected players.
/Info — Show server information.
/Save — Save the world data.
/UnBanPlayer <SteamID> — Unban player <SteamID> from the server.
/ToggleSpectate — If you have administrator privileges via the /AdminPassword command, switch to spectator mode. You can change with the \ key.
Post Reply