# Counter-Strike 2 Server Hosting Guides (/docs/counter-strike-2)



import { Card, Cards } from "fumadocs-ui/components/card";
import { Rocket, Settings, Shield, Wrench, Puzzle, Key, Terminal, Map, Sword, AlertTriangle, Clock } from "lucide-react";

Counter-Strike 2 is Valve's flagship competitive FPS, built on the Source 2 engine. These guides cover everything for your XGamingServer CS2 server.

Getting Started [#getting-started]

<Cards>
  <Card icon={<Rocket />} title="How to Join Your Server" description="Connect via console, Steam browser, or favorites." href="/docs/counter-strike-2/join-server" />

  <Card icon={<Settings />} title="How to Configure Your Server" description="Full server.cfg reference and config structure." href="/docs/counter-strike-2/server-config" />

  <Card icon={<Key />} title="How to Create a GSLT Token" description="Required for public browser listing." href="/docs/counter-strike-2/gslt-token" />
</Cards>

Server Management [#server-management]

<Cards>
  <Card icon={<Settings />} title="How to Rename Your Server" description="Change the hostname." href="/docs/counter-strike-2/rename-server" />

  <Card icon={<Shield />} title="How to Set a Password" description="Password protect your server." href="/docs/counter-strike-2/server-password" />

  <Card icon={<Terminal />} title="How to Set Up RCON" description="Remote console for admin commands." href="/docs/counter-strike-2/rcon-setup" />

  <Card icon={<Settings />} title="How to Change Max Players" description="Player slots per game mode." href="/docs/counter-strike-2/player-slots" />
</Cards>

Game Modes & Maps [#game-modes--maps]

<Cards>
  <Card icon={<Sword />} title="Game Modes" description="Competitive, Casual, Deathmatch, Wingman, Arms Race." href="/docs/counter-strike-2/mode-setup" />

  <Card icon={<Map />} title="Workshop Maps" description="Load custom workshop maps and collections." href="/docs/counter-strike-2/workshop-maps" />
</Cards>

Plugins & Updates [#plugins--updates]

<Cards>
  <Card icon={<Puzzle />} title="How to Install Plugins" description="Metamod:Source + CounterStrikeSharp setup." href="/docs/counter-strike-2/plugin-setup" />

  <Card icon={<Clock />} title="Auto-Updates" description="Keep your server updated automatically." href="/docs/counter-strike-2/auto-update" />

  <Card icon={<Wrench />} title="How to Wipe & Reinstall" description="Reset your server." href="/docs/counter-strike-2/wipe-reinstall" />
</Cards>

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