# Squad Server Guides (/docs/squad)



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

Squad is a large-scale tactical FPS developed by Offworld Industries. It features realistic combined-arms combat with infantry, vehicles, and base building across massive maps supporting up to 100 players. These guides will help you get your XGamingServer Squad server configured and running smoothly.

Getting Started [#getting-started]

Connect and configure your server.

<Cards>
  <Card icon={<Rocket />} title="Connect to Your Server" description="Join your Squad server using the in-game browser." href="/docs/squad/connect-to-your-server" />

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

Server Management [#server-management]

Manage admins, players, and server state.

<Cards>
  <Card icon={<Shield />} title="Adding Admins" description="Grant admin permissions via Admins.cfg." href="/docs/squad/adding-admins" />

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

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

  <Card icon={<Terminal />} title="RCON" description="Use remote console to manage your server." href="/docs/squad/rcon" />

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

Customization [#customization]

Change maps and add mods.

<Cards>
  <Card icon={<Globe />} title="Change Map" description="Switch maps or set up a map rotation." href="/docs/squad/change-map" />

  <Card icon={<Puzzle />} title="Install Mods" description="Add Steam Workshop mods to your server." href="/docs/squad/install-mods" />
</Cards>

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