# Troubleshooting

{% hint style="success" %}
If you have a problem and cannot resolve it with the below suggestions, please open a ticket.
{% endhint %}

## Universal Solution

1. Update to latest version
2. Read errors
3. Read description

## Installation

<details>

<summary>Other addons are not working any more</summary>

#### Disable HTTP Inspection

In your menu under "Networking" disable "Inspect fetch requests" and "Inspect post requests". Often addons using a DRM will not load if http requests are intercepted for security reasons.

#### Check Serverlogs

Restart your server and see if you spot any error messages of the addon not working.

#### Check Health Tab

In your menu under "Health" check if there are Nova Defender errors.

</details>

<details>

<summary>VCMod is not working anymore</summary>

See [#other-addons-are-not-working-any-more](#other-addons-are-not-working-any-more "mention")

</details>

## Configuration

<details>

<summary>Menu is not opening</summary>

#### Check if Nova Defender is properly installed

Type `nova` into your server console and check if the command works. If not, check if you installed Nova Defender like described on [GitHub](https://github.com/Freilichtbuehne/nova-defender).

#### Check if you are listed as protected player

Type `nova list` list into console and check if your SteamID appears. If not, add it via `nova add "YOUR_STEAMID" "YOUR_USERGROUP" "COMMENT"` (don't forget quotes) and check again with `nova list`.

Type `nova help` or `nova` if you need help with this command.

#### Try opening via console

If the chat command `!nova` is not recognized, you can try entering `nova` into your ingame console.

</details>

## Usage

<details>

<summary>Too many detections or notifications</summary>

By default you will get asked for each detection. This is to prevent innocent players from getting banned.

![](/files/qpp3uI6ruU3n9UifJSAb)

Select `Disable in future`. You can reenable it every time in the menu by changing action `nothing` back to ask, ban, kick or notify.

If you think a detection is wrong, please open a ticket to further improve the product.

</details>

## Errors


---

# 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://freilichtbuehne.gitbook.io/nova-defender/troubleshooting.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.
