$ USD
  • $ USD
  • € EUR
  • Britse pond (£ GBP)
  • $ AUD
  • R$ BRL
  • CHF CHF
  • ¥ JPY
RedM server documentation page for a RedM setup guide

Hoe maak je een RedM Server (Gids)

Het opzetten van een RedM server is makkelijker dan je denkt. Deze stapsgewijze handleiding leidt je van nul naar een draaiende FXServer met txAdmin, plus tips voor frameworks (VORP/RedEM:RP), prestaties, beveiliging en groei.

Wat is RedM?
RedM is het Red Dead Redemption 2 multiplayer framework, aangedreven door Cfx.re, waarmee je aangepaste roleplay en minigame servers kunt draaien.


redm FiveM
Hoe maak je een RedM Server (Handleiding) 4

Snelle start (TL;DR)

  1. Download FXServer artifacts voor Windows of Linux.
  2. Voer FXServer.exe (Windows) of start de Linux binaire; de browser opent txAdmin.
  3. Koppel je Cfx.re account En maak een nieuwe server met behulp van de Vanilla/Populair recept.
  4. Genereer een serverlicentiesleutel (Keymaster) en plak deze in je serverconfiguratie.
  5. Start de server, join via de RedM client, en itereer.

Voorwaarden

  • Hardware: moderne 4+ core CPU, 8–16 GB RAM minimum, SSD-opslag; dedicated/snelle VPS aanbevolen voor >50 spelers.
  • Besturingssysteem: Windows Server 2019/2022 of een recente Linux distro (Ubuntu 22.04+).
  • Poorten: Open/forward de gamepoort (standaard 30120 TCP/UDP) en alle reverse proxy/txAdmin poorten die je van plan bent te gebruiken.
  • Accounts: Cfx.re account voor txAdmin + Keymaster licentiesleutel.

Tip: Hostingproviders kunnen je snel online krijgen, maar zelf hosten geeft je volledige controle. We behandelen beide opties hieronder.


Optie A — Hosting met één klik (snelst)

Geautoriseerde partners laten je RedM in minuten implementeren met txAdmin, waarna je resources en configuraties uploadt.

  • Bekijk partners en kies een plan dat past bij je spelersdoelen.
  • After deployment, open the console, copy the txAdmin link & PIN, link your Cfx.re account, and complete the recipe (Vanilla or framework‑ready).

Gerelateerde FiveMX-gidsen:


  1. Create your folder layout (voorbeeld: C:RedMServercfx En C:RedMServerserver-data).
  2. Download the latest recommended FXServer artifacts and extract to your cfx map.
  3. Start FXServer.exe. Your browser opens txAdmin → klik op Link AccountAllow.
  4. Choose a recipeVanilla (you can add frameworks later).
  5. Genereer een serverlicentiesleutel in Keymaster and paste it when txAdmin asks.
  6. Finish the wizard En Start. Your RedM server is now live.

Voorbeeld server.cfg (minimal)

# Core
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
sv_maxclients 48
sv_licenseKey "YOUR_KEYMASTER_KEY"
sv_hostname "My RedM Server | Vanilla"
sv_enforceGameBuild 1491   # adjust as needed for RDR2 build

# Resources
ensure sessionmanager
ensure mapmanager
ensure spawnmanager
ensure rconlog

# Language/Tags
sets locale "en-US"
sets tags "roleplay, redm, vorp, vanilla"

# Admins (add your Cfx.re identifiers)
add_ace group.admin command allow
add_principal identifier.license:YOUR_LICENSE group.admin

Zelf hosten op Linux (geavanceerd)

  1. Create a non‑root user and prepare folders, e.g. ~/redm/cfx En ~/redm/server-data.
  2. Download and extract artifacts (wget + tar xf).
  3. Start the FXServer binary and visit the printed txAdmin URL.
  4. Complete the txAdmin wizard, add your license key, and start the instance.
  5. Configure a systemd service for autostart and set up a firewall (UFW) for port 30120.

Voeg een Framework toe (VORP of RedEM:RP)

