---
title: "Disabling Noclip on Your Garry's Mod Server"
description: "Learn how to disable Noclip on your Garry's Mod server."
source: "https://nodecraft.com/support/games/gmod/disabling-no-clip-on-your-garrys-mod-server"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMjAwMHg1NTAvMTUwNTBiZWQ5OC9nbW9kLWxhbmRpbmctYmFubmVyLTEtMi0wLnBuZy9tLyJ9LHsibmFtZSI6ImdhbWVfbG9nbyIsImltYWdlX3VybCI6Imh0dHBzOi8vY21zLWEubm9kZWNyYWZ0LmNvbS9mLzEzMzkzMi8zNzV4MTUwL2YzMDc4YjljM2UvbG9nby5wbmcvbS8ifSx7Im5hbWUiOiJjdGFfdGV4dCIsInRleHQiOiJDcmVhdGUgeW91ciBvd24gc2VydmVyISJ9LHsibmFtZSI6InRleHQiLCJ0ZXh0IjoiRGlzYWJsaW5nIE5vY2xpcCBvbiBZb3VyIEdhcnJ5J3MgTW9kIFNlcnZlciJ9XQ&s=2a310196f8966f70c5da1e0bd1b0cd97bca59a1a0c0f29401f84320bc4cf1ac2"
published: "2020-06-23T00:11:10.320Z"
updated: "2020-06-29T23:08:00.000Z"
---

# Disabling Noclip on Your Garry's Mod Server

Learn how to disable Noclip on your Garry's Mod server.

Noclip is a setting in Garry's Mod that will give players the the ability to pass through what would normally be solid objects.

Normally it can be activated at will by players from an options menu, or by binding it to a key. In some gamemodes, Noclip can give players an unfair advantage, so it is commonly disabled on many servers. This guide will show you how to disable Noclip in your Garry's Mod server, by editing the `server.cfg` file to turn this off globally.

## Locating the `server.cfg` file

To disable Noclip, you need to add a setting to the server's `server.cfg` file. This is a config file where you can place settings for controlling many aspects of a Garry's Mod server. `server.cfg` is normally located in `/garrysmod/cfg`, in the file manager section of the Nodecraft control panel.

The file `server.cfg` is usually present after installing, but it's normally blank inside (Garry's Mod has other config files full of default settings, which is uses unless you add them specifically to `server.cfg`).

#### Disabling Noclip in  `server.cfg` file

Select the file by clicking on the box to the left of the file name, and then click the "edit" button at the top edge of the file manager. This will open a text editor directly in the file manager view.

Add the following to the file:

```
sbox_noclip 0
```

It should look something like the following screenshot:

![A view of the server.cfg file for a garrysmod server, showing noclip being disabled](https://s3-assets.nodecraft.com/attachments/Vr4dmXhQkKJrRnU7iPCn_Gmod_noclip.PNG)

Save the changes to the file, with the blue "Save" button at the bottom of the window. Restart your server, and noclip should now be disabled on your Garry's Mod server.
