# Admin Panel

## Product Overview

Take full control of your FiveM server with the **Admin Panel** — a powerful and intuitive website-based control panel made for server owners. Whether you're running a small community or a large-scale RP city, this panel brings everything you need into one accessible dashboard.

**Purchase Now:** <https://store.ivs.dev/category/admin>

**Showcase Video:** <https://www.youtube.com/watch?v=fwowO5potAs>

**Demo Panel (TRY NOW):** [https://demo.acpmh.ivs.dev](https://demo.ivs.dev/dashboard)

{% hint style="success" %}
The Admin Panel's FiveM script is "open source". This means you will have access to all FiveM script files, no escrow, no encryption. *However, since we host the Web Panel for you on our servers, you will not have access to Web Files.*
{% endhint %}

## **Features**

* Discord-Based Login – Secure and convenient login system using Discord authentication,
* Staff Rank System – Customizable staff ranking hierarchy with tiered permissions,
* Staff Calendar – Shared calendar for organizing staff shifts, meetings, and events,
* txAdmin Data Integration – Seamlessly pulls and displays data from txAdmin for an easy transition.

### **Player Management**

* Player Data – View player licenses, connection history, and linked characters,
* Trustscore System – Assign and track trust points per player with detailed breakdowns,
* Account Action Tracking – Logs of player actions, warnings, kicks, and bans,
* User Logs – Historical data of user activity across the server and panel,
* Server Statistics – Real-time server performance metrics and usage analytics,
* Punishment Management – Ban, kick, and warn tools with full logging and audit trails,
* Live Map – Realtime player location tracking on an interactive map,

### **Game Management**

* Character Data – Access detailed character stats, inventories, properties, vehicles, and related logs,
* Vehicle Data – Lookup vehicles, manage trunk/glovebox inventories, and assign ownership,
* Property Data – Manage property details, stash inventories, and ownership info,
* Leaderboards – Rankings for richest players, most active players, and other metrics,
* In-Game Logs – Configurable logging for in-game actions like robberies, drug usage, and more,

### **Panel Management**

* Panel Settings – Configure panel options, branding, and general settings,
* Staff Groups & Permissions – Create and assign staff roles with specific permissions,
* Staff Logs – Monitor staff activity and panel usage with timestamped entries

## **Dependencies**

* [httpmanager](https://github.com/kibook/httpmanager) **-** Provides an API to the FiveM server. Free & Open Source
* **Discord Server/Guild -** Used to authenticate your admins.
* **Database Connection -** Used to connect to your FiveM Server's database.
  * See [Setting up a Database User](/resources/admin-panel/guides/setting-up-a-database-user.md). *If you are not familiar with setting up a database user, our staff team can assist you through the easy process.* [*Discord Support*](https://discord.ivs.dev/)

## Supported Framework & Scripts

### **Frameworks**

* QBOX
* QBCore
* ESX
* Standalone (No Framework)

### Inventories

* QBCore Inventory
* OX Inventory (Overextended / Community Overextended)
* QS Inventory (Quasar)

### Housing

* QBCore Housing
* PS Housing (Project Sloth)
* QS Housing (Quasar)

### Phone

* QBCore Phone
* NPWD Phone (New Phone Who Dis)
* LB Phone (LB Scripts)

***

We're happy to add your scripts! Request script support in our [Discord](https://discord.ivs.dev).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ivs.dev/resources/admin-panel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
