UE4SS Linux Native Port Now Available for Palworld
19.07.2026 13:53
Updated: 19.07.2026 13:53
The wait is over: UE4SS now runs natively on Linux servers! Palworld server administrators can now use Lua mods and native C++ mods (.so) directly on their Linux dedicated servers – no Wine, no Proton, no workarounds.
What is UE4SS?
UE4SS (Unreal Engine 4/5 Scripting System) is a powerful tool that enables mod loading and scripting on Unreal Engine-based games. Previously, UE4SS was only available for Windows servers. With our Linux Native Port, we are opening the door for all Linux server operators.
Features at a Glance
- Lua Mod Loading: Lua-based mods work directly – no adjustments needed
- LD_PRELOAD Injection: Loaded via LD_PRELOAD, no proxy DLL required
- Per-Mod Crash Recovery: If one mod crashes, others continue to run
- Headless Mode: GUI disabled, optimized for server environments
- Native Linux Crash Dumper: Signal-based crash handling with backtrace
Important: .so instead of .dll
This is a Linux build. It cannot load Windows .dll files. C++ mods must be compiled as native .so files. Lua mods work unchanged. The mod folder for C++ mods on Linux is called libs/ instead of dlls/.
Where to Download
UE4SS Linux is now available on CurseForge:
On our UE4SS Linux info page you will find a detailed installation guide, troubleshooting tips, and all details about features and limitations.
Summary
| Feature | Status |
|---|---|
| Lua Mods | ✅ Fully supported |
| C++ Mods (.so) | ✅ Fully supported |
| Windows .dll Mods | ❌ Not compatible |
| Blueprint Mods | ⚠️ Limited |
For questions or issues, check our support section or join our Discord server!