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 Backups on 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 info in Console to 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 modsPal/Binaries/Win64/ue4ss/Mods/
  • Pak modsPal/Content/Paks/~mods/ or Pal/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.lua

For 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 LogicMods folder instead of ~mods, place it there. The ~mods folder is a convention to keep your mods organized separately from game files.

If you need help, join our Discord.

How is this guide?

40% Off — Limited TimeGet your Palworld server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page