How to Kick and Ban Players on Your Palworld Server ​
As an admin you can kick or permanently ban players using commands.
Note
You need admin rights to use these commands. See Add Admin.
Show player list ​
Enter the following command in the chat to display all connected players with their SteamID:
/ShowPlayersKick a player ​
/KickPlayer <SteamID>The player is removed from the server but can rejoin.
Ban a player ​
/BanPlayer <SteamID>The player is permanently banned from the server.
Unban a player ​
/UnBanPlayer <SteamID>You can find the player's SteamID in the banlist.txt or from a previously noted /ShowPlayers output.
Alternative: edit the ban list manually ​
If no admin is currently online, you can also edit the ban list directly:
Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Open banlist.txt
Open the filebanlist.txtat:/Pal/Saved/SaveGames/banlist.txtRemove player
Delete the line with the player's SteamID (format:steam_76561198000000000).Start the server
Start your server.
All commands ​
| Command | Description |
|---|---|
/ShowPlayers | Show player list |
/KickPlayer <SteamID> | Kick a player |
/BanPlayer <SteamID> | Ban a player |
/UnBanPlayer <SteamID> | Unban a player |