Skip to content

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:

/ShowPlayers
/ShowPlayers

Kick a player

/KickPlayer <SteamID>
/KickPlayer <SteamID>

The player is removed from the server but can rejoin.

Ban a player

/BanPlayer <SteamID>
/BanPlayer <SteamID>

The player is permanently banned from the server.

Unban a player

There is no in-game command for unbanning. You need to edit the ban list manually:

  1. Stop the server
    Stop your server via the dashboard.

  2. Connect via SFTP
    Connect to your server via SFTP.

  3. Open banlist.txt
    Open the file banlist.txt at:

    /Pal/Saved/SaveGames/banlist.txt
    /Pal/Saved/SaveGames/banlist.txt
  4. Remove player
    Delete the line with the player's SteamID (format: steam_76561198000000000).

  5. Start the server
    Start your server.

All commands

CommandDescription
/ShowPlayersShow player list
/KickPlayer <SteamID>Kick a player
/BanPlayer <SteamID>Ban a player