Var FiveM
ScriptsBundlesSubscriptionsDocs
VAR
Var FiveM
ScriptsBundlesSubscriptionsDocs
Theme CustomizerAboutContact
Shop Now
GUIDE

~/guides/fivem-server-hosting

FiveM Server Hosting: What You Actually Need in 2026

-- setup · updated august 2026 · var fivem team
-- sv_maxclients 1 to 2048 · element club 15 to 50 usd · prices read august 2026

Most FiveM hosting pages sell you the wrong number. They lead with cores and slots because those are easy to put on a card, while the two things that decide whether your server feels good are the clock speed of a single core and how far the box is from your players. This guide explains what each part of the hardware actually does under FXServer, what it realistically costs at each player tier with prices read from vendor pages in August 2026, and the three ways hosting offers are built to look cheaper than they are.

-- index

  1. 01The one number that matters
  2. 02CPU: clock over cores
  3. 03RAM by what you stream
  4. 04Bandwidth and asset downloads
  5. 05Location and latency
  6. 06VPS, dedicated or FiveM host
  7. 07Root, txAdmin and backups
  8. 08Slots and the Cfx licence
  9. 09What it actually costs
  10. 10FAQ

The one number that decides everything

FXServer does not spread your server work evenly across a CPU. The process runs a small set of named threads, and the one that executes every server-side resource tick is called svMain, which is why the error message server owners see in their console when something stalls is a warning that the thread svMain hung. txAdmin exposes exactly this in its dashboard, describing its performance chart as an insight into your server performance on all three threads. Everything your community experiences as rubber banding, delayed events and a frozen inventory is that one thread taking too long to finish a tick.

The practical consequence is uncomfortable for anyone shopping on core count. If a single resource loop takes 8 ms to run, buying a second CPU socket does not make it take 4. It takes 8 on a faster core and 12 on a slower one. That is the whole hardware decision in one sentence, and it is why a modern four-core machine with a high sustained clock will hold a 48-player roleplay server that a sixteen-core enterprise CPU from 2016 struggles with. It also means that after a point, no hardware fixes a badly written script, which is the territory the server optimization guide covers with resmon and the profiler.

SpecWhat it actually feedsHow much to care
Per-core clockServer-side script ticks, all queued on one main threadThe single most important number. Buy the highest sustained clock you can afford.
RAMStreamed assets, MariaDB, txAdmin and Node, the OSSized by your asset pack and your database, not by your slot count.
Port speedFirst-join resource downloads, which are pure outbound HTTPDecides how long a new player stares at your loading screen.
Geographic locationRound-trip latency for every player, permanentlyCannot be fixed later by better hardware. Pick it before you pay.
Core countThe database, a second game server, compression, backupsUseful, but the thing hosts oversell hardest for FiveM specifically.
DiskAsset storage and MySQL writesNVMe over SATA matters for database latency. Capacity rarely does.

CPU: clock speed over core count

Read the CPU model, not the core count. Shared game hosts run your instance on large multi-tenant boxes, and the honest ones tell you which. ZAP-Hosting states on its FiveM page that its infrastructure uses Intel E5-2650v4 processors on 328 GB DDR4 host systems. That is a twelve-core Broadwell server part designed for density and virtualisation, not for one thread finishing a Lua tick as fast as possible. Compare it with what a game-specific dedicated range advertises: the OVHcloud GAME-1 2026 lists an AMD Ryzen 7 9800X3D at 8 cores and 16 threads with a 4.7 GHz base and 5.2 GHz boost, water cooled and explicitly sold as a high-frequency processor for online gaming.

Neither is wrong, they are different products at very different prices. The point is that the number on the plan card, four cores or eight cores, tells you almost nothing until you know what generation and what clock those cores run at. When a host does not publish the CPU model at all, that is information too. Ask before you pay, and if the answer is vague, assume the oldest plausible part.

The second thing to establish is whether your vCPUs are shared or dedicated. On a shared plan you get a slice of a physical core that other tenants also use, which is fine at 3 am and unpredictable at 9 pm on a Saturday. Dedicated vCPU plans cost more per core and are the correct purchase for a game server, because the failure mode of oversubscription is exactly the intermittent tick spike that is impossible to debug from inside your own server.

