> 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/anticheat-commands.md).

# AntiCheat Commands

*Anticheat offers a lot of useful commands that can be used in the console or directly in the game.*

***

### Console Commands

#### Unban a Player

Removes an active ban using the specified Ban ID.

```bash
stndev unban <BAN-ID>
```

#### Ban a Player

Manually bans a player using their server ID and a custom reason.

```bash
stndev ban <PLAYER-ID> <REASON>
```

#### Reload Web Panel Configuration

Instantly reloads the latest configuration from the StnDev Web Panel without requiring a server restart.

```bash
stndev_reloadconfig
```

#### Check for Updates

Checks for available StnDev AntiCheat updates and installs the latest version when available.

```bash
stndev update
```

***

### In-Game Commands

#### Open StnDev Admin Panel

Opens the StnDev AntiCheat in-game administration panel.

```bash
/sdac
```

***

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

* Console commands must be executed from the server console or TXAdmin console.
* In-game commands require the appropriate permissions to function.
* Changes made in the StnDev Web Panel are **not applied automatically**. Use `stndev_reloadconfig` to instantly synchronize the latest configuration.
* Ensure that StnDev AntiCheat is fully loaded before executing any management commands.
  {% 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/anticheat-commands.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.
