# FAQ

## How do I open admin menu in game?

> type /fgm command ingame

## Do I need to re-download anticheat after an update?

> No you don't, We have auto-updater so don't worry about re-downloading anticheat

## Anticheat deletes my entities what should I do?

> run "fg logs delobj" command to see which detection removes it and open ticket to get help

## How do I find something in config faster?

> use Search Box above config UI

## I see authorization failure error in console what should I do?

> Open Ticket on fiveguard discord and ask for IP Reset

## **Can I share my license?**

> You cannot share licenses, they are assigned one ip address per one license

## **How to unban a player?**

> There is few methods to unban a player.
>
> 1. fg unban command (fg unban BanId)
> 2. admin panel in webpanel
> 3. delete ban from bans.json and use "fg reload" command in console

## How to get a ban Id?

> You can find Ban Id in bans.json, in ban log, in admin panel

## Does configs are cloud based in Anticheat?

> Yes config is stored on the cloud.


---

# 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.fiveguard.net/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.
