How to add Workshop mods/maps on your CloudNord Project Zomboid server

Project Zomboid
steam workshop, mods, project zomboid

This guide will walk you through the steps of adding Workshop mods or maps to your CloudNord-hosted Project Zomboid server.

For this example, we will use the following Workshop mods:

Steps to Add Mods

  1. Stop your server.
  2. Go to the Config Editor tab and open the file located at .cache/Server/CloudNord.ini (file name may vary but is usually CloudNord.ini).
  3. Locate the WorkshopItems= field and add the Mod IDs in this format:
    2256623447;2245813444
  4. Locate the Mods= field and add the mod names in this format:
    firearmmod;firearmssilencer
    (see the section below on how to get the correct mod name).
  5. Use the search function in the editor if needed to quickly find these fields.
  6. Start your server — the mods will automatically download.

If You Are Installing a Map

  1. In addition to the above, you must also fill in the Map= field.
  2. You can find the required map folder name on the Workshop page, usually at the end of the description under “Map Folder:”.
  3. When adding additional maps, always include the default map Muldraugh, KY at the end of the list.
  4. Separate multiple maps with a semicolon, e.g. Map1;Muldraugh, KY

Known Issues With Certain Mods

  • Outdated mods: Some mods may no longer work with the latest Project Zomboid version. Check the comments on the Workshop page to see if others report issues.
  • Incorrect mod name: Sometimes the Workshop title does not match the actual mod name. See below for how to find the correct name.

How to Get the Correct Mod Name

  1. Check the Workshop page — most mods list the correct name somewhere in the description.
  2. Alternatively, open the File Manager and navigate to:
    \steamapps\workshop\content\108600\
  3. Find the folder matching the Mod ID you added.
  4. Inside that folder, go to \mods\. The folder located here is the correct mod name.

Example:
Path: \steamapps\workshop\content\108600\1687801932\mods\DeLoreanDMC-12\
Correct mod name: DeLoreanDMC-12

×