> For the complete documentation index, see [llms.txt](https://docs.antivpn.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antivpn.io/settings/random-disconnects.md).

# Random Disconnects

If you are experiencing random disconnects, this is expected behavior due to our use of Cloudflare. These disconnects occur between the AntiVPN plugin and the AntiVPN cloud service, not between regular users and the server. However, there is a way to disable the warnings in the console if you wish.

{% hint style="warning" %}
By disabling this feature, you will cease receiving logs pertaining to AntiVPN.io in your console.
{% endhint %}

1. Go to your plugins folder
2. Then go to ServerAntiVPN plugin folder.
3. Open the config.json file

<pre class="language-json"><code class="lang-json">{
  "debug": false,
  "secret": "your-code-goes-here",
  "detectMessage": "§cVPN Detected!\n§cPlease disable your VPN and rejoin.\n§cIf you believe this is a mistake, please contact an administrator.",
  "cacheTimeout": 120,
  <a data-footnote-ref href="#user-content-fn-1">"level": "INFO"</a>
}
</code></pre>

Please replace the level line with the following configuration:

```json
{
  "level": "OFF"
}
```

[^1]: Edit this line and put OFF
