> For the complete documentation index, see [llms.txt](https://docs.stndev.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stndev.xyz/configuration/admin-menu.md).

# Admin Menu

*The StnDev AntiCheat In-Game Admin Menu provides administrators with powerful moderation and management tools directly inside the server.*

*No external software is required — all actions can be performed in real time through the in-game interface.*

***

### Opening the Admin Menu

To open the StnDev Admin Menu, use:

```bash
/sdac
```

Only users with the appropriate permissions can access the menu.

***

### Available Features

Depending on your assigned permissions, the Admin Menu provides access to:

#### Dashboard

View live server statistics and AntiCheat information.

* Connected players
* Active detections
* Current server status
* AntiCheat version information

#### Player Management

Manage players directly from within the game.

Available actions include:

* Kick Player
* Ban Player
* Freeze Player
* Teleport To Player
* Bring Player
* Spectate Player
* Request Screenshot
* Grant Temporary Bypass

#### Detections

Monitor detections in real time.

Information includes:

* Detection type
* Player information
* Detection timestamp
* Detection details

#### Ban Management

Manage active bans directly from the menu.

* Search bans
* Review ban information
* Remove bans
* View ban history

#### Settings

View and manage supported AntiCheat settings directly from the game.

Changes are synchronized with the StnDev Web Panel.

***

### Permission Requirements

Access to the Admin Menu requires:

* Administrator Permission
* In-Game Menu Permission

Both permissions can be configured from:

```txt
Administration → Members
```

inside the StnDev Web Panel.

***

{% hint style="warning" %}
**Important**

The In-Game Admin Menu is intended for administrators and trusted staff members only.

All actions performed through the Admin Menu are logged and may be reviewed by server owners.
{% endhint %}

{% hint style="danger" %}
**Security Warning**

Do not grant Admin Menu access to untrusted users.

Users with administrative access may be able to perform moderation actions, bypass detections, and access sensitive AntiCheat information.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.stndev.xyz/configuration/admin-menu.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.
