Skip to content

Home English

Ayerdi edited this page Aug 12, 2026 · 1 revision

Dedicated Server Save Sync

Stable release: v2.2.1 · Palworld

Save Sync lets multiple PCs alternate as the Palworld dedicated-server host without manually passing save archives around or keeping one gaming PC online permanently.

Start here

Safety model

Save Sync uses an authoritative version, baseVersion, an exclusive heartbeat lock, worldGuid, SHA-256 and atomic publication. A stale copy cannot silently overwrite newer progress.

External backups are durably queued in SQLite and executed by a supervisor independent from the web process; restarting the web host does not lose pending backup supervision.

The project cannot merge worlds that have already diverged.

Resources

Clone this wiki locally