{"id":2381,"date":"2023-02-05T20:20:12","date_gmt":"2023-02-05T20:20:12","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/?p=2381"},"modified":"2026-06-15T14:37:38","modified_gmt":"2026-06-15T14:37:38","slug":"how-to-disable-noclip-feature-on-your-garrys-mod-server","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/","title":{"rendered":"How to disable &#8220;Noclip&#8221; feature on your Garry&#8217;s Mod server"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Noclip is one of the most powerful (and most abused) abilities in Garry&#8217;s Mod. It lets a player drop collision and fly straight through walls, floors, and props \u2014 fantastic for an admin inspecting a build, disastrous when a random Sandbox player uses it to grief, peek through prop hunt walls, or skip past your map&#8217;s intended flow. If you run a public or community GMod server, &#8220;how do I stop players from using noclip while keeping it for my staff?&#8221; is one of the first questions you&#8217;ll hit.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The good news: disabling noclip for regular players is a one-line change. The important news: there is a wrong way to do it (turning on <code>sv_cheats<\/code>) and a right way (using the Sandbox convar plus your admin mod). This guide walks through exactly how noclip is gated in GMod, how to block it for everyone except your authorized admins, and why the permission-based approach is the standard on every well-run server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How noclip actually works in Garry&#8217;s Mod<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There are two separate systems that decide whether a given player can fly through your map. Understanding both is the key to controlling noclip correctly instead of accidentally opening the floodgates.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The vanilla <code>noclip<\/code> console command is cheat-protected.<\/strong> By default it does nothing unless the server has <code>sv_cheats 1<\/code> set, OR the gamemode\/admin-mod permission system grants the ability some other way.<\/li>\n<li><strong>In Sandbox, a dedicated convar governs player noclip.<\/strong> The convar <code>sbox_noclip<\/code> decides whether players in the Sandbox gamemode are allowed to noclip at all: <code>1<\/code> means players can noclip, <code>0<\/code> means it&#8217;s disabled.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">In single-player and listen-server contexts, the <code>noclip<\/code> command is commonly bound to the <strong>V<\/strong> key (this binding is rebindable). On a properly configured dedicated server you don&#8217;t want regular players triggering it at all \u2014 which is what <code>sbox_noclip<\/code> is for.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The fast answer: set sbox_noclip 0<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To stop regular, non-privileged players from noclipping, set the Sandbox convar to <code>0<\/code>. The cleanest place to do this is your server&#8217;s auto-executed config file, <code>garrysmod\/cfg\/server.cfg<\/code>, so the setting survives every restart.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ garrysmod\/cfg\/server.cfg\n\/\/ Block noclip for regular Sandbox players\nsbox_noclip 0<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You can also run it live from the server console or via RCON to apply it immediately without restarting:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sbox_noclip 0<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">With <code>sbox_noclip 0<\/code> active, ordinary players in Sandbox can no longer fly through your map. They&#8217;ll be locked to normal physics and collision like everyone else. This is the single change most server owners are looking for \u2014 and it does <em>not<\/em> require enabling cheats.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A quick note on confidence: <code>sbox_noclip<\/code> and its <code>0<\/code>\/<code>1<\/code> behavior are documented consistently across GMod host guides. It controls whether players can noclip in Sandbox. It wasn&#8217;t located on a single canonical Facepunch wiki convar page during research, but its name and effect are uniform across sources, so it&#8217;s safe to rely on.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Value<\/th><th>Effect<\/th><th>Where to set it<\/th><\/tr><\/thead><tbody><tr><td><code>sbox_noclip 1<\/code><\/td><td>Players in Sandbox <strong>can<\/strong> noclip (default permissive behavior)<\/td><td>server.cfg or console<\/td><\/tr><tr><td><code>sbox_noclip 0<\/code><\/td><td>Players <strong>cannot<\/strong> noclip \u2014 blocked for non-privileged users<\/td><td>server.cfg or console<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Why you should NOT use sv_cheats to control noclip<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s tempting to think &#8220;noclip is a cheat command, so I&#8217;ll just leave <code>sv_cheats 0<\/code> and that blocks it.&#8221; There&#8217;s a kernel of truth there \u2014 the vanilla <code>noclip<\/code> command <em>is<\/em> cheat-protected \u2014 but managing noclip through <code>sv_cheats<\/code> is the wrong lever for a couple of reasons.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">First, <code>sv_cheats<\/code> is an all-or-nothing, server-wide switch. The default is <code>0<\/code>, and when you flip it to <code>1<\/code> it unlocks <strong>every<\/strong> cheat-gated command for <strong>everyone<\/strong> on the server at once:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>noclip<\/code> \u2014 fly through walls<\/li>\n<li><code>god<\/code> \u2014 full invincibility<\/li>\n<li><code>buddha<\/code> \u2014 can&#8217;t die but still takes damage<\/li>\n<li><code>impulse 101<\/code> \u2014 give all weapons and ammo<\/li>\n<li><code>give <entity><\/code> \u2014 spawn arbitrary entities\/weapons<\/li>\n<li>assorted debug and physics commands<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">So if you enable <code>sv_cheats 1<\/code> just to let your admins fly, you&#8217;ve simultaneously handed god mode, free weapons, and noclip to every single player connected. That&#8217;s the opposite of what you want. Cheat-protected commands also stop working the instant <code>sv_cheats<\/code> returns to <code>0<\/code>, so it&#8217;s not even a stable way to grant a persistent ability.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is precisely why production servers leave <code>sv_cheats<\/code> at <code>0<\/code> and grant individual abilities \u2014 noclip, god, and so on \u2014 through an admin mod&#8217;s permission system instead. If you genuinely need cheats for a private testing session, see our companion walkthrough on <a href=\"https:\/\/xgamingserver.com\/blog\/how-to-enable-cheats-on-your-garrys-mod-server\/\">how to enable cheats on your Garry&#8217;s Mod server<\/a>, but understand it&#8217;s a blunt instrument you should turn back off afterward.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The right pattern: sbox_noclip 0 plus admin-mod grants<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The model nearly every serious GMod server uses is a combination:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Set <code>sbox_noclip 0<\/code> to block noclip for regular players.<\/li>\n<li>Install an admin mod (ULX or SAM) that grants noclip through a <strong>permission<\/strong>, which bypasses <code>sbox_noclip<\/code> entirely.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Admin systems don&#8217;t rely on the cheat flag. They hook the noclip ability and gate it behind a user-group permission, so an authorized admin can noclip even while <code>sbox_noclip 0<\/code> blocks everyone else. Regular players stay grounded; your staff fly freely; cheats stay off. That&#8217;s the whole point of the permission-based approach.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">ULX + ULib<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">ULX is the long-standing GMod admin suite. It requires <strong>ULib<\/strong> as a dependency \u2014 install both. Once it&#8217;s running, admins toggle their own flight with a chat command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ In-game chat (ULX)\n!noclip\n\n\/\/ Console equivalent\nulx noclip<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Whether a given user can run that command is controlled by their ULX user group, so you can hand noclip to your &#8220;admin&#8221; or &#8220;superadmin&#8221; group while denying it to &#8220;user.&#8221; Because this runs through ULX&#8217;s permission layer, it works regardless of the <code>sbox_noclip<\/code> value.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">SAM (Simple Admin Mod)<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">SAM is a popular modern alternative with a clean menu UI and equivalent chat commands. It uses the same permission-driven philosophy: noclip is a grantable ability tied to a rank, not a server-wide cheat toggle. If you&#8217;re starting fresh, either ULX or SAM will get you the &#8220;admins fly, players don&#8217;t&#8221; outcome that <code>sbox_noclip 0<\/code> alone can&#8217;t provide.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Note that the exact ULX\/SAM chat-command syntax above is host-guide-sourced and consistent across the community rather than quoted from a single official spec \u2014 but it reflects the standard usage you&#8217;ll see documented everywhere.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Putting it together in server.cfg<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Your <code>garrysmod\/cfg\/server.cfg<\/code> is executed automatically every time the server starts, so it&#8217;s the canonical home for persistent settings. A minimal anti-noclip configuration looks like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ garrysmod\/cfg\/server.cfg\n\n\/\/ Keep cheats OFF server-wide \u2014 do not use sv_cheats to manage noclip\nsv_cheats 0\n\n\/\/ Disable noclip for regular Sandbox players\nsbox_noclip 0\n\n\/\/ Admin noclip is granted separately via ULX (!noclip) or SAM\n\/\/ \u2014 permission-based, bypasses sbox_noclip automatically<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">After editing the file, restart the server (or run the commands live in console\/RCON to apply them without a restart). If you administer the box remotely, you can push the change through RCON \u2014 see our guide on <a href=\"https:\/\/xgamingserver.com\/blog\/how-to-modify-the-rcon-feature-on-your-garrys-mod-server\/\">how to modify the RCON feature on your Garry&#8217;s Mod server<\/a> for setting an <code>rcon_password<\/code> and connecting safely. For example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>rcon sbox_noclip 0<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d rather not hand-edit config files at all, a managed control panel makes this trivial. On <a href=\"https:\/\/xgamingserver.com\/gmod-server-hosting\">our Garry&#8217;s Mod hosting plans<\/a> you can drop these lines straight into <code>server.cfg<\/code> through the file manager and restart with one click, and the panel keeps ULX\/SAM addons easy to install. The full setup walkthrough lives in the <a href=\"https:\/\/xgamingserver.com\/docs\/garrys-mod\">Garry&#8217;s Mod documentation<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Verifying it worked<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To confirm your change took effect:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Check the convar value.<\/strong> Type <code>sbox_noclip<\/code> on its own in the server console \u2014 it should report <code>0<\/code>.<\/li>\n<li><strong>Test as a non-admin.<\/strong> Join with an account that has no admin group and try to noclip (default <strong>V<\/strong>). Nothing should happen.<\/li>\n<li><strong>Test as an admin.<\/strong> Run <code>!noclip<\/code> (ULX) or use the SAM menu \u2014 flight should still work, proving the permission bypass is intact.<\/li>\n<li><strong>Confirm cheats are off.<\/strong> <code>sv_cheats<\/code> should report <code>0<\/code>, so the abuse-prone cheat commands stay locked.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If a regular player can <em>still<\/em> noclip after all this, the usual culprits are: an addon or gamemode that re-grants noclip independently of Sandbox, a player who is actually in an admin group you forgot about, or <code>sv_cheats<\/code> being left at <code>1<\/code> somewhere in your config. Check those three before anything else.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Where noclip control fits in your wider admin setup<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Disabling noclip is usually one piece of locking down a public server. Once you&#8217;ve installed ULX or SAM for the noclip permission, you&#8217;ve also got the tools to deal with the players who <em>were<\/em> abusing it \u2014 see <a href=\"https:\/\/xgamingserver.com\/blog\/how-to-ban-players-from-your-garrys-mod-server\/\">how to ban players from your Garry&#8217;s Mod server<\/a> for vanilla <code>banid<\/code>\/<code>kickid<\/code> commands and the admin-mod <code>!ban<\/code> equivalents. And if your server runs DarkRP or any addon that needs persistent storage, you&#8217;ll likely want to read up on <a href=\"https:\/\/xgamingserver.com\/blog\/how-to-add-mysqloo-to-your-garrys-mod-server\/\">adding MySQLoo to your Garry&#8217;s Mod server<\/a> next.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently asked questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">What&#8217;s the difference between sbox_noclip and sv_cheats for blocking noclip?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><code>sbox_noclip<\/code> is a targeted Sandbox convar that controls only whether players may noclip (<code>0<\/code> disables, <code>1<\/code> enables). <code>sv_cheats<\/code> is a server-wide cheat switch that, when set to <code>1<\/code>, unlocks <em>every<\/em> cheat command \u2014 noclip, god, give, impulse 101 and more \u2014 for everyone at once. Use <code>sbox_noclip 0<\/code> to disable player noclip; never use <code>sv_cheats<\/code> for this.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Will sbox_noclip 0 stop my admins from flying too?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">No \u2014 as long as your admins get noclip through an admin mod. ULX (<code>!noclip<\/code> \/ <code>ulx noclip<\/code>) and SAM grant noclip via permissions that bypass <code>sbox_noclip<\/code> entirely. Authorized staff keep flying while regular players are blocked.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Where do I put sbox_noclip 0?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In <code>garrysmod\/cfg\/server.cfg<\/code>, which the server auto-executes on every start, so the setting persists across restarts. You can also run <code>sbox_noclip 0<\/code> in the live server console or over RCON to apply it immediately.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Do I need to restart the server after changing it?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Not necessarily. Editing <code>server.cfg<\/code> makes the change permanent and it applies on the next start, but running <code>sbox_noclip 0<\/code> directly in the console or via <code>rcon sbox_noclip 0<\/code> takes effect right away on the running server.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">A player can still noclip even with sbox_noclip 0 \u2014 why?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Three common causes: the player is in an admin group with noclip permission; <code>sv_cheats<\/code> is set to <code>1<\/code> somewhere, unlocking the cheat command for everyone; or an addon\/gamemode re-grants noclip on its own. Confirm <code>sv_cheats 0<\/code>, verify the player&#8217;s user group, and check your installed addons.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What key triggers noclip by default?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The <code>noclip<\/code> command is commonly bound to the <strong>V<\/strong> key in single-player and listen-server contexts, and it&#8217;s rebindable. On a dedicated server with <code>sbox_noclip 0<\/code>, pressing that key does nothing for a non-privileged player.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Summary<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Disabling noclip on a Garry&#8217;s Mod server comes down to one line and one principle. Set <code>sbox_noclip 0<\/code> in <code>garrysmod\/cfg\/server.cfg<\/code> to block regular Sandbox players from flying. Leave <code>sv_cheats<\/code> at <code>0<\/code> so you don&#8217;t accidentally hand the entire cheat menu to everyone. Then let an admin mod \u2014 ULX or SAM \u2014 grant noclip to your staff through permissions, which bypasses <code>sbox_noclip<\/code> cleanly. That combination gives you exactly what a public server needs: players grounded, admins flying, cheats off.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Noclip is one of the most powerful (and most abused) abilities in Garry&#8217;s Mod. It lets a player drop collision and fly straight through walls, floors, and props \u2014 fantastic for an admin inspecting a build, disastrous when a random Sandbox player uses it to grief, peek through prop hunt walls, or skip past your [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":2382,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"How to disable \"Noclip\" feature on your Garry's Mod server","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[40],"tags":[],"class_list":["post-2381","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-gmod-server-docs"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.5 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to disable &quot;Noclip&quot; feature on your Garry&#039;s Mod server - XGamingServer<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to disable &quot;Noclip&quot; feature on your Garry&#039;s Mod server\" \/>\n<meta property=\"og:description\" content=\"Noclip is one of the most powerful (and most abused) abilities in Garry&#8217;s Mod. It lets a player drop collision and fly straight through walls, floors, and props \u2014 fantastic for an admin inspecting a build, disastrous when a random Sandbox player uses it to grief, peek through prop hunt walls, or skip past your [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/\" \/>\n<meta property=\"og:site_name\" content=\"XGamingServer\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/web.facebook.com\/xgamingserver69\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-05T20:20:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-15T14:37:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/02\/blog-background-3.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Youssef Ayman\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:site\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Youssef Ayman\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/\"},\"author\":{\"name\":\"Youssef Ayman\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/d76089853704ac189e01449b0e449e3e\"},\"headline\":\"How to disable &#8220;Noclip&#8221; feature on your Garry&#8217;s Mod server\",\"datePublished\":\"2023-02-05T20:20:12+00:00\",\"dateModified\":\"2026-06-15T14:37:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/\"},\"wordCount\":1701,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/02\/blog-background-3.png\",\"articleSection\":[\"GMod\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/\",\"name\":\"How to disable \\\"Noclip\\\" feature on your Garry's Mod server - XGamingServer\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/02\/blog-background-3.png\",\"datePublished\":\"2023-02-05T20:20:12+00:00\",\"dateModified\":\"2026-06-15T14:37:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/02\/blog-background-3.png\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/02\/blog-background-3.png\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"GMod\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/gmod-server-docs\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to disable &#8220;Noclip&#8221; feature on your Garry&#8217;s Mod server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"name\":\"XGamingServer\",\"description\":\"Dedicated Game Server Hosting\",\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\",\"name\":\"XGamingServer\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"XGamingServer\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/web.facebook.com\/xgamingserver69\/\",\"https:\/\/x.com\/xgamingserver\",\"https:\/\/www.instagram.com\/xgamingserver\/\",\"https:\/\/www.linkedin.com\/company\/xgamingserver\/\",\"https:\/\/www.pinterest.com\/xgamingserver\/\",\"https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/d76089853704ac189e01449b0e449e3e\",\"name\":\"Youssef Ayman\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fa92e71017a2bb7ab969b798cba0c8f3f827d2d4733dbe2cacf7f195db920fe1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/fa92e71017a2bb7ab969b798cba0c8f3f827d2d4733dbe2cacf7f195db920fe1?s=96&d=mm&r=g\",\"caption\":\"Youssef Ayman\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to disable \"Noclip\" feature on your Garry's Mod server - XGamingServer","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/","og_locale":"en_US","og_type":"article","og_title":"How to disable \"Noclip\" feature on your Garry's Mod server","og_description":"Noclip is one of the most powerful (and most abused) abilities in Garry&#8217;s Mod. It lets a player drop collision and fly straight through walls, floors, and props \u2014 fantastic for an admin inspecting a build, disastrous when a random Sandbox player uses it to grief, peek through prop hunt walls, or skip past your [&hellip;]","og_url":"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2023-02-05T20:20:12+00:00","article_modified_time":"2026-06-15T14:37:38+00:00","og_image":[{"url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/02\/blog-background-3.png","width":1024,"height":576,"type":"image\/png"}],"author":"Youssef Ayman","twitter_card":"summary_large_image","twitter_creator":"@xgamingserver","twitter_site":"@xgamingserver","twitter_misc":{"Written by":"Youssef Ayman","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/"},"author":{"name":"Youssef Ayman","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/d76089853704ac189e01449b0e449e3e"},"headline":"How to disable &#8220;Noclip&#8221; feature on your Garry&#8217;s Mod server","datePublished":"2023-02-05T20:20:12+00:00","dateModified":"2026-06-15T14:37:38+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/"},"wordCount":1701,"commentCount":0,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/02\/blog-background-3.png","articleSection":["GMod"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/","url":"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/","name":"How to disable \"Noclip\" feature on your Garry's Mod server - XGamingServer","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/02\/blog-background-3.png","datePublished":"2023-02-05T20:20:12+00:00","dateModified":"2026-06-15T14:37:38+00:00","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/02\/blog-background-3.png","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/02\/blog-background-3.png","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/how-to-disable-noclip-feature-on-your-garrys-mod-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"GMod","item":"https:\/\/xgamingserver.com\/blog\/category\/gmod-server-docs\/"},{"@type":"ListItem","position":3,"name":"How to disable &#8220;Noclip&#8221; feature on your Garry&#8217;s Mod server"}]},{"@type":"WebSite","@id":"https:\/\/xgamingserver.com\/blog\/#website","url":"https:\/\/xgamingserver.com\/blog\/","name":"XGamingServer","description":"Dedicated Game Server Hosting","publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/xgamingserver.com\/blog\/#organization","name":"XGamingServer","url":"https:\/\/xgamingserver.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","width":"1024","height":"1024","caption":"XGamingServer"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/web.facebook.com\/xgamingserver69\/","https:\/\/x.com\/xgamingserver","https:\/\/www.instagram.com\/xgamingserver\/","https:\/\/www.linkedin.com\/company\/xgamingserver\/","https:\/\/www.pinterest.com\/xgamingserver\/","https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ"]},{"@type":"Person","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/d76089853704ac189e01449b0e449e3e","name":"Youssef Ayman","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/fa92e71017a2bb7ab969b798cba0c8f3f827d2d4733dbe2cacf7f195db920fe1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fa92e71017a2bb7ab969b798cba0c8f3f827d2d4733dbe2cacf7f195db920fe1?s=96&d=mm&r=g","caption":"Youssef Ayman"}}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2023\/02\/blog-background-3.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/2381","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/comments?post=2381"}],"version-history":[{"count":2,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/2381\/revisions"}],"predecessor-version":[{"id":22291,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/2381\/revisions\/22291"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/2382"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=2381"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=2381"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=2381"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}