> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integrator-de/administration/vpn.md).

# Direkt-VPN

Mit dem Direkt-VPN erreichen Sie Ihren nomos system Controller sicher von außerhalb Ihres lokalen Netzwerks. Die Verbindung basiert auf WireGuard: Jedes Gerät, das zugreifen soll, erhält seine eigene VPN-Konfiguration.

{% hint style="info" %}
Das Direkt-VPN stellt dauerhaften Zugriff über eigene VPN-Clients bereit — nutzbar von Ihnen selbst oder einer autorisierten Person wie Ihrem Integrator. Für einen einfachen, von Ihnen freigegebenen Support-Zugriff ohne eigenen Client gibt es das separate [Support-VPN](/nomos-system/integrator-de/administration/support-vpn.md).
{% endhint %}

## Direkt-VPN aktivieren

1. Klicken Sie oben rechts auf **„Ein"**.
2. Geben Sie einen **Partnernamen** ein und bestätigen Sie. Der Status wechselt auf **„Warte auf Bestätigung"**, bis die Verbindung hergestellt ist.
3. Sobald die Verbindung steht, zeigt das Banner den Status **„Verfügbar"** zusammen mit der zugewiesenen **IP-Adresse** an.

{% hint style="warning" %}
Beim Ausschalten des Direkt-VPN werden alle eingerichteten VPN Clients entfernt.
{% endhint %}

## VPN Client hinzufügen

Ein Client ist ein Gerät (z. B. Laptop oder Smartphone), das über das Direkt-VPN auf den Controller zugreift.

1. Klicken Sie auf **„VPN Client hinzufügen"** und vergeben Sie einen Namen.
2. Es wird eine WireGuard-Konfiguration erzeugt und als **QR-Code** angezeigt. Scannen Sie diesen mit der **WireGuard-App** oder laden Sie die Konfigurationsdatei (`.conf`) herunter.
3. In der Übersicht **„VPN Clients"** sehen Sie alle Clients samt Online-Status. Einzelne Clients können Sie dort wieder entfernen.

{% hint style="warning" %}
Die Konfiguration lässt sich nur einmal abrufen. Nach dem Schließen des Fensters ist kein erneuter Download mehr möglich — legen Sie in diesem Fall einfach einen neuen Client an.
{% endhint %}

{% hint style="info" %}
Die kostenlose WireGuard-App für Ihr Gerät erhalten Sie unter [wireguard.com/install](https://www.wireguard.com/install/).
{% endhint %}

## Portweiterleitung

Über **„Ein lokales Gerät über VPN freigeben"** machen Sie ein einzelnes Gerät aus Ihrem lokalen Netzwerk über das Direkt-VPN erreichbar. So greifen Sie gezielt auf einzelne Geräte zu, ohne Ihr gesamtes Netzwerk freizugeben.

<figure><img src="/files/2OUTZN03XsPA1FF327HK" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
Einen am Controller angesteckten USB-Seriell-Adapter geben Sie über [USB-Seriell über VPN](/nomos-system/integrator-de/administration/usb-seriell-vpn.md) frei — etwa für die Fernprogrammierung.
{% 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://documentation.nomos-system.com/nomos-system/integrator-de/administration/vpn.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.
