company logo

Help center

Go to ChipHead
All collectionsGames LibraryGarry’s ModHow to Add Custom Launch Parameters to Your Garry’s Mod Server

How to Add Custom Launch Parameters to Your Garry’s Mod Server

Guide on setting parameters to GMOD

You can add custom startup parameters to your Garry’s Mod server to fine-tune performance, control content loading, or test specific configurations. These parameters are applied through the server.cfg file found in your server’s config directory and are executed each time the server starts.

For example, you can disable Lua refreshes to reduce lag or prevent certain addons from loading while testing new settings.

info icon
Note: Always make a local backup of your server.cfg file before editing to avoid losing important configurations.

Adding Custom Startup Parameters

Follow these steps to add startup parameters using the ChipHead Panel:

  1. Log in to your ChipHead Panel.

  2. Stop your server.

  3. Go to the Files tab and navigate to garrysmod/cfg/server.cfg

  4. Add your desired startup parameters to the bottom of the file.

  5. Click “Save Content“ when finished.

  6. Start your server


Common Garry’s Mod Parameters

Parameter

Description

noaddons=true

Prevents loading of addons from the server’s addons folder.

noworkshop=true

Disables Steam Workshop integration and stops workshop addons from being installed.

disableluarefresh=true

Turns off automatic .lua file refreshing while the server is running.

nochromium=true

Disables Chromium integration for players using the Steam Chromium beta.


success icon
Done!
Your custom startup parameters are now active and will load automatically each time your ChipHead Garry’s Mod server starts. This lets you optimise performance, reduce lag, and manage server behaviour exactly how you want.

Did this answer your question?
😞
😐
😁