Configure your GMOD server
This guide explains how to configure your Garry's Mod server.
Configuration files​
server.cfg​
Path: garrysmod/cfg/server.cfg
// Server name
hostname "My GMOD Server - YorkHost"
// RCON password (remote admin)
rcon_password "your_secure_password"
// Server password (optional)
sv_password ""
// Number of slots
sv_maxrate 0
sv_minrate 100000
// Tags for the server list
sv_tags "roleplay, darkrp, english"
// Gamemode
gamemode "darkrp"
// Startup map
map "rp_downtown_v4c_v2"
Change the server name​
- Access Files in the panel
- Navigate to
garrysmod/cfg/ - Edit
server.cfg - Modify
hostname - Restart the server
Workshop Collection​
To add addons automatically:
- Create a Steam Workshop collection
- Get the collection ID
- In the panel, Startup > Workshop Collection ID
- Enter your collection ID
Install a gamemode​
- Download the gamemode
- Upload to
garrysmod/gamemodes/ - Modify
gamemodein server.cfg - Restart
warning
Always use a secure RCON password.