What this actually solves
Running a server normally means: txAdmin + console + configs + guessing what’s happening.
This removes that.
Everything happens inside the game, instantly, without alt-tabbing, and with real control over players, systems, and staff.
Dashboard (understand your server in 2 seconds)
When you open the panel, you immediately see the current state of your server.
This gives you instant awareness without digging through tools. You can move and pin sections however you want.
Player Management (full control over players)
This is where real admin work happens.
You can also view:
Playtime is automatically saved in player_hours.json. This helps with reports, moderation, and trust decisions.
Resource Monitor (control scripts without txAdmin)
You can manage all server resources directly from the panel.
Example: a script crashes → restart it instantly without leaving the game. Faster and more efficient than using external tools.
Server Console (run commands in-game)
There is a built-in console inside the panel.
You can execute server commands just like you would in a normal console or RCON.
No need to alt-tab or open txAdmin. Useful for quick commands and fixes.
Queue System (control server access)
This system controls how players join your server.
Everything is configured through the panel. queue_config.json updates automatically.
Green Zones (safe areas)
You can define areas where players cannot fight or take damage. Example: spawn, dealership, hospital.
Saved in greenzones.json and persists after restarts.
Vehicle Management (handle player vehicles)
Tools to manage vehicles directly:
Integrates with garage systems (like QB). Not just basic spawning, it works with your server logic.
Inventory Viewer (inspect player items)
You can open any player’s inventory from the panel. Useful for:
By default works with QBCore inventory, configurable via:
Weather Control (change environment live)
You can change the weather instantly. Example: switch to rain, storm, etc.
Saved in weather.json, so it stays after restart.
Live Config Editor (edit without restarting)
You can edit script configs directly from the panel. No need to:
Only scripts listed in:
will appear. This prevents breaking things accidentally.
Permissions System (control your staff)
You decide exactly what each staff member can do. Examples:
quasar_admin→ access to the panelquasar_admin.players→ access player listquasar_admin.players.kick→ only kick playersquasar_admin.monitor→ manage resourcesquasar_admin.console→ use consolePermissions are very granular. Also includes:
First person to claim ownership becomes the main owner.
Theming & Localization (customization)
You can customize how the panel looks and behaves:
Adapt it to your community and workflow.
Logging (track everything)
All actions can be logged. Log levels:
debug→ everythinginfo→ normal usagewarn→ warnings onlyerror→ only errorsLogs are saved via admin_config.json. Useful for tracking staff activity and auditing.
Metrics & API (advanced usage)
The system includes an internal API server. Used for:
You can use WebAPIKey for connecting external systems.
Framework Support (ready to use)
Works with:
And integrates with:
Uses oxmysql for stable database operations.
