How do I enable automatic Workshop downloads for my Garry's Mod server?
Garry’s Mod has a built in feature that allows clients that connect to automatically download the workshop mods you have installed on your server. The instructions in this guide will work whether you are hosted with AleForge, are self-hosting, or are with another host.
Enabling Automatic Workshop Downloads
- Go to the Blacksmith’s Portal and select your server
- Go to
Files. If you are self-hosting or on another host, find where the server is installed. - Open the following directory.
/garrysmod/lua/autorun/server/ - In this folder, open the file called
workshop.lua - For each of your Workshop items, add a line with the following,
resource.AddWorkshop("<collection_id")

- If your using a collection, you can use the free online tool by ConfigCreator to easily create a list of Workshop ID’s based off the collection ID.
- Restart your server and it will now make clients automatically download the Workshop items set in
resources.lua