Connect & First Checks
Before editing files
- Open console and run connect IP:PORT, or use Favorites/legacy browser.
- FastDL/Workshop collections affect how quickly players download content.
- Gamemode and map must exist on the server.
Deranged HostingSandbox / Building Guide
Detailed connection, admin, file, settings, mods, backup, wipe, and troubleshooting notes for Garry's Mod dedicated servers.
Before editing files
Stop server before edits
| garrysmod/cfg/server.cfg | Hostname, passwords, RCON, sv_downloadurl, workshop settings, general cvars. |
|---|---|
| garrysmod/addons | Addon folders and legacy addons. |
| garrysmod/lua | Lua files, autorun scripts, gamemode code. |
| garrysmod/data | Persistent addon data. |
| garrysmod/maps | Custom BSP maps if not Workshop-only. |
High-use values
| hostname | Server browser name. |
|---|---|
| sv_password | Private server password. |
| rcon_password | Remote console password. Keep secret. |
| sv_downloadurl | FastDL URL if used. |
| host_workshop_collection | Workshop collection ID for content downloads. |
| gamemode / map | Usually set in startup command line. |
Staff access
Install carefully
Protect player data
Common tickets
| Missing textures/errors | Players missing mounted games or Workshop content/FastDL not configured. |
|---|---|
| Lua errors | Addon conflict or outdated addon. Disable newest addon first. |
| RCON compromised | Change rcon_password immediately. |
| Gamemode not loading | Startup gamemode name wrong or files missing. |
Docs and sources