# FiveM Server Guides (/docs/fivem)



import { Card, Cards } from "fumadocs-ui/components/card";
import { Rocket, Settings, Shield, Puzzle, Wrench, Users, Lock, Key, Monitor, Database, Image, Trash2, Gamepad2, Car, Map, Palette, Siren, Shirt, Globe, MessageSquare, Zap, Network } from "lucide-react";

FiveM is a multiplayer modification framework for GTA V, allowing you to host custom multiplayer servers with unique game modes, scripts, and modifications. Whether you are running a roleplay server, racing community, or custom game mode, these guides will help you get your XGamingServer FiveM server configured and running smoothly.

Getting Started [#getting-started]

<Cards>
  <Card icon={<Key />} title="Create License Key" description="Generate a cfx.re license key for your server." href="/docs/fivem/create-license-key" />

  <Card icon={<Rocket />} title="Connect to Your Server" description="Join your FiveM server using the FiveM client." href="/docs/fivem/connect-to-your-server" />

  <Card icon={<Settings />} title="Configure Your Server" description="Edit server.cfg and adjust settings." href="/docs/fivem/configure-your-server" />

  <Card icon={<Lock />} title="Set a Password" description="Password protect your server." href="/docs/fivem/set-a-password" />
</Cards>

Frameworks (Roleplay) [#frameworks-roleplay]

<Cards>
  <Card icon={<Gamepad2 />} title="ESX vs QBCore" description="Compare the two RP frameworks and choose the right one." href="/docs/fivem/esx-vs-qbcore" />

  <Card icon={<Puzzle />} title="Install ESX Legacy" description="Install the ESX roleplay framework via txAdmin recipe or manually." href="/docs/fivem/install-esx" />

  <Card icon={<Puzzle />} title="Install QBCore" description="Install the QBCore roleplay framework via txAdmin recipe." href="/docs/fivem/install-qbcore" />

  <Card icon={<Database />} title="Database Setup" description="Create a MySQL database and configure oxmysql for ESX or QBCore." href="/docs/fivem/database-setup" />
</Cards>

Server Management [#server-management]

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

  <Card icon={<Key />} title="ACE Permissions" description="FiveM's native permission system — groups, principals, and inheritance." href="/docs/fivem/ace-permissions" />

  <Card icon={<Lock />} title="Whitelist Setup" description="Whitelist via txAdmin, ACE, or Discord roles." href="/docs/fivem/whitelist-setup" />

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

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

  <Card icon={<Monitor />} title="txAdmin" description="Use the txAdmin web panel for server management." href="/docs/fivem/txadmin" />

  <Card icon={<Monitor />} title="txAdmin Discord Bot" description="Server status embeds and notifications in Discord." href="/docs/fivem/txadmin-discord" />

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

Customization [#customization]

<Cards>
  <Card icon={<Puzzle />} title="Install Resources" description="Add scripts, mods, and custom resources." href="/docs/fivem/install-resources" />

  <Card icon={<Car />} title="Custom Vehicles" description="Add addon car mods to your server." href="/docs/fivem/install-custom-vehicles" />

  <Card icon={<Map />} title="Custom Maps / MLOs" description="Add custom buildings and interiors." href="/docs/fivem/install-custom-maps" />

  <Card icon={<Palette />} title="Loading Screen" description="Custom HTML loading screen." href="/docs/fivem/custom-loading-screen" />

  <Card icon={<Gamepad2 />} title="Enable DLC Content" description="Set game build to unlock Cayo Perico, Tuners, and more." href="/docs/fivem/game-build" />

  <Card icon={<Key />} title="Steam Web API Key" description="Set up Steam identifier support." href="/docs/fivem/steam-web-api-key" />

  <Card icon={<Image />} title="Server Icon" description="Add a custom icon to the server browser." href="/docs/fivem/server-icon" />

  <Card icon={<Puzzle />} title="Install ELS" description="Emergency Lighting System for RP vehicles." href="/docs/fivem/install-els" />

  <Card icon={<Puzzle />} title="Install EUP" description="Emergency Uniforms Pack for police/fire/EMS." href="/docs/fivem/install-eup" />
</Cards>

Troubleshooting & Advanced [#troubleshooting--advanced]

<Cards>
  <Card icon={<Trash2 />} title="Clear Cache" description="Fix resource loading errors by clearing the server cache." href="/docs/fivem/clear-cache" />

  <Card icon={<Globe />} title="Server Not Listed" description="Fix your server not appearing in the browser." href="/docs/fivem/server-not-listed" />

  <Card icon={<Network />} title="Server Ports" description="Which ports FiveM uses and how to verify." href="/docs/fivem/server-ports" />

  <Card icon={<Zap />} title="Optimize Performance" description="OneSync, convars, and entity lockdown." href="/docs/fivem/optimize-performance" />

  <Card icon={<MessageSquare />} title="Automated Messages" description="Scheduled announcements and timed messages." href="/docs/fivem/automated-messages" />
</Cards>

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