Skip to content
Needs review: This page has not yet been re-verified against Palworld 1.0. Steps, paths and tool versions may need adjusting. Palworld 1.0 vs early access.

PalDefender

PalDefender (formerly PalGuard) is a server-side toolkit for Palworld dedicated servers. It adds administration commands and anti-cheat, and exposes a local REST API, so server owners can manage players and the world without editing save data by hand.

  • Admin commands - give items, spawn or give Pals, grant experience, manage players, and more from in-game chat commands.
  • Anti-cheat - server-side protections against common exploits.
  • A local REST API - drive the same capabilities programmatically from tools running on the server host.

PalDefender is a server operator’s tool, not a component you ship inside a client mod. It lives on the dedicated server. If you’re building a mod, you generally won’t depend on PalDefender; if you’re running a server, it’s one of the main ways to administer it. See Dedicated server modding for the surrounding rules.

  • PalDefender is developed by the Ultimeit project (github.com/Ultimeit/PalDefender); its documentation covers installation and the full command/API surface. Confirm compatibility with your server build before installing.