Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sanoservers.com/llms.txt

Use this file to discover all available pages before exploring further.

  1. Login to the SanoServers Control Panel
  2. Navigate to your server’s control panel
  3. Stop your server if it’s running.
  4. Click Files on the left-hand side of the server’s control panel
  5. Navigate to /garrysmod/lua/autorun/server/
  6. Double click on the workshop.lua file if it exists. If it doesn’t, create a new file and name it workshop.lua
  7. 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).
Example:
resource.AddWorkshop(123456789)
resource.AddWorkshop(987654321)
  1. Save the file
  2. Restart your server
Your Garrys Mod server should now have Workshop.dll set up. Players will now be able to download custom content faster when they connect to your server.