> 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/server-members-and-permissions.md).

# Server Members & Permissions

*The Members section allows you to grant trusted staff access to your StnDev AntiCheat license and configure their permissions.*

***

### Adding a New Member

1. Navigate to **Administration → Members**.
2. Click **Add Member**.
3. Enter the user's **Discord ID**.
4. Configure the desired permissions.
5. Click **Add Member** to save the changes.

Once added, the member will immediately receive access to the assigned features.

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

***

### Permission Overview

#### Administrator

Provides access to the StnDev AntiCheat Web Panel administration features.

Permissions include:

* Viewing server activity
* Managing players
* Reviewing detections
* Accessing bans
* Viewing logs
* Managing server members

This permission should only be granted to trusted staff members.

***

#### Allow In-Game Admin Menu

Allows the member to access the StnDev AntiCheat in-game administration panel.

```bash
/sdac
```

With this permission enabled, administrators can perform actions directly in-game without opening the web panel.

Recommended for:

* Head Administrators
* Server Management
* Trusted Staff

***

### AntiCheat Bypass

Allows the member to bypass selected StnDev AntiCheat detections.

This permission is useful for:

* Developers
* Server Administrators
* Script Testers
* Server Owners
* QA Testing

{% hint style="warning" %}
**AntiCheat Bypass Notice**

Users with **AntiCheat Bypass** enabled may be excluded from selected anti-cheat detections and protections.

Only grant bypass permissions to developers, testers, or individuals you fully trust.
{% endhint %}

***

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

* Only add members you trust.
* Regularly review assigned permissions.
* Avoid granting bypass access unless absolutely necessary.
* Remove inactive staff members immediately.
* Limit Administrator access to essential personnel only.
  {% 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/server-members-and-permissions.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.
