> ## Documentation Index
> Fetch the complete documentation index at: https://docs.minimus.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Network Requirements

> Firewall rules, DNS endpoints, and port requirements for connecting to the Minimus registry and console

Your firewall must allow access to the endpoints listed below. Without these rules configured, your systems cannot authenticate with the Minimus registry or pull images.

## Connectivity requirements

### Outbound traffic

You'll need to open your firewall to allow outbound traffic to the Minimus gallery and registry. These are the requirements:

|                                                       | DNS Names                                                                                                                                                                                                                               | Ports | Protocols |
| :---------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---- | :-------- |
| Minimus Console                                       | [https://images.minimus.io/](https://images.minimus.io/)                                                                                                                                                                                | 443   | TCP       |
| Minimus registry                                      | reg.mini.dev                                                                                                                                                                                                                            | 443   | TCP       |
| Alternate registry address (for pulling image layers) | [https://us-east1-docker.pkg.dev/artifacts-downloads/namespaces/prod-375107/repositories/minimus/](https://us-east1-docker.pkg.dev/artifacts-downloads/namespaces/prod-375107/repositories/minimus/downloads/AI3WYFbL2K4e0BSPS73oTNOg1) | 443   | TCP       |
| Authentication service                                | [auth.mini.dev](http://auth.mini.dev)                                                                                                                                                                                                   | 443   | TCP       |
| Google Artifact Registry                              | \*.pkg.dev                                                                                                                                                                                                                              | 443   | TCP       |

### Inbound traffic

If you are using Minimus [actions](/remediate/actions), you'll need to open your firewall to allow inbound traffic from the following IP addresses:

* 34.139.95.89
* 34.74.18.163
* 34.73.139.186

The TCP port will depend on your webhook, for example: 443/TCP.

### Pull token

Pulling images from the Minimus registry requires authentication with a valid pull token. [Learn more](/foundations/authentication)

## Supported regions

Minimus is hosted on GCP us-east1 (South Carolina). [About Google Cloud regions](https://cloud.google.com/compute/docs/regions-zones).

## Sync to self-hosted registry

If you want your teams to continue pulling images from your private, self-hosted registry, this can be done. Set up the sync service between Minimus and your private registry to give your team access to the latest updates without leaving your private registry and without changing internal processes. [Learn more](/manage/self-hosted-registry)

## IP Addresses Used

Minimus uses Google Cloud as our cloud provider, which may allocate IPs dynamically for the Google APIs and Services. Customers who need to track the IPs used by Google services can leverage the scripts provided by Google in the [Google Cloud Platform Documentation](https://cloud.google.com/vpc/docs/access-apis-external-ip?utm_source=chatgpt.com#ip-addr-defaults).
