> 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/workaround.md).

# Workaround

<figure><img src="/files/jC087Hc7z8L3eAucYigi" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/w9eBc0mpoPz7admyJ6ZC" alt=""><figcaption></figcaption></figure>

If you receive any of these messages, it probably means that your server can't connect to our servers. To see what the issue is here, first we need to do some testing.

Execute this command on your console (if using Pterodactyl, you likely need to contact your hosting provider)

<pre class="language-bash"><code class="lang-bash">curl --request GET \
  --url 'https://connection.antivpn.io/api/check?ip=1.1.1.1' \
  --header 'Authorization: Bearer <a data-footnote-ref href="#user-content-fn-1">SERVER_TOKEN</a>'
</code></pre>

Expected result:

```json
{"ASN":13335,"COUNTRY":"US","VPN":true}
```

If the result is not the expected one, please open a ticket with that information on our Discord server.

[^1]: Your server token same as the config one.
