How to Add Mods to your Project Zomboid Server

1. In your Configuration Files, open [ServiceID].ini then find the line: WorkshopItems=

2. Add the Steam Workshop ID (found at the end of the URL of the mod's Steam Workshop) in a semi-colon ; separated string, example below

WorkshopItems=1234567890;1234567890

3. In the same file, find the following line: Mods=

4. The value needed for this section can often be found in the description of the mod on the Steam Workshop, for example.

Workshop ID: 123456789
Mod ID: ModName1

Once you have that value you can insert it like so..

Mods=ModName1;ModName2

5. Save the file in the top left and restart your server! Those mods should now be activated.

  • 14 Users Found This Useful
Was this answer helpful?

Related Articles

How to setup your server for the first time

The following basic guide will show you how to setup your Project Zomboid server for the first...