FiveM Server Hosting: The 48-Slot Cliff Nobody Prices
Before you compare hosts, know the cliff. From Cfx.re’s own OneSync documentation:
“OneSync is free up to 48 slots, after such, you should get one of the following tiers: FiveM Element Club Argentum”
So a 64-player RP server is not just a bigger server — it’s a subscription. OneSync is the sync system that raises FiveM’s slot count above the base game’s limits, and above 48 players it’s a paid tier from Cfx.re, entirely separate from whatever you pay your host.
Budget for it before you buy hardware. Every “best FiveM hosting” comparison we’ve seen prices the box and ignores this.
For scale, the ceiling is high: OneSync Infinity allows ”(up to) 2048 players”, and Cfx.re notes “There are servers handling 1000+ concurrent players.” The limit on your RP server is not the platform.
Why a slot host usually isn’t the answer
FiveM isn’t a game server, it’s a stack. A real GTA RP deployment runs:
- FXServer, the Cfx platform server process
- txAdmin, the management layer
- A MySQL or MariaDB database — every QBCore or ESX framework needs one for characters, inventory and the economy
- Dozens of resources, each with its own server-side script
The database is the part slot plans handle worst. A framework server writes constantly — inventory moves, transactions, vehicle state — and that’s disk I/O and a database process, not a player slot. You want NVMe and a database you control.
The other reason is CPU. Heavy resource stacks put real work into the server’s main loop every tick, and when a framework server degrades at high population it usually presents as stuttering rather than a crash. Cores matter more than gigabytes.
We are not going to give you a CPU-milliseconds-per-tick table. This article’s brief asked for one — how much a typical economy, inventory and dispatch stack burns per tick. We have not run a FiveM server or profiled any resource, and inventing per-resource timings would be exactly the kind of precise-sounding number that can’t be checked. Use resmon in your own server console; it gives you real figures for your actual resource list, which is the only version that matters.
Two rules from Cfx.re you need to know first
1. You need a licence key, and it’s free. FXServer requires sv_licenseKey, registered against your Cfx.re account. There’s no cost, but there’s no running without it — the only exception in the docs is sv_lan, which makes the server LAN-only and skips the check.
2. Monetization goes through Tebex, exclusively. Cfx.re names Tebex as its “exclusive monetization partner” and points at its Platform License Agreement for “requirements and restrictions.” If your RP server sells perks, priority queue or cosmetics, read that agreement before you build a payment flow — this is the rule most likely to get a growing server in trouble, and it has nothing to do with your host.
About “authorized” hosting partners
Cfx.re publishes a list of authorized hosting partners: GPORTAL, Shockbyte, Nitrado, Nodecraft, xREALM and ZAP-Hosting.
None of the VPS providers below is on that list, and that’s not a problem — it’s a different route. Cfx.re’s own documentation provides vanilla Windows and Linux setup guides plus a txAdmin guide for running FXServer on your own machine. Self-hosting is fully supported and documented; the partner programme is the managed, panel-based path.
The honest trade: partners give you a one-click setup in minutes. A VPS gives you root, your own database, and cores you don’t share — which is what a heavy framework server actually needs. We’ve written up the VPS route step by step, including securing the txAdmin panel and backing up the database that actually matters. If you want the click, use a partner. If you want the performance, use a VPS.
The VPS options
Hostinger — $11.99 renewal for 4GB, $14.99 for 8GB, with one-click Docker templates and root access. The cheapest sensible starting point, and the 8GB tier is the one to buy once MySQL shares the box. Refund terms that also cover renewals, which is a genuine safety net while you test a build.
Hetzner — the most RAM and cores per euro, and its dedicated-vCPU CCX line is sold explicitly for “constantly high CPU usage” — the correct product class for a framework server under load, where shared vCPU is not. Two caveats: cloud instance availability has been limited since June, and its backups exclude attached Volumes — which matters directly if you put MySQL on a Volume.
UltaHost — $15.87 for 4GB with 3 vCPU, more cores per dollar than most at this tier, and its two-year rate is also its renewal rate. A good fit here specifically because FiveM wants cores.
Cloudzy — $17.37 for 4GB billed monthly with no term. The right way to trial a build before committing, given RP servers often don’t survive their first month.
ScalaHosting — managed VPS with its own SPanel rather than cPanel, removing a licence cost. Worth considering if you want managed infrastructure but still need root.
JavaPipe (now part of Mochahost) — positioned specifically on DDoS protection, which is the reason to look at it. RP servers are a well-known target for attacks from their own communities, and mitigation is the one thing you cannot add later during an incident. We have not tested its protection or verified its specifications, so treat this as a pointer to the category rather than a benchmarked recommendation.
What we’d buy
8GB, dedicated cores, NVMe, and DDoS protection you didn’t have to think about. In that order of importance — and note that only the first three are things a spec sheet tells you honestly.
Then add the OneSync tier if you’re going past 48 slots, which most serious RP servers are.
How we checked this
Everything about FiveM’s platform rules is quoted from Cfx.re’s own documentation, read on 18 August 2026: the OneSync statement that it is “free up to 48 slots, after such, you should get one of the following tiers: FiveM Element Club Argentum”; the OneSync Infinity description allowing ”(up to) 2048 players” with “servers handling 1000+ concurrent players”; the sv_licenseKey requirement and the sv_lan exception; and the authorized hosting partner list read from fivem.net’s server hosting page — GPORTAL, Shockbyte, Nitrado, Nodecraft, xREALM and ZAP-Hosting. The Tebex exclusivity and the pointer to the Platform License Agreement are from that same page.
We did not read the Platform License Agreement itself, so we’ve told you it governs monetization and to read it, rather than characterising what it says.
We have not priced the Element Club tiers. We know from Cfx.re’s documentation that going above 48 slots requires one and that Argentum is the entry point named; we did not verify what any tier costs, so there’s no figure in this article. Check it before budgeting — that’s the whole point of the section.
The biggest gap is the one the brief centred on. It asked for a resource-budget table in CPU-milliseconds per tick for a typical economy, inventory and dispatch stack. We have not run FXServer, installed QBCore or ESX, or profiled a single resource. Those numbers would also vary enormously by script quality and player count, so even a measured table from one server would generalise poorly — which is why the article points you at resmon on your own build instead.
We also did not verify any provider’s NVMe IOPS, DDoS mitigation capacity, or CPU model for the plans described. The provider prices are figures established across this series rather than re-verified today, and the ranking reflects product class — dedicated versus shared vCPU, cores per dollar — rather than measured FiveM performance. Nobody in this list has been benchmarked running FiveM by us.
What we did not do: run a FiveM server, hold a Cfx.re licence, install a framework, test DDoS protection, or measure database performance anywhere.
The host links above are affiliate links. The most expensive thing in this article — the OneSync tier above 48 slots — is paid to Cfx.re, and we earn nothing from telling you about it.
FAQ
Can I run a FiveM server on a VPS?
Yes. Cfx.re publishes vanilla Windows and Linux setup guides plus a txAdmin guide for self-hosting. Its authorized partner programme is a separate, managed route — not a requirement.
How many players can a FiveM server hold?
OneSync is free up to 48 slots. Above that you need a paid FiveM Element Club tier, starting at Argentum. OneSync Infinity allows up to 2048 players, and Cfx.re says some servers handle 1000+ concurrently.
Do I need a FiveM licence key?
Yes, and it’s free — register it against your Cfx.re account and set sv_licenseKey. The only documented exception is sv_lan, which makes the server LAN-only.
What specs does a QBCore or ESX server need?
Prioritise cores over gigabytes, and NVMe for the MySQL layer. 8GB with dedicated vCPU is a sensible starting point, but profile your own resources with resmon rather than trusting anyone’s table.
Why is my FiveM server stuttering with lots of players?
Usually server-side resource cost per tick, or database I/O, rather than a lack of RAM. Check resmon for expensive resources and confirm you’re not on a shared-vCPU plan with noisy neighbours.
Can I sell perks on my RP server?
Through Tebex, which Cfx.re names as its exclusive monetization partner. Read the Platform License Agreement for the requirements and restrictions before building anything.
Is slot-based FiveM hosting bad?
Not bad, just different. It’s fast to set up and fine for smaller servers. A heavy framework server benefits more from root access, its own database and unshared cores.