# s&box Server Documentation (/docs/sbox)



import { Card, Cards } from "fumadocs-ui/components/card";
import { Rocket, Settings, Globe, Wrench, Shield, Gauge, Code } from "lucide-react";

s\&box is Facepunch's successor to Garry's Mod — a sandbox platform built on .NET where every "game" is a user-made package loaded by the engine. These guides cover installing the dedicated server, choosing which game and map to load, and tuning launch parameters.

> 📝 **Note:** s\&box is in active development. Some options (like Steam game-server tokens) only become available once the game is publicly released.

Getting Started [#getting-started]

<Cards>
  <Card icon={<Rocket />} title="Install the Server" description="Install or update the s&box dedicated server with SteamCMD." href="/docs/sbox/install-server" />

  <Card icon={<Globe />} title="Connect to Your Server" description="Join your s&box server from the in-game browser." href="/docs/sbox/connect-to-your-server" />

  <Card icon={<Settings />} title="Launch Parameters" description="Full reference for the +game, +hostname, +port, and +net_query_port flags." href="/docs/sbox/launch-parameters" />
</Cards>

Configuration [#configuration]

<Cards>
  <Card icon={<Gauge />} title="Change Game & Map" description="Use +game to load a specific game package and starting map." href="/docs/sbox/change-game-and-map" />

  <Card icon={<Globe />} title="Change Server Name" description="Set the title shown in the server browser with +hostname." href="/docs/sbox/change-server-name" />

  <Card icon={<Shield />} title="Server Token" description="Lock your server's Steam ID with a game-server token." href="/docs/sbox/server-token" />
</Cards>

Administration [#administration]

<Cards>
  <Card icon={<Shield />} title="Adding Admins & User Permissions" description="Grant kick, ban, restart, or custom claims to Steam accounts via users/config.json." href="/docs/sbox/user-permissions" />
</Cards>

Development & Branches [#development--branches]

<Cards>
  <Card icon={<Code />} title="Load a Local Project" description="Run a .sbproj from disk and hotload code changes to connected clients." href="/docs/sbox/local-projects" />

  <Card icon={<Wrench />} title="Staging Branch" description="Switch to the -beta staging branch for pre-release builds." href="/docs/sbox/staging-branch" />
</Cards>

> **Don't have a server yet?** Reach out on [Discord](https://discord.xgamingserver.com) for s\&box hosting availability and pricing.
