Want to mod your Palworld server? This guide will show you how. We'll cover installation for most .pak, .lua and UE4SS mods. You can find plugins and mods from sites like Nexus Mods.
Always back up your world manually before installing any mods!
Palworld mod websites frequently mix client mods with server mods, so ensure they're compatible with servers. You must read each mod's description as it will specify whether it works on a server.
Here are some key things to consider before installing mods.
- Dedicated servers run the Steam version of Palworld, Game Pass mods should not be installed.
- Confirm they're compatible with servers (UE4SS mods, .pak or .lua). Client mods are NOT the same as server mods.
- Only install one mod at a time and test it to verify it works. If it doesn't, then remove the files from your server.
- Check the mod is compatible with your server version (type
infointo the console to see your version). - Some mods require installation on both the SERVER and CLIENT. This means the mod needs to be installed locally on all players' games (including UE4SS) as well as the server itself. Always refer to the mod documentation.
Installing UE4SS
- Login to the GhostCap Panel and Stop your Server.
- Go to
Toolsin the sidebar, then selectMod Manager. - Install
UE4SS. - Go to
Consoleand Start your server.
Installing Mods
- Download the mods you want from Nexus Mods. Ensure they're server side mods.
- Extract the downloaded .zip file on your PC.
- Access your Palworld server using SFTP.
- Upload your extracted mod folder to the location specified by the mod author.
- Our installer version of UE4SS uses
Pal/Binaries/Win64/ue4ss/Mods. For pak mods usePal/Content/Paks/LogicModsorPal/Content/Paks/~mods, refer to the mod documentation for specifics. - Start your server.
Pal/Binaries/Win64/ue4ss/Mods and Pal/Content/Paks/~mods are the most common folders, however some Palworld mods may require a different location. Please check the documentation for the plugins you're downloading.
Lua Mod Installation Example
Lua mods come in folders and typically contain the following file structure:
Pal/ └── Binaries/ └── Win64/ └── ue4ss/ └── Mods/ └── UploadedMod/ └── scripts/ └── main.lua
For advanced Lua modding information, consider reading this resource:
Pak Mod Installation Example
Pal/ └── Content/ └── Paks/ └── ~Mods/ └── UploadedMod.pak
Always follow the mod author's instructions. If a .pak mod says it needs to be installed into the LogicMods folder, place it there instead. ~mods is a folder made to keep your mods organized.
