# SS-Admin

<figure><img src="/files/kts4aTnQpln7fOCgfWmT" alt=""><figcaption></figcaption></figure>

## Overview

**SS-Admin** is an advanced RedM administration panel for server staff. It provides a full NUI admin interface, player moderation tools, permission-based commands, ticket handling, admin chat, admin jail, ban and warn management, and support for both Discord role permissions and Steam identifier permissions.

The script is designed for live roleplay servers where staff need fast access to player actions, server tools, logs, tickets, and safety controls from one configurable panel.

## Main Features

* **Admin Panel Interface**
  * NUI admin panel with dashboard, player list, tickets, ban list, give item/weapon tools, wagon and horse tools, and admin chat.
  * Configurable button icons and translated UI labels.
  * Optional keybind opening and command-based opening.
* **Player Moderation Tools**
  * Revive, heal, freeze, kill, spectate, kick, warn, ban, unban, bring, goto, notify, cuff, and admin jail actions.
  * Temporary bans, permanent bans, warning limits, and automatic ban after max warnings.
  * Player death check support with detailed translated damage reasons.
* **Server & Utility Tools**
  * Noclip, god mode, waypoint teleport, coordinate teleport, player blips, nearby player visibility, clear zone, wagon repair/delete, horse delete, and admin stash.
  * Give money, gold, items, weapons, horses, and wagons.
  * Set job and open player inventory tools.
* **Ticket & Staff Communication**
  * Player report command with ticket list for staff.
  * Ticket status flow for new, taken, and solved tickets.
  * Admin chat inside the admin panel with configurable history size.
* **Permissions & Whitelist**
  * Discord role-based staff permissions.
  * Steam identifier-based staff permissions.
  * Optional Discord whitelist system.
  * Per-action permission indexes for admin, moderator, and helper categories.
* **Integrations**
  * Required integration with `SS-Core`.
  * Database storage through `oxmysql`.
  * Optional admin voice support through `pma-voice`.
  * Admin actions for `SS-Stable` horse tools and `SS-IdentityCard` identity creation/removal flows.
* **Multi-Language Support**
  * Lua translations and UI translations for multiple languages.
  * Default language support for `EN`, `RO`, `IT`, `DE`, `FR`, `ES`, and `PT`.


---

# 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.sirecstudio.com/ss-admin.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.
