FiveM server.cfg generator
Build your FiveM server config file in seconds: QBCore, QBox, ESX or standalone, with OneSync, RCON and the base resources already loaded.
# server.cfg generado en solumecore.com/tools/fivem-server-cfg
# Framework: QBCORE
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
sv_hostname "Mi servidor FiveM"
sv_maxclients 48
sets sv_projectName "Mi servidor FiveM"
sets tags "roleplay, español, economia"
sets locale "es"
sv_licenseKey "cfxk_XXXXXXXXXXXXXXXXXXXXX"
set sv_master1 ""
set onesync on
set sv_enforceGameBuild 2802
add_ace resource.spawnmanager command allow # ejemplo de ACE
steam_webApiKey "REPLACE_ME"
# Autenticación por Discord desactivada
rcon_password "gNykCewHaNImm3ZuXUgQjeoB"
sv_enableNetworkedSounds true
# ── Recursos base de QBCORE ──
ensure qb-core
ensure qb-inventory
ensure qb-spawn
ensure qb-apartments
ensure qb-garages
ensure qb-policejob
exec permissions.cfgWhat is server.cfg and why does it matter?
server.cfg is the first file FXServer reads on boot: it defines the server name, how many players can join, which entity-sync mode you use (OneSync), and which resources load automatically. A badly built server.cfg is the most common reason a FiveM server "won't start" or players can't connect.
OneSync: on vs legacy vs off
"on" (OneSync Infinity) supports more than 32 players and is the current standard for QBCore/QBox/ESX. "legacy" is compatible with older mods but caps the server at 32 players. "off" is for local testing only.
Don't share your server.cfg with the real RCON
The RCON password generated here is random and only lives in your browser — we never send it anywhere. Rotate it again if you ever accidentally shared it on Discord or GitHub.
FAQ
Does this replace my Cfx.re license?+
No — you still need your real sv_licenseKey, generated at portal.cfx.re/keymaster. This generator only builds the rest of the file for you.
Can I use it with QBox instead of QBCore?+
Yes, pick "QBox" in the selector — it loads oxmysql and the qbx_* resources instead of qb-*.
Where do I run this server.cfg?+
In your FXServer folder (next to resources/), started with fx_server +exec server.cfg. If you don't have anywhere to host it yet, check our VPS plans.
Got your server.cfg? Now you need the server.
VPS with real NVMe, a dedicated IP and automatic provisioning — great for FiveM with 32 to 200+ players.
View plans