FiveM OneSync: What It Is and Whether Your Server Actually Needs It
If you have spent more than five minutes reading about FiveM hosting, you have seen "OneSync" mentioned. It is described variously as "what allows 128 players," "the magic that makes RP possible," or simply "the thing you turn on in the config." Here is what it actually is.
The Original 32-Player Limit
Grand Theft Auto V's original multiplayer framework (GTA Online) supported up to 30 players per session. FiveM's early releases inherited this limitation — around 32 players before the network model broke down.
The core problem: GTA V's networking assumes every player must have full state awareness of every other player simultaneously. With 30+ players, this creates an explosion in network state that the original engine cannot handle.
What OneSync Does
OneSync replaces GTA V's native network state synchronisation with a custom implementation in FiveM. Its key changes:
Population culling — Players only receive state updates for entities within their vicinity (default: ~400–600 units / ~150m). State for distant players is culled entirely.
Server-authoritative state bags — Instead of peer-to-peer state sharing, all state flows through the server. This improves security (no client-authoritative cheating of state) and allows the server to scale beyond peer limits.
Entity streaming — Peds, vehicles, and objects are streamed in/out of player awareness dynamically.
OneSync Modes in 2026
| Mode | Player Limit | Use Case |
|---|---|---|
| onesync off | 32 | Legacy/testing only |
| onesync on | 128 | Standard RP servers |
| onesync infinity | 1024 (theoretical) | Large networks |
onesync infinity sounds appealing but creates significant server load at scale. Most RP servers cap at 64–128 players even with infinity mode enabled.
Hardware Impact of OneSync
OneSync increases server CPU usage because the server now manages entity synchronisation that was previously distributed peer-to-peer. A 64-player OneSync server requires more CPU than a 64-player non-OneSync server.
Recommended hardware for OneSync-enabled FiveM servers:
| Player Cap | RAM | CPU Cores (3.5 GHz+) | |---|---|---| | 32 players | 4 GB | 2 | | 64 players | 6–8 GB | 4 | | 128 players | 12–16 GB | 6–8 |
Should Your Server Enable OneSync?
Yes, if: You intend to run any RP server with QBCore/ESX, plan over 32 players, or use modern FiveM resources (most require OneSync).
Not needed if: You are running a minigame server with < 32 players and want minimal complexity.
In practice, enable onesync on for all new FiveM servers in 2026. The performance overhead is manageable on modern hardware and the limitations of the non-OneSync mode make it unsuitable for any serious server.