How to install Steam Workshop mods on your Unturned server.

Unturned Cover

The Unturned Steam Workshop offers thousands of mods adding new items, vehicles, maps and more. This guide will show you how to add mods to your Unturned server in a few simple steps.

Find the mods you want to install

The easiest way to find mods is to use the Unturned Steam Workshop website.

You will need the workshop file IDs of the mods you want to install. You can find the workshop file ID at the end of it's Steam workshop URL. Here is an example:

steamcommunity.com/workshop/filedetails/?id=2136497468

Install the mods on your server

  1. Start your server
  2. Browse your server files from within the app
  3. Edit the WorkshopDownloadConfig.json file under gameserver/Server/MyServer/server/
  4. Add the workshop file IDs to the File_IDs list separated by commas
  5. Restart your server and enjoy your new mods!

Example WorkshopDownloadConfig.json file

In case you are not sure how the WorkshopDownloadConfig.json file should look after editting, here is an example:

{
  "File_IDs": [2136497468, 2898548949]
}