Garry's Mod servers can send workshop file downloads directly to users' clients as they connect. This greatly simplifies installing server-specific mods for individual players. In addition, by enabling automatic server downloads, the server will be much more friendly to newer players who are unaware of any required files. Despite auto-downloading, some textures may still be missing when loading into the game; in this case, simply install any required files manually to ensure no errors occur.
1. Log in to the BisectHosting Starbase panel.
2. Stop the server.
3. Go to the Files tab.
4. Find the following directory: /home/container/garrysmod/lua/autorun/server
5. Open the workshop.lua file.
6. In a new line, enter the following: resource.AddWorkshop("WorkshopID")
7. Press the Save button.