1. Palworld
FSH Knowledgebase
  • Game Guides
    • Minecraft
      • How to change MOTD for a Minecraft server
      • How to download your Minecraft server world
      • How to install a custom Minecraft modpack
      • How to Install Datapacks to your server
      • How to upload a custom Minecraft world
      • What is the difference between Spigot Paper and PurPur
      • Reducing Lag
        • Reduce Lag on ForgeMC server
        • Reduce Lag on FabricMC server
      • Common Issues
        • How to Fix Authentication servers are down Please try again later
        • Failed to check session lock
        • Exception Server Tick Loop
        • Server Connection Timed Out
        • Fixing the Connection timed out getsockopt Error in Minecraft
      • Managing your Server
        • How to Optimize Your Server
        • How to set a custom seed on your Minecraft Server
        • Using Chunker to Convert Minecraft Worlds Across Editions
        • Which Java version to use for Minecraft server
        • Add Add-ons to your Bedrock Server
        • How To EnableDisableManage Your WhitelistAllowlist
      • Plugins
        • Simple Voice Chat
        • Dynmap
        • Bluemap
        • Chunky
    • Palworld
      • How to add mods to your Palworld Server
      • How To Update A Palworld Server
      • Resetting a Player's Save on a Palworld Server
      • Finding Your Palworld Server in the Community Servers List
      • Changing the Egg Hatching Time on a Palworld Server
      • How to Edit Palworld Server Settings
      • How to Become Admin on Your Palworld Server
  • Panel Knowledgebase
    • Game Server Panel
      • How to reset your Game Panel Password
      • Uploading Files Via SFTP
      • Adding Dev Sub Users
    • Client Area
      • Affiliate Program
      • Discord Linking
      • How to Cancel A Service
      • How to upgrade or downgrade your service
  • Service Knowledgebase
    • Virtual Private Servers (VPS)
      • Change Window Server Password Locked Out
      • Creating Your VPS
      • Developers and your VPS
      • How to connect to your VPS from any Linux or Debian Distro
      • Logging into your VPS Windows
      • Opening Ports on a VPS
      • Resetting your VPS Password
      • SSH Client Setup
  1. Palworld

Resetting a Player's Save on a Palworld Server

If a specific player can't log in, is stuck, or has a corrupted character, you can
reset just that one player by deleting their individual save file. Everyone else's
progress and the world itself are left untouched.
This is destructive for that player. Deleting their .sav wipes their
character — level, technology, stats, and inventory. Back up the world (or at
least copy the file out) before deleting it.
You'll do this in two parts: find which file belongs to the player, then
delete it.

Part 1 — Find the Player's Save File#

Each player's file is named after their PlayerUID, written in hexadecimal. To
match a player to their file you need to look up that UID and convert it.
1.
Get the player's PlayerUID:
Easiest (FSH Panel): with the server running, open the Console and
type ShowPlayers. RCON returns a list of connected players.
In-game: join the server, authenticate with /AdminPassword <your admin password>, then run /ShowPlayers.
2.
In the output, note the player's PlayerUID — it's the middle value
(name, playeruid, steamid).
3.
Convert that PlayerUID from decimal to hexadecimal using any decimal→hex
converter. The result is the file name.
The file name is uppercase and zero-padded to 8 hex digits
(e.g. decimal 123456789 → 075BCD15 → 075BCD15.sav).

Part 2 — Reset (Delete) the Player File#

1.
Log in to the FSH Panel.
2.
Stop the server and wait for it to fully shut down.
(Editing saves while the server is running gets overwritten on shutdown.)
3.
Open the File Manager and navigate to:
Pal/Saved/SaveGames/0/<WorldID>/Players
<WorldID> is the long hash-named world folder.
4.
Find the .sav file whose name matches the hexadecimal UID from Part 1.
5.
Delete that file (optionally download a copy first as a backup).
6.
Start the server and have the player try to log in again — they'll join as
a fresh character.

Troubleshooting#

Not sure which file is theirs? Sort the Players folder by Modified date
and note which file changes right after the player attempts to join — that's
almost always the corrupted one. Still, confirming via the UID (Part 1) is the
reliable method.
Only one .sav and several players? Single-character servers can share a
guild file, but each player still has their own UID-named .sav. If a file is
missing, the player simply hasn't generated one yet.
Player still can't join after a reset: The issue may be server-wide rather
than per-player — check the console log on their join attempt.
Modified at 2026-06-18 21:16:45
Previous
How To Update A Palworld Server
Next
Finding Your Palworld Server in the Community Servers List
Built with