The short version

Buy the clock, not the core count. Every server-side resource tick queues on one thread, so four modern cores at a high sustained frequency hold a server that sixteen slow ones hitch on, and a shared vCPU on an oversubscribed host is exactly where the tick spikes you cannot debug come from.

RAM: sized by what you stream, not by slots

Cfx.re does not publish a RAM requirement for FXServer. The Linux and Windows setup guides list prerequisites like git and an extraction tool and say nothing about memory, so any per-slot RAM table you find online, including the reasoning below, is a planning heuristic rather than a specification. What is verifiable is where the memory goes. The FXServer process is the smallest part. Your database engine, the assets your resources hold, and txAdmin running on Node are the three consumers that scale.

That reframes the question usefully. A 64-slot server running a lean ESX build with a handful of scripts uses far less memory than a 32-slot server carrying six custom MLOs, four hundred add-on vehicles and a clothing pack. RAM tracks your content library and your database size, and only loosely tracks player count. In vendor terms, the 8 GB tier that Contabo sells as Cloud VPS 4 at 5.50 EUR per month with 4 vCPU, or that OVHcloud sells as VPS-2 2027 at 8.50 USD per month with 4 vCores and 75 GB of NVMe, is a realistic home for a normal community server. The step up, the 24 GB OVHcloud VPS-4 at 23.37 USD per month, is where a heavy roleplay build with a large database belongs.

One caveat that catches people who buy on the RAM number alone: Contabo lists 12 vCPU and 48 GB for 25.00 EUR per month, far more memory per euro than the game-oriented offers. That is a legitimate deal for a database or a build server. It is not automatically a better FiveM box than a smaller machine with faster cores, because you have bought the resource FiveM cares about least.

Bandwidth, and the asset download nobody budgets for

There are two completely different kinds of traffic on a FiveM server and only one of them is small. Ongoing state synchronisation while people play is modest. The expensive one is the initial resource download: every player who joins for the first time, or after you push an update, pulls your streamed assets over HTTP from your server. That is pure outbound bandwidth, and it is why one server owner in the Cfx.re cookbook thread on caching proxies describes pushing 100 GB per day depending on resources.

Run the arithmetic before you pick a plan. A 4 GB asset pack is about 32,768 megabits. On a 200 Mbit/s port, the slowest tier Contabo lists, that is roughly 164 seconds of transfer for one player who saturates the link on their own. Ten first-time joins at once and the queue is measured in double-digit minutes. On the 1 Gbps port that OVHcloud gives its VPS-2, the same pack moves in about 33 seconds of link time. Port speed, not the monthly traffic allowance, is what your new players actually feel, and the allowance itself is usually generous: Contabo and OVHcloud both advertise unlimited traffic on the plans above, and Hetzner states traffic on its AX line is unlimited and free of charge.

Criterion200 Mbit/s port1 Gbps port
Where you meet itThe slowest tier Contabo listsWhat OVHcloud gives its VPS-2 2027
A 4 GB asset pack, one player saturating the linkRoughly 164 seconds of transferRoughly 33 seconds of link time
Ten first-time joins at onceA queue measured in double-digit minutesThe same queue, five times shorter
Monthly traffic allowanceUnlimited on the plans aboveUnlimited on the plans above
Port speed, not the traffic allowance, is the number your new players actually feel. Then multiply it by every player who reconnects after you push an update.

Two levers reduce the pain. The first is offloading downloads entirely, which FXServer supports through fileserver entries pointing at a caching proxy or CDN, configured with a line like fileserver_add ".*" "http://10.0.0.1/files" where the URL must not end in a slash. The second is having less to download in the first place: compressed textures, no duplicate props across three MLO packs, and a critical eye on add-on vehicle folders, which is the part the guide on adding cars goes into. Whatever is left, your players stare at a loading screen while it transfers, so it may as well be one that tells them what is happening.

Location beats hardware, permanently

Latency has a floor you cannot buy your way past. Light moves through fibre at roughly 200,000 km per second, so a London to New York round trip, about 5,600 km each way, costs around 56 milliseconds of pure propagation before a single router touches the packet. No CPU upgrade, no NVMe drive and no optimisation pass gives that back. If your community is French and your server is in Dallas, every player pays that tax on every interaction, all the time.

