# Garry's Mod Server Guides (/docs/garrys-mod)



import { Card, Cards } from "fumadocs-ui/components/card";
import { Rocket, Settings, Shield, Puzzle, Globe, Wrench, Users, Lock, Key, Zap } from "lucide-react";

Garry's Mod (GMod) is a physics sandbox game built on the Source engine by Facepunch Studios. It supports countless game modes including Sandbox, Trouble in Terrorist Town (TTT), DarkRP, Murder, Prop Hunt, and many more. These guides will help you get your XGamingServer Garry's Mod server configured and running smoothly.

Getting Started [#getting-started]

Connect and configure your server.

<Cards>
  <Card icon={<Key />} title="Create GSLT" description="Generate a Steam Game Server Login Token." href="/docs/garrys-mod/create-gslt" />

  <Card icon={<Rocket />} title="Connect to Your Server" description="Join your server using the console or browser." href="/docs/garrys-mod/connect-to-your-server" />

  <Card icon={<Settings />} title="Configure Your Server" description="Adjust server.cfg and game settings." href="/docs/garrys-mod/configure-your-server" />

  <Card icon={<Lock />} title="Set a Password" description="Password protect your server." href="/docs/garrys-mod/set-a-password" />
</Cards>

Server Management [#server-management]

Manage players, maps, and server state.

<Cards>
  <Card icon={<Settings />} title="Change Server Name" description="Update your server's display name." href="/docs/garrys-mod/change-server-name" />

  <Card icon={<Users />} title="Max Players" description="Change the maximum player count." href="/docs/garrys-mod/max-players" />

  <Card icon={<Globe />} title="Change Map" description="Switch to a different map." href="/docs/garrys-mod/change-map" />

  <Card icon={<Wrench />} title="Reset Server" description="Wipe and reinstall your server." href="/docs/garrys-mod/reset-server" />
</Cards>

Customization [#customization]

Add addons and set up content delivery.

<Cards>
  <Card icon={<Puzzle />} title="Install Addons" description="Add Steam Workshop addons to your server." href="/docs/garrys-mod/install-addons" />

  <Card icon={<Zap />} title="FastDL" description="Set up fast content downloads for players." href="/docs/garrys-mod/fastdl" />
</Cards>

> **Don't have a server yet?** [Get Garry's Mod Server Hosting](https://xgamingserver.com/gmod-server-hosting) starting from just $4/month with instant setup and 24/7 support.
