How to install Steam Workshop mods on your Unturned server.
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
- Start your server
- Browse your server files from within the app
- Edit the
WorkshopDownloadConfig.json
file undergameserver/Server/MyServer/server/
- Add the workshop file IDs to the
File_IDs
list separated by commas - 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]
}