# The Front Server Documentation (/docs/the-front)



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

Everything you need to manage your The Front dedicated server. From first-time setup to advanced configuration, these guides walk you through each step.

Getting Started [#getting-started]

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

  <Card icon={<Settings />} title="Configure Your Server" description="Customize gameplay settings through ServerConfig.ini." href="/docs/the-front/configure-your-server" />

  <Card icon={<Shield />} title="Set a Password" description="Protect your server with a password." href="/docs/the-front/set-a-password" />
</Cards>

Server Management [#server-management]

<Cards>
  <Card icon={<Globe />} title="Change Server Name" description="Update the hostname shown in the server browser." href="/docs/the-front/change-server-name" />

  <Card icon={<Gauge />} title="Max Players" description="Adjust the maximum player slots on your server." href="/docs/the-front/max-players" />

  <Card icon={<Wrench />} title="Reset Server" description="Wipe your server and start fresh with a full reinstall." href="/docs/the-front/reset-server" />
</Cards>

Administration [#administration]

<Cards>
  <Card icon={<Shield />} title="Adding Admins" description="Grant admin privileges to trusted players on your server." href="/docs/the-front/adding-admins" />
</Cards>

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