So decide the region before the specs. Look at where your Discord members actually live, not where you live, and check that the host serves it. ZAP-Hosting lists Dallas, Frankfurt, Montreal, Singapore, Sydney, London, Los Angeles and Ashburn on its FiveM page. GPORTAL, on the plans visible in August 2026, was quoting FiveM slots out of Dallas. OVHcloud and Contabo both operate multiple continents. A cheap host with one datacenter on the wrong side of an ocean is not cheap, it is a permanent handicap on the one metric players complain about first. If you are split across two regions with no majority, that is an argument for the region with the better peering, not for the middle of the Atlantic.

VPS, dedicated, or a managed FiveM host

Cfx.re calls using one of its authorised hosting partners the fastest and easiest way to set up a FiveM server, and lists GPORTAL, Shockbyte, Nitrado, Nodecraft, xREALM and ZAP-Hosting on its hosting page. That recommendation is worth taking seriously and it is worth being honest about why. A managed FiveM host beats a raw VPS on several real criteria: the server is deployed and running in minutes without you touching a Linux shell, DDoS filtering is included and already tuned for game traffic, the panel handles restarts and file uploads, and there is someone to email at 2 am. If nobody on your team has run a Linux box before, that is not a small advantage, it is the difference between a server that exists and one that does not.

What you give up is control, and it costs more per unit of hardware. A slot-based plan rarely tells you the CPU model, often caps how much you can change, and in many cases gives you a file manager rather than a shell. A VPS at the same money buys measurably more machine, plus root, which means your own MariaDB tuning, your own cron jobs, your own reverse proxy for asset downloads, and the ability to run a Discord bot on the same box instead of paying for a second one.

CriterionManaged FiveM hostVPS with root
Running in minutes without a Linux shellyesno
CPU model published per planRarely, and vagueness is informationListed with the offer
DDoS filtering tuned for game trafficIncludedDepends on the provider
Someone to email at 2 amyesno
Shell and direct database accessOften a file manager insteadyes
Hardware for the same moneyLess, part of it pays for the panelMeasurably more machine
Own MariaDB tuning, cron backups, reverse proxy, Discord botnoyes
Cfx.re calls one of its authorised hosts the fastest and easiest way to start, and that is fair. The argument for a VPS is not the price alone, it is root.

A dedicated machine is the third step, and it is a bigger jump in price than in capability for most servers. The OVHcloud GAME-1 2026 at 199.20 USD per month, with a matching 199.20 USD installation fee, is roughly ten to twenty times a competent VPS. It is the right purchase when you are consistently at 100 or more concurrent players, when you need the database on the same physical box for latency, or when a noisy-neighbour problem has already cost you a weekend. It is the wrong purchase as a first server, and the number of 20-player communities paying for one is not small.

Root access, txAdmin and the backup nobody has

txAdmin is not optional in practice. It is the official web panel and in-game menu for managing and monitoring a FiveM server, and it ships with the server artifact. Its own feature list is precise about what it covers: starting, stopping and restarting the server and individual resources, the recipe deployer that gets a server running in under 60 seconds, a performance chart across the three threads, player management with bans, warns and whitelisting, Cfx.re authentication with admin permissions and action logging, and monitoring with automatic restarts on crash plus a live console and RAM and CPU readouts.

Read that list again for what is missing. txAdmin does not advertise database backups. Its recovery story is about restarting a crashed process, not about restoring a dropped players table. That distinction is the single most important hosting question nobody asks before buying: if your database is corrupted on a Friday night, what exactly restores it, and who runs that restore? On a VPS the answer is a mysqldump on a cron job that you set up yourself, plus whatever snapshot the provider offers, and OVHcloud including a daily backup of the previous 24 hours on its VPS range is a genuine reason to prefer it over a cheaper box with none. On a managed host, ask whether backups cover the MySQL database or only the server files, because those are very different products.

