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
- Download the latest release of RE-UE4SS (x64 version).
- Extract the contents to
Pal/Binaries/Win64/. - Open
UE4SS-settings.iniand setbUseUObjectArrayCache = falseto prevent server startup crashes. - Place your downloaded Lua mod folders inside
Pal/Binaries/Win64/Mods/. - Start your server!