# Configuring your antivirus

## **Why is my antivirus suspecting RMLLauncher to be a Trojan/Malware?**

{% hint style="success" %}
**RMLLauncher is completely safe to use.**\
\&#xNAN;*It's important to note that both RMLLauncher and Core are open-sourced, allowing users to analyze the code.*
{% endhint %}

Our launcher behavior might seem unusual to antivirus programs because it involves downloading files, loading code into the game and connects to servers.\
We also do not possess a yearly Microsoft code signing license, which can trigger alerts.

Since our software is open-sourced, If it were a virus, someone would have noticed by now.\
Rest assured, our community has thoroughly examined the software. So, you can trust RMLLauncher without any concerns. 😊

## 1. Adding exclusions in your antivirus

To prevent false positives for the launcher, add these two exclusions to your antivirus settings:

1. **RMLLauncher.exe**
2. **C:\Users\YourUserName\AppData\Roaming\RaftModLoader**

Select your Antivirus from the list below to get a detailed guide:

{% content-ref url="/pages/tenqQRFcnobDUeCbaGfw" %}
[Windows Defender](/getting-started/installing-raft-mod-loader/configuring-your-antivirus/windows-defender.md)
{% endcontent-ref %}

{% content-ref url="/pages/kwSOe9bB3qoX9fHnYEit" %}
[Malwarebytes](/getting-started/installing-raft-mod-loader/configuring-your-antivirus/malwarebytes.md)
{% endcontent-ref %}

{% content-ref url="/pages/OE99UJVl3ZzmDwxfLcmH" %}
[Avast](/getting-started/installing-raft-mod-loader/configuring-your-antivirus/avast.md)
{% endcontent-ref %}

{% content-ref url="/pages/hlhJfxIoLxP1EAajVK3s" %}
[Norton](/getting-started/installing-raft-mod-loader/configuring-your-antivirus/norton.md)
{% endcontent-ref %}

{% content-ref url="/pages/FjiriMaXIFpQxN8B75Ls" %}
[Bitdefender](/getting-started/installing-raft-mod-loader/configuring-your-antivirus/bitdefender.md)
{% endcontent-ref %}

{% content-ref url="/pages/xiN3a6hJSkgkWPyMVQxa" %}
[AVG](/getting-started/installing-raft-mod-loader/configuring-your-antivirus/avg.md)
{% endcontent-ref %}

Your antivirus is not on the list? Search on google **"how to add exclusions in \[Your antivirus name...]"** and there should be a support website from that antivirus explaining how to do it. You will have to add both exceptions [mentioned above ](#1.-adding-exclusions-in-your-antivirus):point\_up:

## 2. You should be done !

**Simply restart our launcher and it should be working !**

{% hint style="info" %}
If you encounter any further errors or experience the same issue, please visit the #support channel on our [Discord](https://www.raftmodding.com/discord).\
\
Our team is more than happy to assist you. 🙂
{% endhint %}


---

# 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://api.raftmodding.com/getting-started/installing-raft-mod-loader/configuring-your-antivirus.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.
