Most FiveM server setup guides stop at txAdmin. This one goes further: hosting specs, framework selection, core dependency install order, the resource stack that keeps a 64-slot server stable, and the checks to run before opening to players.
Hosting Requirements
FiveM is CPU-bound, not RAM-bound. Clock speed matters more than core count because the main thread runs single-threaded. Practical specs by player count:
- 32 slots: 4 GB RAM, 3.0+ GHz quad-core, 40 GB SSD — $5–8/month
- 64 slots: 8 GB RAM, 3.5+ GHz quad-core, 80 GB SSD — $12–20/month
- 128 slots: 16 GB RAM, dedicated 4-core, 160 GB SSD — $30–60/month
Avoid shared CPU hosting — other tenants on the same physical core will cause unpredictable lag spikes regardless of your resource optimisation.
Framework Selection
Choose before you install anything else. The framework is not changeable without a complete rebuild. In 2026:
- QBCore — best choice for first-time server owners. Excellent documentation, largest active community, most tutorial content.
- QBox — best choice for experienced developers who want clean architecture and are comfortable with a smaller (but growing) script ecosystem.
- ESX — only if you have existing ESX scripts or a specific requirement. New servers should start on QBCore or QBox.
The full comparison is in the ESX vs QBCore vs QBox guide.
Installing txAdmin and the Framework
- Get a server license at keymaster.fivem.net (free, requires Rockstar account).
- Download FXServer — txAdmin is bundled since 2023, no separate install.
- On first launch, txAdmin's setup wizard offers a QBCore or ESX template. Select your framework — the template installs the framework and core dependencies automatically.
- Set your server name, locale and OneSync mode (
onfor all modern servers).
Core Dependencies — Install Order Matters
Add these to server.cfg in this exact order. Dependencies must load before dependents:
ensure oxmysql # database bridge ensure ox_lib # utility library ensure qb-core # (or es_extended for ESX) ensure ox_inventory # item system ensure ox_target # world interaction
The Recommended Script Stack
After the core dependencies, a stable 64-slot RP server needs:
- Police job with MDT, evidence and jail
- HUD (health, armor, stamina, vehicle panel, voice indicator)
- Garage system with ownership persistence
- Vehicle pack (100+ addon vehicles minimum)
- Drug / crime system for off-peak economy
- Phone script
- Banking and economy
- Anticheat
Browse tested, ESX & QBCore-compatible versions of all of these in the FiveMotive shop.
Pre-Launch Checklist
- Server thread time under 10ms with all scripts loaded (check in txAdmin Resources)
- Full loop tested: police job → arrest → jail → bail
- Database backup system configured (daily minimum)
- Anticheat active and ban system tested
- OneSync set to
onin server.cfg - Max players set to your hosting plan limit
- Server listed on cfx.re (optional but recommended for organic discovery)
For performance tuning after launch, read the server optimisation guide.
FAQ
What is the main point of How to Set Up a FiveM Server in 2026 (With a Real Script Stack)?
Most setup guides stop at txAdmin. This one goes further: hosting specs, framework choice, core dependencies, and the actual resource stack that keeps a 64-slot server stable.
Is this guide updated for FiveM in 2026?
Yes. The article is written for current FiveM server owners in 2026, with recommendations focused on txAdmin, modern frameworks, resource performance, database reliability, and stable RP server operation.
Does this apply to ESX, QBCore, and Qbox servers?
Most guidance applies to modern FiveM servers using ESX, QBCore, or Qbox. When a recommendation is framework-specific, the article calls that out directly.
What should I do after reading this guide?
After reading, the best next step is to apply the checklist on a test server, verify console errors, and then connect this guide with the related setup, optimization, and framework articles on FiveMotive.