Modifications for Unturned allow customization of gameplay to suit players’ preferences, creating unique experiences different from the standard version of the game. They enable you to add new items such as vehicles and weapons, introduce new game mechanics and implement various economic systems. In this guide, we will explain how to install modifications on an Unturned server in a few simple steps.
How to install mods
1. Find the mod in Steam Workshop
Start by visiting the Steam Workshop and browse for the Unturned mod you want to install.
2. Copy the mod’s URL
Right-click on the empty area in your steam browser and copy the URL of the mod’s Steam Workshop page.
3. Locate the mod ID
After pasting the URL into your browser, you will be directed to the mod’s page. Here, you can find the mod ID in the URL. Make sure to copy this mod ID.
4. Locate Workshop configuration file
Access game panel, and navigate to the ‘Files’ tab. Look for the directory /home/container/Servers/Default
. Inside this directory, you should find a file named WorkshopDownloadConfig.json
5. Edit the WorkshopDownloadConfig.json File
Open the ‘WorkshopDownloadConfig.json’ file. Inside the file, you’ll see a section of code that looks like this:
You’ll be modifying the “File_IDs” section to add the mods you desire. Paste the Mod IDs you copied from the Steam Workshop page into this section. If you’re adding more than one mod, make sure to separate each ID with a comma (except for the last one), and ensure that each ID is on a separate line.
6. Add Mods ID
Your WorkshopDownloadConfig.json
should now look something like this:
With few more mods example:
"File_IDs": [ 123456789, 987654321, // Add more mod IDs here ]
7. Save Your Changes
After adding the Mod IDs, click on the ‘Save Content’ button located in the bottom right corner of the WorkshopDownloadConfig.json
file to confirm your changes.
8. Restart Your Server
To apply the newly added mods, restart your Unturned server. Your server will now run with the mods you’ve selected, enhancing your gameplay experience. Go to “Console” tab and restart your server.
We hope that our intuitive web interface has allowed you to manage your Unturned server easily. If you want to ask us any questions, feel free to contact us via e-mail, ticket or live chat!
This tutorial will show you how to install Unturned mods