
How to Make a RedM Server in 2026 (txAdmin + VORP)
Set up a RedM (RDR2 roleplay) server in 2026: txAdmin install, the VORP and RSG frameworks, RAM and cost, plus the easiest managed hosting.
RedM is the Red Dead Redemption 2 equivalent of FiveM: a multiplayer modification platform built by Cfx.re that lets you run custom roleplay servers for RDR2. If you want to build a Wild West roleplay community, run a private posse server for friends, or just script your own cowboy sandbox, you need your own RedM server. This guide walks you through the full setup with txAdmin, covers the main RP frameworks (VORP, RSG-Core, RedEM:RP), and shows you the simplest way to get online without fighting a VPS.
What RedM is (and who needs a server)
RedM is to Red Dead Redemption 2 what FiveM is to GTA V. Both are developed by Cfx.re, both run on the same underlying platform, and both rely on txAdmin for server management and Lua scripts for content. The difference is the base game: RedM uses RDR2, so you get horses, gunslinging, and the open frontier instead of Los Santos.
You need your own RedM server if you want to:
Run a roleplay (RP) community
Play privately with friends
Develop and test RDR2 scripts
You need a Cfx.re key and RDR2
How to make a RedM server step by step
The process is the same whether you self-host on a VPS or use managed hosting. The big decision is where the server runs (step 2). Here is the full walkthrough.
Get a free Cfx.re license key
cfxk_. Keep it private — it identifies your server on the Cfx.re network and goes into your server.cfg later.Choose where to host: your own VPS vs managed
Install txAdmin + the RedM server artifacts
cfx-server-data build for your OS) from the Cfx.re artifacts page, extract them, and launch the FXServer executable — txAdmin starts on port 40120. Open it in a browser, create your admin account, and follow the setup wizard. On managed hosting, txAdmin is pre-installed, so you just open the panel and log in.Pick a framework (VORP, RSG-Core, RedEM:RP or QBR)
resources/ folder and follow its install guide.Configure server.cfg + resources
server.cfg is the heart of the server. Set your license key, server name, max players, and the ensure/start lines for every resource (including your framework and its dependencies like oxmysql). Frameworks like VORP and RSG-Core need a MySQL/MariaDB database — create one, import the framework's SQL, and put the connection string in set mysql_connection_string.sv_licenseKey "cfxk_yourkeyhere"
sv_hostname "My RedM RP Server"
sv_maxClients 32
set mysql_connection_string "mysql://user:password@localhost/redm"
ensure oxmysql
ensure vorp_core
ensure vorp_inventory
# start your other resources hereLaunch & connect
FXServer +exec server.cfg on a VPS). Once it's live, it appears on the Cfx.re network. To connect, open RedM, press F8 to bring up the console, and type connect <your-server-ip>:30120 — or find it in the RedM server list if you set it public. Share that address with your players.Which framework should I pick?
Managed RedM hosting (skip the hassle)
Self-hosting a RedM server sounds cheap until you hit the reality: forwarding the right ports on your router, keeping a machine online 24/7, patching the OS, surviving DDoS attacks, and restarting the server every time it crashes at 3 a.m. Managed RedM hosting removes all of that — txAdmin comes pre-installed, the server runs around the clock, and DDoS protection and updates are handled for you.
On our comparison, Shockbyte is currently the only host that sells RedM plans. Here are the real plans and prices.
| Plan | Max players | RAM | Price |
|---|---|---|---|
| Valentine | 12 players | — | €10.30/mo |
| Rhodes | 24 players | — | €13.73/mo |
| Saint Denis | 200 players | 7 GB | €25.76/mo |
Shockbyte RedM plans (2026). All plans include txAdmin pre-installed, SSD storage, DDoS protection and 24/7 support. Prices shown are monthly; a launch promo code (LAUNCH, 25% off) is currently available.
Online in minutes, not an evening
How much RAM and budget you need
RedM is more demanding than vanilla RDR2 multiplayer because a full RP framework loads dozens of Lua resources, an inventory system and a database. RAM is the main thing that scales with player count and the number of scripts you run. As a rough guide:
| Server type | Players | RAM | Budget |
|---|---|---|---|
| Private / friend server | 5 to 12 players | 4 to 6 GB | €10–14/month |
| Semi-public RP server | 12 to 24 players | 6 to 8 GB | €14–22/month |
| Community RP server | 24 to 64 players | 8 to 12 GB | €20–40/month |
| Large public server | 64 to 128 players | 12 to 24 GB | €35–70/month |
A heavily scripted VORP server at 15–20 players comfortably wants 6 to 8 GB of RAM. CPU single-thread performance also matters a lot for RedM, so favour a host with strong per-core clocks.
Latency matters for RP
Ready to launch your RedM server?
Take the 2-minute quiz to find the host that fits your RP project, or jump straight to RedM hosting offers.