How to Add Mods to Your Project Zomboid Server
You can install Steam Workshop mods on your server to enhance the gameplay experience.
Find Workshop ID and Mod ID
Open Steam Workshop
Open the Steam Workshop for Project Zomboid and find the desired mod.Copy Workshop ID
You can find the Workshop ID in the URL of the Workshop page. Copy the number after?id=.Example
In the URL
https://steamcommunity.com/sharedfiles/filedetails/?id=2392709985, the Workshop ID is2392709985.Find Mod ID
The Mod ID can be found on the Workshop page in the mod description (often listed as "Mod ID").
Add mods to the server
Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Open config
Open the fileProjectZomboid.iniat:/.cache/Server/ProjectZomboid.ini/.cache/Server/ProjectZomboid.iniAdd mods
Add the Mod IDs and Workshop IDs, separated by;:iniMods=ModID1;ModID2;ModID3 WorkshopItems=WorkshopID1;WorkshopID2;WorkshopID3Mods=ModID1;ModID2;ModID3 WorkshopItems=WorkshopID1;WorkshopID2;WorkshopID3Example
iniMods=jiggasGreenfireMelee;tsarslib WorkshopItems=2392709985;2392987599Mods=jiggasGreenfireMelee;tsarslib WorkshopItems=2392709985;2392987599Start the server
Save the file and start your server. The mods will be downloaded automatically on startup.
Important
All players must subscribe to the same mods via the Steam Workshop to be able to join the server.