The related trap is buying a plan with no real database access. If you cannot reach MySQL from outside the panel, you cannot run a migration script, you cannot debug a script that writes malformed rows, and you cannot move to another host without begging for a dump. This matters more the more of your stack is editable: the whole argument in the escrow versus open source guide is about being able to change what you run, and a host that locks the database undoes half of that. Before installing anything, check you can connect to the database with a client, then follow the full installation walkthrough for the artifact, the licence key and server.cfg.

Slots, the Cfx licence, and unlimited offers

Slots are not a hardware feature and they are not really your host to sell. The Cfx.re server command documentation defines sv_maxClients as an integer from 1 to 2048, with values from 32 requiring OneSync enabled and values above 64 requiring full state awareness. On top of that, the Cfx.re guide on game server hosting providers states plainly that to use more than 48 slots you need FiveM Element Club Argentum or above, obtained through the Cfx Portal and attached to your own account.

Read from the fivem.net hosting page in August 2026, the three tiers are Argentum at 15 USD per month plus VAT for up to 64 slots with OneSync Infinity, Aurum at 25 USD per month plus VAT for up to 64 with OneSync and up to 128 with Infinity, and Platinum at 50 USD per month plus VAT for up to 128 with OneSync and up to 2048 with Infinity, plus animated server icons and a magenta highlight in the public listing. That is a recurring cost sitting on top of your hosting bill, and it is the line most first budgets miss entirely.

The slot ceiling, tier by tier

  1. 011 to 31 slotssv_maxClients is documented as an integer from 1 to 2048. Below 32 it asks nothing else of you.
  2. 0232 to 48 slotsValues from 32 require OneSync enabled. Still no Cfx.re subscription.
  3. 0349 to 64 slotsElement Club Argentum, 15 USD per month plus VAT, up to 64 slots with OneSync Infinity.
  4. 0465 to 128 slotsAurum, 25 USD per month plus VAT. Above 64 the docs require full state awareness.
  5. 05Up to 2048 slotsPlatinum, 50 USD per month plus VAT, with the animated icon and the magenta listing highlight.
The subscription is obtained through the Cfx Portal and attached to your own account, not to your host. That is the question to ask any plan advertising unlimited slots.

Which is what makes an unlimited slots advertisement worth a second look. Either the host is bundling an Element Club subscription into the price, in which case ask whose account it is tied to and what happens when you leave, or the number is decorative. Setting sv_maxClients to 300 on a box that hitches at 60 does not give you a 300-player server, it gives you a 300-slot queue for a broken one. The real ceiling is tick time on svMain, and the honest way to raise your effective capacity on a slot-limited plan is to stop paying for players who are not playing, which is all an AFK kick really does.

What it actually costs, by player tier

Every price below was read from the vendor page in August 2026 and several of these providers run rolling promotions, introductory terms and multi-year commitments, so treat them as a band rather than a quote. The Contabo figures in particular are introductory rates on a 24-month subscription, and every OVHcloud VPS price is published as a starting figure rather than a flat rate.

Monthly hardware budget by player tier

  • Testing and development, 8 to 16 slots5 to 10 USD

    A small VPS or the smallest slot plan, and no Cfx.re subscription at this size.

  • Community server, up to 48 slots8 to 25 USD

    8 to 24 GB on a dedicated-vCPU VPS, or a managed 48-slot plan around the 36.95 USD GPORTAL reads at.

  • Serious roleplay, 64 slots20 to 40 USD

    Hardware only. Element Club Argentum at 15 USD per month plus VAT sits on top as a fixed line.

0 USD 40 USD

