How to Install Mods on Your Palworld Server
Complete guide to installing Palworld server mods including UE4SS, .pak mods, and .lua mods from Nexus Mods.
Palworld servers support mods through UE4SS (Unreal Engine 4 Scripting System). You can install .pak mods and .lua mods from sites like Nexus Mods.
⚠️ Warning: Always back up your world before installing any mods. Use
Backupson the panel to create a manual backup.
Before Installing Mods
Keep these points in mind:
- Dedicated servers run the Steam version of Palworld — do not install Game Pass mods
- Check each mod's description to confirm it works on dedicated servers (not just client/singleplayer)
- Install one mod at a time and test it before adding more
- Check that the mod is compatible with your server version (type
infoinConsoleto see your version) - Some mods must be installed on both the server and client — check the mod's documentation
Installing UE4SS
UE4SS is required for Lua mods and some .pak mods.
Stop your server
Log in to the XGamingServer panel and stop your Palworld server.
Install UE4SS
In the sidebar, go to Startup. Under the modding section, enable UE4SS.
Start your server
Start your server from Console. UE4SS will be installed automatically.
Installing Mods
Download the mod
Download the mod you want from Nexus Mods. Make sure it's a server-side mod. Extract the downloaded ZIP file.
Stop your server
Stop your Palworld server from the panel.
Upload the mod via SFTP
Connect to your server using SFTP and upload the mod files to the correct location:
- Lua mods →
Pal/Binaries/Win64/ue4ss/Mods/ - Pak mods →
Pal/Content/Paks/~mods/orPal/Content/Paks/LogicMods/
Start your server
Start your server from the Console page.
📝 Note: Always follow the mod author's instructions for the correct file location. The paths above are the most common, but some mods may require a different directory.
Lua Mod Structure
Lua mods contain folders with a main.lua script. They go inside the UE4SS Mods folder:
Pal/Binaries/Win64/ue4ss/Mods/
└── ModName/
└── scripts/
└── main.luaFor advanced Lua modding information, see the Lua Modding Documentation.
Pak Mod Structure
Pak mods are single .pak files that go in the mods folder:
Pal/Content/Paks/~mods/
└── ModName.pak💡 Tip: If a .pak mod specifies the
LogicModsfolder instead of~mods, place it there. The~modsfolder is a convention to keep your mods organized separately from game files.
If you need help, join our Discord.
How is this guide?

How To Increase The XP Gained On Your Palworld Server
Learn how to increase XP rates on your Palworld dedicated server, with this quick and easy guide to modify experience gain for faster progression.
How To Modify Item Weight On Your Palworld Server
Learn how to change the item weight ratio on your Palworld dedicated server. Follow this guide to control item weight and effectively increase carrying capacity for players.