# BeamMP Server Hosting Guides (/docs/beammp)



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

BeamMP is the multiplayer mod for BeamNG.drive, enabling online driving with custom servers, mods, and Lua scripting. These guides cover everything for your XGamingServer BeamMP server.

Getting Started [#getting-started]

<Cards>
  <Card icon={<Rocket />} title="How to Join Your Server" description="Connect via browser or direct IP." href="/docs/beammp/join-server" />

  <Card icon={<Settings />} title="How to Configure Your Server" description="Full ServerConfig.toml reference." href="/docs/beammp/server-config" />

  <Card icon={<Key />} title="How to Get an Auth Key" description="Required key from BeamMP Keymaster." href="/docs/beammp/auth-key" />
</Cards>

Server Management [#server-management]

<Cards>
  <Card icon={<Settings />} title="How to Rename Your Server" description="Change server name with color codes." href="/docs/beammp/rename-server" />

  <Card icon={<Palette />} title="Color Codes" description="All color and formatting codes for names." href="/docs/beammp/color-codes" />

  <Card icon={<Tag />} title="Server Tags" description="Set browser filter tags." href="/docs/beammp/tag-guide" />

  <Card icon={<Settings />} title="Max Players & Cars" description="Player limits and vehicle-per-player settings." href="/docs/beammp/vehicle-limits" />

  <Card icon={<Terminal />} title="Console Commands" description="All server and in-game commands." href="/docs/beammp/command-list" />
</Cards>

Mods & Maps [#mods--maps]

<Cards>
  <Card icon={<Puzzle />} title="How to Install Mods" description="Add vehicle mods, map mods, and plugins." href="/docs/beammp/mod-setup" />

  <Card icon={<Wrench />} title="How to Change the Map" description="Default maps and custom map installation." href="/docs/beammp/map-guide" />
</Cards>

Updates & Troubleshooting [#updates--troubleshooting]

<Cards>
  <Card icon={<Clock />} title="How to Update Your Server" description="Update to the latest version." href="/docs/beammp/update-guide" />

  <Card icon={<Settings />} title="Server Version" description="Change or check the server version." href="/docs/beammp/server-version" />

  <Card icon={<AlertTriangle />} title="Troubleshooting" description="Fix auth errors, connection issues, and mod problems." href="/docs/beammp/fix-issues" />
</Cards>

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