Skip to main content
Modding & Plugins

Palworld Server Mods & UE4SS Guide

Enhance your dedicated server with custom Lua scripts, gameplay mods, increased base limits, and server administration plugins using UE4SS.

Type 1: Lua / UE4SS Script Mods

UE4SS Framework Mods

Lua scripts executed on the server side (such as Palworld Server Commands, auto-saving plugins, and extended admin tools).

Directory: Pal/Binaries/Win64/ue4ss/Mods/
Type 2: Server-side Pak Mods

Pak File Modifications

Unreal Engine .pak files that alter game tables, drop rates, and building limits.

Directory: Pal/Content/Paks/~mods/

How to Install UE4SS on Palworld Server

  1. Download the latest release of RE-UE4SS (x64 version).
  2. Extract the contents to Pal/Binaries/Win64/.
  3. Open UE4SS-settings.ini and set bUseUObjectArrayCache = false to prevent server startup crashes.
  4. Place your downloaded Lua mod folders inside Pal/Binaries/Win64/Mods/.
  5. Start your server!