Garrys mod joining server download addons - indefinitely not
Garry's Mod Wiki
Dedicated servers can install addons straight from workshop collections, but it requires an addition to the startup parameter.
The server will download the collection at startup and mount all the downloaded addons.
If your server is running a map that is also in the server's collection (by .bsp name), the map will be automatically marked for download by clients, just like resource.AddWorkshop does. When this happens, server console will contain a message saying .
Similar thing happens with the server's gamemode. If the current gamemode has set a workshopID in its , that ID will be marked for download by clients upon joining the server. When this happens, the following message is printed to console at server startup: .
First of all create a collection and find your collection ID. Do note that your collection needs to be public or unlisted, else, srcds won't be able to access it!
Append the following parameter to the server startup command-line:
An example could be:
The example below starts a dedicated server with 20 player slots. It downloads or updates all of the addons in collection 157384458. This collection includes the Zombie Survival gamemode and a few maps. It sets the gamemode to zombiesurvival and loads one of the downloaded maps.
Every time you restart your server it will check that these addons are all up to date.
View this short tutorial to see how it is set up.
https://www.youtube.com/watch?v=saCof9QqjnA
-