> For the complete documentation index, see [llms.txt](https://nayzeee-dev.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nayzeee-dev.gitbook.io/docs/nayzeee-scripts/nayzeee-inventory-manager/admin-panel.md).

# Admin Panel

## Admin Panel

***

#### 📊 Dashboard

Stats overview showing total logs, today's activity, unique players tracked, and an activity breakdown bar chart.

***

#### 📋 All Logs

Searchable and filterable log table. Filter by type, player name, or item name. Click any row to expand full details including source identifier, target, coordinates, metadata, and inventory IDs.

Every expanded row has **View Items** buttons on From/To inventories to open the built-in viewer.

***

#### 👥 Players

Live grid of all online players showing name, server ID, job, group, and ping. Click any player card:

* **History Tab** — Full paginated log of all their actions with View Items buttons
* **Inventory Tab** — View and remove items from their personal inventory

***

#### 🗑️ Wipe Logs

Permanently delete all logs from the database via the sidebar button.

***

## Admin Commands

***

<details>

<summary>Open a player's inventory to take or view items</summary>

```
/openinv [playerid]
```

**Parameters:**

| Parameter  | Type   | Description      |
| ---------- | ------ | ---------------- |
| `playerid` | number | Target server ID |

**Example:**

```
/openinv 1
```

Opens player ID 1's inventory using ox\_inventory's native UI. You can take items directly — all removals are logged as `admin_remove` type.

**Requirements:** Admin group, target must be online.

</details>

<details>

<summary>Open the admin panel</summary>

```
/inventorymanager
```

Opens the full Inventory Manager NUI panel with dashboard, logs, and player management.

**Requirements:** Admin group.

</details>
