Quasar Store Logo

Features Overview

Quasar Admin Menu V2 is a powerful in-game admin panel for FiveM that lets you manage players, resources, permissions, and server systems without leaving the game. Built for real servers, it replaces multiple tools with one fast, clean, and fully integrated interface.

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.

Online players→ how many people are connected right now
Active resources→ how many scripts are running (if something breaks, you’ll notice here)
Warnings→ total warns issued by staff
Server health→ general performance indicator (stable or struggling)
Activity feed→ what your staff has done recently (kick, ban, etc.)
Server info→ hostname, player count, basic status

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.

Kick→ remove a player with a reason (logged)
Ban→ temporary or permanent
Warn→ internal warning system
Freeze→ stop a player from moving
Invisible / God mode→ admin mode without being seen
Revive→ instantly revive a player
Spectate→ watch a player without them knowing
Teleport→ go to them or bring them to you

You can also view:

Identifiers (license, Steam, etc.)
IP address
Total playtime

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.

Start, stop, or restart any script
Restart all resources at once
See which resources are active

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.

Whitelist mode→ only approved players can join
Priority tiers→ VIP, Staff, etc. with different queue priority
Identifier-based→ assign priority using license, Steam, etc.
Queue message→ what players see while waiting
Max players→ limit the server capacity

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.

No PVP
No damage

Saved in greenzones.json and persists after restarts.





Vehicle Management (handle player vehicles)

Tools to manage vehicles directly:

Spawn vehicles
Delete vehicles
Manage them properly

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:

Detecting exploits
Handling reports
Monitoring economy

By default works with QBCore inventory, configurable via:

Config.Inventory = "default"





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:

Open files
Restart resources
Touch code

Only scripts listed in:

EditorConfig.Resources = { "your-script-name"}

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 panel
quasar_admin.players→ access player list
quasar_admin.players.kick→ only kick players
quasar_admin.monitor→ manage resources
quasar_admin.console→ use console

Permissions are very granular. Also includes:

Internal rank system
Custom roles (Admin, Mod, etc.)
Assign roles directly in the panel
Control visibility and access

First person to claim ownership becomes the main owner.





Theming & Localization (customization)

You can customize how the panel looks and behaves:

Themes (default blue and more)
Custom backgrounds
Multi-language support
Reorder UI layout

Adapt it to your community and workflow.





Logging (track everything)

All actions can be logged. Log levels:

debug→ everything
info→ normal usage
warn→ warnings only
error→ only errors

Logs 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:

Performance tracking
Internal communication
External integrations

You can use WebAPIKey for connecting external systems.





Framework Support (ready to use)

Works with:

QBCore
ESX

And integrates with:

Garage →Config.GarageScript
Keys →Config.KeySystem
Inventory →Config.Inventory

Uses oxmysql for stable database operations.