> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/knowledge-base/de/networking/egress-firewall-requirements.md).

# Anforderungen der ausgehenden Firewall für VergeOS

Wenn Ihr VergeOS-System hinter einer restriktiven Egress-Firewall oder einem Proxy betrieben wird, müssen Sie ausgehenden Zugriff auf den **Update-Server**. Der Zugriff auf den **Marketplace** ist optional, aber erforderlich, wenn Sie von Verge.io bereitgestellte Rezepte verwenden möchten. Dieser Artikel beschreibt, was freigegeben werden muss und wie Sie die genauen Ziele für Ihre Umgebung finden.

{% hint style="success" %}
Systeme, die keinen ausgehenden Internetzugriff zulassen können, benötigen eine spezielle Air-Gap-Lizenz. Siehe [Anfordern einer Air-Gap-Lizenz](/knowledge-base/de/getting-started/requesting-an-airgap-license.md).
{% endhint %}

## Ausgehender Zugriff

| Dienst        | Erforderlich | Protokoll | Port | Quell-IP          |
| ------------- | ------------ | --------- | ---- | ----------------- |
| Update-Server | Ja           | TCP       | 443  | Management-/UI-IP |
| Marketplace   | Nein         | TCP       | 443  | Management-/UI-IP |

Der gesamte ausgehende Datenverkehr stammt von der **Management-(UI)-IP-Adresse Ihres Systems** — nicht von den IP-Adressen einzelner Knoten.

## Die Ziel-FQDNs finden

VergeOS kann verschiedene Regionen unter unterschiedlichen Hostnamen bereitstellen. Ermitteln Sie die genauen Ziele direkt in Ihrer UI:

### Update-Server-URL

1. Navigieren Sie zu **System > Updates**.
2. Der **URL** Feld im Dashboard zeigt die Adresse des Update-Servers an (z. B., `https://updates.vergeos.com`).

### Marketplace-URL

1. Navigieren Sie im oberen Menü zu **Repositories > Liste**.
2. Suchen Sie die **Marketplace** Eintrag und notieren Sie die URL (z. B., `https://marketplace.vergeos.com`).

Erlauben Sie ausgehenden TCP-Verkehr auf Port 443 von Ihrer Management-IP zu jedem dieser Hostnamen.

## Zusätzliche Ressourcen

* [VergeOS Marketplace](/automate-protect-and-extend/automation/marketplace-vm-recipes.md)
* [Lizenzierung und Software-Updates](/run-the-platform/system-administration/licensing-and-updates.md)

***

{% hint style="info" %}
**Dokumentinformationen**

* Zuletzt aktualisiert: 2026-06-03
* VergeOS-Version: 26.1
  {% endhint %}


---

# 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.verge.io/knowledge-base/de/networking/egress-firewall-requirements.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.
