# RedM Server Guides (/docs/redm)



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

RedM is a multiplayer modification framework for Red Dead Redemption 2, built on the cfx.re platform (the same technology behind FiveM). It lets you run custom multiplayer servers with scripts, resources, and roleplay frameworks. Running a dedicated server gives you full control over your Wild West world.

Getting Started [#getting-started]

Connect and set up your server.

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

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

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

Server Management [#server-management]

Manage your server name, players, password, and admins.

<Cards>
  <Card icon={<Settings />} title="Change Server Name" description="Set a custom name for your server." href="/docs/redm/change-server-name" />

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

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

  <Card icon={<Wrench />} title="Reset Server" description="Reset your server to a fresh state." href="/docs/redm/reset-server" />
</Cards>

Customization [#customization]

Install resources and frameworks.

<Cards>
  <Card icon={<Puzzle />} title="Install Resources" description="Add scripts, mods, and frameworks to your server." href="/docs/redm/install-resources" />

  <Card icon={<Wrench />} title="Install VORP Framework" description="Set up the popular VORP roleplay framework on your server." href="/docs/redm/install-vorp-framework" />
</Cards>

Self-Hosted / VPS Setup [#self-hosted--vps-setup]

Running RedM on your own Linux server or VPS.

<Cards>
  <Card icon={<Terminal />} title="Linux Artifacts" description="Download and run FXServer artifacts on Linux." href="/docs/redm/linux-artifacts" />

  <Card icon={<Database />} title="Set Up a Database" description="Install and configure MariaDB for your RedM framework." href="/docs/redm/setup-database" />
</Cards>

Troubleshooting [#troubleshooting]

<Cards>
  <Card icon={<AlertTriangle />} title="Troubleshooting" description="Fix common RedM server errors and connection issues." href="/docs/redm/troubleshooting" />
</Cards>

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