-
Notifications
You must be signed in to change notification settings - Fork 0
Windows Client
Ayerdi edited this page Aug 12, 2026
·
1 revision
- Download
dedicated-server-save-sync-client-v2.2.1.zipand its.sha256file from releasev2.2.1. - Verify SHA-256 before extracting the archive.
- Copy
client/config.example.jsontoclient/config.json. - Configure the URL, PalServer path and
Adapter=palworld. - Run
Configurar-secretos.cmd. - Run
Probar-conexion.cmd. - Start sessions with
Iniciar-PalworldSync.cmd.
PowerShell verification example:
$zip = 'dedicated-server-save-sync-client-v2.2.1.zip'
$expected = ((Get-Content "$zip.sha256") -split '\s+')[0].ToLowerInvariant()
$actual = (Get-FileHash $zip -Algorithm SHA256).Hash.ToLowerInvariant()
if ($actual -ne $expected) { throw 'Client SHA-256 mismatch.' }The API token and local REST password are protected with Windows DPAPI.
Palworld's REST API must listen on localhost only. Do not expose that port through your router.
The Palworld adapter currently identifies itself internally as
clientVersion=1.2.0. That is the Windows adapter/component version, not the product release number. The stable product bundle containing it isv2.2.1.
Dedicated Server Save Sync · Apache-2.0 · Repository · Security