Frameworks give you character systems, inventories, jobs, and crafting.

  • VORP Core: Often available as a txAdmin recipe. After creating a fresh server, import the recipe or follow the README to install modules (inventory, crafting, jobs).
  • RedEM:RP: Alternative framework with similar goals; install base resources, database schema (MySQL/MariaDB), then layer job/economy packs.

FiveMX picks to get started:

Database note: Many RedM frameworks rely on MySQL/MariaDB. Use a remote DB with backups and limit public exposure (firewall + SSL). See our ops tips below.


Set Up A FREE Red Dead RedM Server in Under 5min - Local Hosted  - Private

Installeer & Beheer Resources

  • Place resources into server-data/resources/<category>/<resourceName> en voeg toe ensure <resourceName> naar server.cfg.
  • Prefer well‑maintained, escrow‑free resources you trust.
  • Boot once with a clean set, then add in small batches, testing each commit.

Popular content hubs on FiveMX:


Prestatie & Stabiliteit Checklist

  • Artefacten: Track the latest aanbevolen server artifacts; only bump after testing.
  • Tick & threads: Keep heavy loops efficient; use server‑side throttling and event gating.
  • I/O & DB: Pool connections, index hot queries, and avoid blocking calls in hot paths.
  • Resmon: Benchmark resource time, memory, and spikes; remove offenders.
  • Crash hygiene: Log crashes to a file and keep backups of configs and DB snapshots.

Read next on FiveMX:


Beveiliging & Compliance

  • License key: Keep it private; rotate if leaked.
  • Admin roles: Gebruik add_principal for named admins, not wildcard ACEs.
  • Back-ups: Schedule nightly backups for /server-data, server.cfg, and your database.
  • Updates: Track framework updates; read changelogs before upgrading.
  • Monetarisatie: Follow Cfx.re/Rockstar monetization rules. Use transparent perks (cosmetics, queue priority) and avoid pay‑to‑win.

FiveMX monetization guides:


Publiceer & Groei Je Server

  1. Name & tags: Clear theme + region tags to improve discovery.
  2. List your server: Ensure it’s public and visible in the RedM server list.
  3. Discord funnel: Use a clean rules channel, onboarding form, and ticketing for staff support.
  4. Content cadence: Publish weekly updates, changelogs, and short trailers.
  5. Optimize onboarding: Add a welcome script, starter kit, and spawn guidance.

Helpful FiveMX articles:


Snelle Oplossingen voor Probleemoplossing

  • Server start niet: Check server.cfg for typos; confirm license key; try previous aanbevolen artifact.
  • Kan txAdmin niet bereiken: Check firewall, confirm port binding, or change the bind address.
  • Spelers kunnen geen verbinding maken: Verify public IP/port, NAT/forwarding, host firewall, and if the server is listed.
  • Resource crashes: Disable recent additions; re‑add one by one. Watch resmon for spikes.
  • DB errors: Confirm credentials, migrations, and engine versions; restore from last good backup.

FiveMX help:


FAQ

Is FiveM documentation relevant to RedM?
Much of the server tooling (FXServer, txAdmin) is shared; some scripting docs differ. Prefer RedM‑specific native references where possible.

Do I need a Patreon key?
Je hebt een Keymaster license key to run a public server. Extra Patreon entitlements are optional for certain premium features.

Which framework should I choose—VORP or RedEM:RP?
Both are viable. VORP has a large module ecosystem; RedEM:RP is modular and lightweight. Choose based on your desired gameplay and resource availability.

What’s a safe player cap for new servers?
Start at 32–48, then scale after load testing and resmon profiling.


Volgende stappen

  • Spin up a test instance locally and document your baseline resmon metrics.
  • Install a framework (VORP/RedEM:RP) and one trusted inventory/economy pack.
  • Write a simple launch checklist: artifacts version, DB backups, last‑change log.
  • Draft a monetization plan that respects platform rules.
RedM Resources
How To Create a RedM Server (Guide) 5

Want more? Check our full Handleidingen en tutorials library, then browse Scripts En MLOs to expand your world.