Character Transfer
Character transfer is usually the hardest part of a Palworld move because player identity data is tightly tied to save state. The safe approach is to treat it as a recovery job: back up everything, test on copies, and only promote the result once it has been validated in-game.
What Makes Transfers Risky
| Identity mismatch | A character can fail to line up with the target world if the underlying save context changed. |
|---|---|
| Partial restores | Copying only one part of the save often produces missing inventory, broken ownership, or login issues. |
| Tool dependence | Community converters can help, but they should always be tested on disposable copies first. |
Safer Transfer Workflow
- Duplicate the source save and the destination save before editing anything.
- Document which player belongs to which world copy so you do not mix files during testing.
- Perform the conversion or copy operation on the duplicate only.
- Join the server with that character and confirm level, gear, location, and Pal ownership before reopening the world to others.
When To Stop And Roll Back
- The character loads with missing progress or obvious ownership problems.
- The destination server starts producing new errors after the transfer attempt.
- You can no longer explain which file is the known-good backup.
Verified 2026 Detail
The official configuration guide notes that the server creates its runtime config directories only after the first start. That same operational principle applies to migrations more broadly: let the destination environment initialize itself first, then move data into a known-good folder layout instead of improvising paths from memory.
Current Official Note
The official Palworld configuration guide notes that the server's runtime config directories are only created after the server has been started once. That is a useful reminder for migration work too: always let the target environment initialize properly before you start copying save data into it.
Need a stable place to test changes before you touch a live world? Launch your Palworld server with Supercraft.