How to Add Mods to Your Project Zomboid Server
Adding Steam Workshop mods to your Project Zomboid server lets you and your players enjoy community content. Use the Steam Workshop panel in your game panel for the fastest setup, or edit servertest.ini directly for full control. See also add workshop maps once your mods are installed.
Before you start: Mods can cause instability or data loss. Back up your server by running Create Backup in your game control panel before installing any mods.
Method 1: Steam Workshop panel
- Open your game panel and click the Steam Workshop icon.
- Search for mods by name or mod ID.
- Click Install for each mod you want to add.
This method automatically adds the mod IDs to your servertest.ini configuration file. It can also install entire mod collections.
Method 2: Edit servertest.ini manually
- Click the Configuration Files icon in your game panel.
- Find
servertest.iniand open it with Config Editor. - Locate the Mods section in the Config Editor.
- On the Steam Workshop page for each mod, find the Workshop ID and Mod ID shown in the mod details section. It should look similar to this:
- Copy the Workshop ID into the Workshop Items field and copy the Mod ID into the Mods field of the Config Editor. Example:
- To add multiple mods, separate each value with a semicolon (
;). Example:WorkshopItems=514427485;513111049 Mods=ModA;ModB - Click Save & Exit, then start or restart your server.
Troubleshooting
If mods installed via Method 1 are not loading after you start the server:
- Click Configuration Files and open
servertest.iniwith Text Editor. - Search for
WorkshopItems=and locate the line. - Find the line that looks like
WorkshopItems=514427485;513111049and delete only that value line. - Click Save & Exit.
- Click the Steam Workshop (installed) icon and reinstall all mods.
- Start your server once reinstallation is complete.