Add steam workshop content to your server

Automated method:
List the workshop file IDs in Servers/Public/WorkshopDownloadConfig.json. For example:

{
"File_IDs": [
2136497468,
2229264867

],
"Query_Cache_Max_Age_Seconds": 600,
"Max_Query_Retries": 2,
"Use_Cached_Downloads": true,
"Should_Monitor_Updates": true,
"Shutdown_Update_Detected_Timer": 600,
"Shutdown_Update_Detected_Message": "Workshop file update detected, shutdown in: {0}",
"Shutdown_Kick_Message": "Shutdown for Workshop file update."
}

Save, restart server and voila.
Mods will be automatically installed in the /Servers/Public/Workshop/Steam/content/304930 folder

Manual method:
Subscribe to the workshop content normally on your PC to download the files on it.
On your PC navigate to your Unturned workshop folder in SteamApps/workshop/content/304930.
Upload items, objects and vehicles folders from your PC to Bundles/Workshop/Content on your server by FTP.
Upload maps folder from your PC to Bundles/Workshop/Maps on your server by FTP.

Make sure you copied the folders, not just their contents, for example 304930/12345 should be uploaded to to Bundles/Workshop/Content/12345.

  • 100 Users Found This Useful
Was this answer helpful?

Related Articles

Configuring your unturned game server

To edit the main configuration file and change basic settings such as server name, welcome...

My Unturned server is not listed in game

If your server is not listed in game: Check if your server is listed in steam. To do so go to...

Install a plugin for rocket loader

By default rocket loader is installed on the server but it gets disabled when you run a "steam...

Disable BattlEye

To disable BattlEye anticheat you need to edit the /Servers/Public/Config.json file and replace:...