> 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/information/frequently-asked-questions-faq.md).

# Frequently Asked Questions (FAQ)

*Below are answers to the most common questions regarding StnDev AntiCheat.*

***

### Does StnDev AntiCheat support ESX?

Yes.

StnDev AntiCheat fully supports ESX-based servers and is continuously tested against popular ESX resources.

***

### Does StnDev AntiCheat support QBCore?

Yes.

Most QBCore servers work without any additional configuration.

***

### Does Trigger Protection support custom resources?

In most cases, yes.

However, some heavily modified or encrypted resources may require manual whitelisting through the Web Panel.

***

### Can I whitelist events?

Yes.

Navigate to:

```txt
Administration → Configuration → Ignored Events
```

and add the event you would like to exclude from Trigger Protection.

***

### Can I whitelist resources?

Yes.

Navigate to:

```txt
Administration → Configuration → Ignored Resources
```

and add the resource name.

This is useful for custom resources that may trigger legitimate detections.

***

### How do I update StnDev AntiCheat?

Run the following command in your server console:

```bash
stndev update
```

We strongly recommend keeping StnDev AntiCheat updated to receive the latest security improvements and performance optimizations.

***

### How do I reload the Web Panel configuration?

Run:

```bash
stndev_reloadconfig
```

Changes will be synchronized instantly without requiring a server restart.

***

### How do I access the In-Game Admin Menu?

Use:

```bash
/sdac
```

You must have both **Administrator** and **In-Game Menu** permissions assigned through the Members section.

***

### Can I disable detections?

Yes.

Individual detections can be configured through the Web Panel.

However, we recommend using **Ignored Events** or **Ignored Resources** before disabling protections globally.

***

### Does Live Monitoring affect performance?

Live Monitoring has a small performance impact due to real-time data collection.

To minimize resource usage, StnDev dynamically adjusts monitoring quality based on:

* Player FPS
* Player Ping
* Network Stability
* Server Performance

***

### Why was a legitimate player detected?

This is usually caused by:

* Custom resources
* Modified frameworks
* Outfit systems
* Teleport systems
* Development tools

Most cases can be resolved through:

```txt
Administration → Configuration
```

using **Ignored Events** or **Ignored Resources**.

***

### Trigger Protection says it cannot modify manifests.

This is commonly caused by newer FiveM artifacts.

Recommended solution:

1. Switch to artifact version:

```txt
25770
```

2. Restart the server.
3. Run:

```bash
stndev_install_triggers
```

again.

***

### Do I need screenshot-basic?

Yes.

StnDev AntiCheat requires `screenshot-basic` for screenshot requests, Live Monitoring, and various administrative features.

***

### Can administrators bypass detections?

Only if the **AntiCheat Bypass** permission has been explicitly enabled.

We recommend granting this permission only to developers, testers, or trusted server owners.

***

### Where can I get support?

If you experience any issues, require assistance, or wish to report a bug, please contact the StnDev AntiCheat Support Team through the official Discord server.

***

{% hint style="success" %}
**Still have questions?**

If your question is not covered in this FAQ, please contact the StnDev Support Team. We are continuously expanding this documentation based on community feedback.
{% 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/information/frequently-asked-questions-faq.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.
