- Login to the SanoServers Control Panel
- Navigate to your server’s control panel
- Stop your server if it’s running.
- Click
Files
on the left-hand side of the server’s control panel - Navigate to
/garrysmod/lua/autorun/server/
- Double click on the
workshop.lua
file if it exists. If it doesn’t, create a new file and name itworkshop.lua
- For every addon that you want the client to download, place the following: resource.AddWorkshop(workshopidhere). Replace ‘workshopidhere’ with the addon’s workshop ID. This can be found at the end of the URL (numeric value).
- Save the file
- Restart your server