How to Install Mods on Your Windrose Server
Windrose dedicated-server mods load through UE4SS. On most hosts that means Windrose+ (or another UE4SS install) is already on the server. Vanilla Windrose has no mod loader.
Mods can crash the process or corrupt saves. Backup the world first. Match server-side vs client-side requirements on the mod page.
Check That UE4SS Is Present
Section titled “Check That UE4SS Is Present”In Files, look for:
R5/Binaries/Win64/ue4ss/Mods
or R5/Binaries/Win64/UE4SS/Mods
If that folder is missing, Windrose+ / UE4SS is not installed. Contact support and ask to enable it rather than dropping random DLLs into Win64.
Upload the Mod Folder
Section titled “Upload the Mod Folder”- Stop the server
- Download the mod (Nexus Mods, CurseForge, and similar). Extract the zip on your PC
- Open
Files(or use SFTP for large packs) - Go to
R5/Binaries/Win64/ue4ss/Mods - Upload the mod folder, not a loose pile of files. You can upload a zip and unarchive it in
Files
The folder should contain a Scripts directory (Lua) and/or dlls plus enabled.txt (C++). If neither is there, the extract path is wrong.
Register the Mod in mods.json
Section titled “Register the Mod in mods.json”- In the same
Modsdirectory, openmods.json - Add an object whose
mod_nameexactly matches the folder name - Set
mod_enabledtotrue - Save
[ { "mod_name": "BellLimits_Uncapped", "mod_enabled": true }, { "mod_name": "CheatManagerEnablerMod", "mod_enabled": true }]Keep valid JSON. Trailing commas will prevent the loader from reading the file.
Restart and Verify
Section titled “Restart and Verify”- Start the server
- Open
mods.txtin the sameModsfolder - Confirm your mod is listed with
1(enabled).0means disabled
If the name never appears, the mod_name does not match the folder, or UE4SS did not boot.
Self-Hosting / Other Providers
Section titled “Self-Hosting / Other Providers”Use the same ue4ss/Mods path next to WindroseServer.exe. Windrose+ installs UE4SS for you if you follow its installer. Do not mix random UE4SS builds with Windrose+ unless the mod author says to.
Frequently Asked Questions
Section titled “Frequently Asked Questions”Do I need Windrose+ to install mods?
Section titled “Do I need Windrose+ to install mods?”You need a UE4SS loader. Windrose+ is the usual way hosts ship that. Without ue4ss/Mods, server mods will not load.
How do I know if a mod is server-side?
Section titled “How do I know if a mod is server-side?”Read the mod page. Server-side mods go on the dedicated server. Client-only mods go in each player’s game. Some require both.
Where do I get Windrose mods?
Section titled “Where do I get Windrose mods?”Authors publish on Nexus Mods, CurseForge, and Discord. Prefer mods that name the Windrose dedicated server and UE4SS version they support.