Framework hub
Move into the QBCore landing page to compare verified scripts, framework fit, and install-ready products built for modern FiveM servers.
Open QBCore hubUse this guide to narrow the framework decision, then move into the core commercial hubs for verified scripts, curated bundles, and a faster server launch path.
Framework hub
Move into the QBCore landing page to compare verified scripts, framework fit, and install-ready products built for modern FiveM servers.
Open QBCore hubFramework hub
Use the ESX landing page to compare framework-specific resources, launch guidance, and premium products that fit ESX-first servers.
Open ESX hubPremium catalog
Move from research into the main shop to compare real products, framework labels, screenshots, and production-ready quality signals.
Open premium shopA practical txAdmin setup guide for new FiveM server owners: artifacts, Cfx.re account linking, recipe choice, first boot checks, and the mistakes to avoid before launch.
Running txAdmin without Discord integration means your community has no way to see server status, scheduled restarts, or player counts without launching the game.
Complete QBCore admin command reference for FiveM servers: permissions, admin menu commands, player moderation, vehicle tools, money/job commands, reports, warnings, and troubleshooting.
Ever dreamed of steering your own FiveM server? Get owner approval, tweak a few config lines or database entries, and you’ll be an admin in no time—ready to enforce rules, help players, and keep the c

identifier.license:...). SteamID64 is legacy.qbcore.god/qbcore.admin via server.cfg (ACE)./setgroup admin (highest by default) or set users.group = 'admin' in DB.admin/superadmin group via in‑game admin menu or the vrp_user_groups table (vRP 1.x).Need tools? See for recommended admin menus and utilities (e.g., vMenu, logging, moderation helpers).
server.cfg (or txAdmin CFG editor) and the database.fivem, discord, or steam. Easiest: txAdmin → Players → select yourself → copy identifiers.ACE (Access Control Entries) is FiveM’s built‑in permission system. You grant permissions to principals (players or groups). Typical identifiers:
identifier.license:xxxxxxxx (Rockstar license) ← recommendedidentifier.fivem:xxxxx (FiveM)identifier.discord:xxxxxxxxxxxxxxx (Discord)identifier.steam:1100001xxxxxxxx (Steam/HEX) ← legacyMinimal safe pattern in server.cfg:
## Permissions
add_ace group.admin command allow # allow all commands for admin group
add_ace resource.qb-core command allow # allow framework to run commands (QBCore example)
# Inheritance (QBCore example)
add_ace qbcore.god command allow
add_principal qbcore.god group.admin # gods inherit admin
add_principal qbcore.god qbcore.admin
add_principal qbcore.admin qbcore.mod
# Players (replace with your license)
add_principal identifier.license:YOUR_LICENSE qbcore.god # you
After saving, restart the server. You should now access your admin menu/commands. Once bootstrapped, use in‑game tools to manage staff.
server.cfg (or txAdmin → CFG Editor).add_principal identifier.license:YOUR_LICENSE qbcore.god # or qbcore.admin/admin → Player Management → Permissions./addpermission godNotes
license: over steam:; it’s more consistent in 2025.admin; reserve god for founders/tech.server.cfg.Highest default group in modern ESX is admin.
Method A — In‑game (recommended):
/id)./setgroup adminMethod B — Database:
users.group to admin.Common pitfalls
superadmin on recent ESX builds: not valid; use admin.vRP uses its own groups (defined in vrp/cfg/groups.lua), stored per user.
Method A — In‑game menu:
user_id (not your temporary server ID).admin (or superadmin if your config defines it).Method B — Database (vRP 1.x):
vrp_user_groups.user_id = YOUR_VRP_ID, group = 'admin' (or 'superadmin' if your server uses it).Group names are server‑specific. Check
vrp/cfg/groups.luafor the exact roles and permissions in your pack.
admin day‑to‑day; reserve god/superadmin for break‑glass scenarios.See for vetted admin menus, logging, and moderation resources.
| Symptom | Likely Cause | Precise Fix |
|---|---|---|
| No admin after restart | Edited wrong CFG or lines overridden by txAdmin | Put add_principal at end of server.cfg. Restart twice. |
| Admin menu opens but no powers | Wrong group (mod vs admin/god) or wrong identifier type | Use license: and match your framework’s group names. |
| ESX group change ignored | Using deprecated superadmin | Set admin via /setgroup or DB; re‑log. |
| QBCore perms reset on reboot | Used only /addpermission without ACE | Add persistent add_principal lines to server.cfg. |
| vRP group not applied | Inserted wrong user_id (used temp ID) | Use vRP user_id from DB, not server temp ID. |
Do I still need SteamID64?
No. Use your Rockstar license for modern setups. Steam may still work if your server tracks it, but it’s legacy.
What’s the difference between admin and god on QBCore?
god is the highest and often inherits all others. Use sparingly.
Can I grant admin without a restart?
Yes if you use in‑game commands/menus. For ACE changes, restart is safest.
Is /setgroup safe to use in ESX?
Yes for modern ESX, but ensure the target group exists (admin). Persisting via DB ensures it survives edge cases.
Explore our curated list: – includes vMenu and other vetted resources.
/setgroup and admin workflows.QBCore – Minimal, safe permissions block
## Permissions ##
add_ace group.admin command allow
add_ace resource.qb-core command allow
# Inheritance
add_ace qbcore.god command allow
add_principal qbcore.god group.admin
add_principal qbcore.god qbcore.admin
add_principal qbcore.admin qbcore.mod
# Players
add_principal identifier.license:REPLACE_ME qbcore.god # Your main account
ESX – Set admin via DB
UPDATE `users`
SET `group` = 'admin'
WHERE `identifier` = 'license:REPLACE_ME';
vRP – Insert admin group (vRP 1.x)
INSERT INTO `vrp_user_groups` (`user_id`, `group`) VALUES (YOUR_VRP_ID, 'admin');
server.cfg entries.admin) and provided safe DB & command paths.If you need implementation help, paste your server.cfg permissions block and I’ll spot‑fix it.
Use these internal resources to connect FiveM Admin Guide (2025): Safe, Correct, and Fast Setup with setup, framework, marketplace resources, and server operations.
Launch faster
Bundles shorten the path from planning to launch by grouping the highest-leverage scripts into a cleaner commercial starting point.