Most "FiveM server guide" results online are either thin SEO bait or 8000-word walls of every framework that ever existed. This is the version a friend would write you.
Pick a framework. Don't just pick "all of them."
Three serious frameworks dominate FiveM RP:
- ESX (ESX Legacy) — most mature, biggest plugin ecosystem. If you don't know what to pick, pick this.
- QBCore — newer, cleaner codebase, gaining ground fast. Good if you want long-term sustainability and don't mind a smaller plugin pool.
- VORP — Red Dead Redemption 2 RP framework. Different game, different audience.
Mixing them is a special kind of pain. Pick one and commit.
What you need to launch
- A FiveM server license (free) from the Cfx.re Portal
- A server slot on BruceNode — Dev tier ($8/mo, 8 players) is fine for testing; bump to Standard or Pro for a public RP city
- txAdmin (included by default) — your control panel inside the panel
- Your framework + base resources — pick one of the three above, copy the setup config from their docs
- A handful of mods to give the server a personality (cars, props, jobs, custom maps)
Common pitfalls that kill new servers
- Loading 200 mods on day one. Your server will lag and you won't know which one is the cause. Add 5-10 at a time, test, repeat.
- Forgetting to run
refresh then ensure on resources. This is 50% of all "why isn't my mod loading" tickets in Discord.
- Not setting onesync.
set onesync on in your server.cfg or you're capped at 32 players regardless of slot count.
- Open ports. FiveM uses 30120 by default. If you're using a custom port, make sure your server.cfg
endpoint_add_* lines match.
DNS the smart way
Players don't want to type 123.45.67.89:30120. Use our free Subdomain Maker to grab something like yourcity.brucenode.quest. We auto-create the SRV record so players just type the hostname — port included for free.
Performance: the boring secret
FiveM performance comes down to:
- Single-thread CPU clock (we have you covered with premium AMD hardware)
- NVMe disk for assets (so do we)
- Resource discipline — every mod you don't actually need is a tick budget you're throwing away
Run resmon in the F8 console regularly. Anything red is your problem child.
Joining the community
The FiveM dev scene is massive. Cfx.re forums + Discord + a few well-curated GitHub orgs are 90% of where the good stuff lives. We have a #fivem channel in our Discord — drop in if you're stuck.
Browse FiveM plans →
Related guides