The 128-slot tier leaves this scale entirely: the OVHcloud GAME-1 dedicated reads at 199.20 USD per month, with the same amount again as an installation fee. Every figure read from vendor pages in August 2026.
OptionWhat it isPrice (Aug 2026)Notes
GPORTAL, 10 slotsDallas, 30 days9.00 USDSlot-based game hosting, no specs published per plan.
GPORTAL, 48 slotsDallas, 30 days36.95 USDThe free-licence ceiling, priced as a product.
ZAP-Hosting FiveMIntel E5-2650v4 hosts, SSDfrom 9.16 USD / moLifetime option from 80.62 USD. Eight listed regions.
Contabo Cloud VPS 44 vCPU, 8 GB, 100 GB SSD5.50 EUR / moUnlimited traffic, port 200 Mbit/s to 1 Gbit/s by tier.
OVHcloud VPS-2 20274 vCores, 8 GB, 75 GB NVMefrom 8.50 USD / mo1 Gbps public bandwidth, unlimited traffic, daily backup.
OVHcloud VPS-4 20278 vCores, 24 GB, 200 GB NVMefrom 23.37 USD / mo3 Gbps public bandwidth. The comfortable VPS ceiling.
OVHcloud GAME-1 2026Ryzen 7 9800X3D, 8c, 4.7 / 5.2 GHz, 64 GB199.20 USD / moDedicated, 1 Gbps unmetered, same fee again at install.
Element Club Argentumup to 64 slots with OneSync Infinity15 USD / mo + VATCfx.re subscription, paid on top of hosting.
Element Club Aurumup to 128 slots with OneSync Infinity25 USD / mo + VATAlso raises the plain OneSync cap to 64.
Element Club Platinumup to 2048 slots with OneSync Infinity50 USD / mo + VATAnimated server icon and magenta listing highlight.

Stacked into realistic monthly budgets, the picture looks like this. Note how the shape of the bill changes at 64 slots, where a fixed subscription joins the hardware line, and again at 128, where slot-based hosting stops being the cheaper option.

01Testing and developmentNo Cfx subscription, 8 to 16 slotsA 5 to 10 USD VPS or the smallest slot plan. At this size you are testing scripts, not serving players, and hardware is not your bottleneck.
02Community server, up to 48 slotsStill no Cfx subscription8 to 24 GB of RAM on a dedicated-vCPU VPS, roughly 8 to 25 USD per month, or a managed 48-slot plan around the 37 USD GPORTAL reads at. Add a domain and a Discord bot host if you use one.
03Serious roleplay, 64 slotsElement Club Argentum, 15 USD + VATThe subscription is now a fixed line item. Hardware wants a high-clock VPS or a small dedicated box, so budget the licence plus 20 to 40 USD of hardware and expect the asset pack to grow faster than the player count.
04Large server, 128 slotsElement Club Aurum, 25 USD + VATThis is where slot-based plans stop making sense and a dedicated machine starts. The OVHcloud GAME-1 at 199.20 USD per month is the shape of that bill, and it also charges the same amount again as an installation fee.
05Everything aboveElement Club Platinum, 50 USD + VATAt 2048-slot territory the licence is the cheap part. You are buying a dedicated box, a separate database server, a CDN for resource downloads and someone to watch it.

Three costs are missing from almost every budget thread and they are not small. The Cfx.re subscription above 48 slots, already covered. A second environment, because pushing untested scripts to a live server is how communities lose weekends, and a test box is the cheapest VPS on this page. And the scripts themselves, which for a serious roleplay build will exceed a year of hosting in the first month. If that total is starting to look uncomfortable, the monetization guide covers what is actually allowed to pay for it under the Cfx.re rules.

The three traps, collected in one place. Paying for cores your main thread will never use, when the same money buys a higher clock. Buying a plan with no shell and no database access, which is invisible until the first migration or the first restore. And treating an advertised slot count as capacity, when the number that limits you is milliseconds per tick. Get the region right, buy clock over cores, check the port speed against the size of your asset pack, and confirm who is responsible for the database backup. Everything else is adjustable later.

Frequently asked questions

How many CPU cores does a FiveM server need?

Fewer than most hosting pages imply. The FXServer process spreads its work over a handful of named threads, and the one that runs every server-side script tick is svMain, which is why hang messages in the console name that thread specifically. Adding cores does not split one resource loop across them. Four modern cores at a high clock will outrun sixteen slow ones on a 40-player roleplay server. Buy cores only when you are also running the database, a Teamspeak or a second game server on the same box.

How much RAM does a FiveM server need?

Cfx.re publishes no official RAM table, so treat every number you read as a planning heuristic rather than a spec. In practice the FXServer process itself is modest and your RAM is eaten by three other things: the streamed assets your resources load, the MariaDB or MySQL instance, and txAdmin with its Node runtime. A small ESX or QBCore server with a light asset pack fits comfortably in the 8 GB tier that Contabo sells at 5.50 EUR per month and OVHcloud sells at 8.50 USD per month. A heavy roleplay build with custom MLOs, hundreds of add-on cars and a large database wants the 16 to 32 GB tier.

