> For the complete documentation index, see [llms.txt](https://docs.monspark.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monspark.com/extras/troubleshooting-and-support/ip-whitelisting.md).

# IP Whitelisting

By whitelisting these IPs, you authorize our monitoring platform to securely communicate with your systems, reducing the risk of false-positive alerts and ensuring seamless monitoring. Please input the provided IP addresses into your firewall configurations to grant exclusive access to MonSpark's monitoring infrastructure.

{% hint style="info" %}
You can find all IP addresses [here](https://app.monspark.com/api/v2/public/ips/all).\
If you need all IP addresses in JSON format, you can find them [here](https://app.monspark.com/api/v2/public/ips/all/full/json).
{% endhint %}

{% hint style="info" %}
You can find all IP address subnets [here](https://app.monspark.com/api/v2/public/ips/all/subnet).

If you need all IP address subnets in JSON format, you can find them [here](https://app.monspark.com/api/v2/public/ips/all/subnet/json).
{% endhint %}

***

Below, all the IP addresses are provided for specific regions.

> EU Servers (Will not be used after June 22, 2026):

```
135.125.246.37
57.129.32.158
51.15.238.191
51.15.192.231
162.55.98.25
```

***

> EU Servers (Effective after June 22, 2026):

```
116.202.164.112
49.12.84.32
162.55.98.225
144.76.86.87
85.111.66.59
```

***

> US Servers:

```
15.235.41.103
148.113.138.118
```

***

> APAC Servers:

```
51.79.143.61
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.monspark.com/extras/troubleshooting-and-support/ip-whitelisting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