Do I need a Cfx.re subscription to host a FiveM server?

Not below 48 slots. The Cfx.re documentation on hosting providers states that to use more than 48 slots you need FiveM Element Club Argentum or above. Read on the fivem.net hosting page in August 2026, Argentum is 15 USD per month plus VAT and covers up to 64 slots with OneSync Infinity, Aurum is 25 USD per month plus VAT for up to 128 slots with Infinity, and Platinum is 50 USD per month plus VAT for up to 2048. That subscription is separate from what you pay your host, and a lot of first-time budgets forget it.

Is a VPS good enough for a FiveM server?

For most servers yes, provided you check two things the marketing does not tell you. First, whether the vCPUs are shared or dedicated, because a shared vCPU on an oversubscribed host is exactly where unexplained tick spikes come from. Second, the port speed, since a VPS with a 200 Mbit/s port will take minutes to push a multi-gigabyte asset pack to a single new player. What a VPS gives you that a slot-based game host usually does not is root, which means your own MariaDB, your own cron backups and your own reverse proxy.

Where should I host my FiveM server geographically?

Next to your players, not next to you. Latency has a hard physical floor: light travels through fibre at roughly 200,000 km per second, so a London to New York round trip of about 5,600 km each way cannot go below roughly 56 ms of pure propagation, before any routing. No CPU upgrade buys that back. Pick the datacenter closest to the country your community actually recruits in, then check that your host offers it: ZAP-Hosting lists Dallas, Frankfurt, Montreal, Singapore, Sydney, London, Los Angeles and Ashburn, while a smaller provider may only have one region.

Are unlimited slots FiveM hosting offers real?

The slot cap is not the host's to give. sv_maxClients is documented as an integer from 1 to 2048, values from 32 require OneSync and values above 64 require OneSync full state awareness, and above 48 the Cfx.re documentation requires an Element Club subscription tied to your own account. So a host advertising unlimited slots is either bundling a licence they resell, or selling you a number your hardware cannot fill. The real ceiling is tick time on the main thread, not a field in a config file.

-- var-fivem.com

Scripts that respect the hardware you paid for

Hosting only buys you headroom, the resources decide how much of it survives. Var scripts ship with split scanner threads, server-side validation and configurable intervals rather than one per-frame loop over the whole config, in Escrow, Partially Open and Open Source tiers.

Browse the shopTry it live

Related: How to make a FiveM server · FiveM server optimization

Keep reading

  • setupHow to Make a FiveM Server in 2026From zero to first spawn in about 20 minutes: the free license key, txAdmin setup with the official screenshots, ESX vs QBCore recipes, server.cfg explained line by line, real hosting costs and the launch checklist.read
  • setupHow to Optimize a FiveM Server: Resmon, Tick Rate & LagHow to read resmon, what a healthy ms per resource actually looks like, the Lua patterns that burn frames with before and after snippets, the OneSync and culling convars, streaming, oxmysql, and a repeatable way to find the resource causing the lag.read
  • setupHow to Install a FiveM Script: Escrow, Keymaster & DependenciesThe full install path for a FiveM script: download the asset from the Cfx.re Portal, drop it in resources/[category]/, ensure it in server.cfg in the right order, wire ox_lib and oxmysql, import the SQL, add the items, and fix the seven errors that break every first attempt.read
VAR
Var FiveM

Premium FiveM scripts. Low resmon, high quality. Built for ESX, QBCore & Standalone.

28scripts
1,500+sales

Scripts

  • Marketplace
  • Bundles
  • Subscriptions
  • Theme Customizer

Most Popular

  • Supermarket Simulator
  • FiveM Casino Script
  • FiveM Coin Shop
  • FiveM Emote Menu
  • FiveM Paintball Script
  • FiveM Clothing Shop Script
  • FiveM Interaction Script
  • FiveM Character Creator

Resources

  • Free Scripts
  • Guides
  • Documentation
  • Support

Company

  • About
  • Contact
  • Discord

Legal

  • Terms
  • Privacy
  • Refunds

© 2026 Var FiveM. All sales final.

Payments byTebex