> 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-nl/administratie/vpn.md).

# Direct-VPN

Met de Direct-VPN bereikt u uw nomos system Controller veilig van buiten uw lokale netwerk. De verbinding is gebaseerd op WireGuard: elk apparaat dat toegang moet krijgen, ontvangt zijn eigen VPN-configuratie.

{% hint style="info" %}
De Direct-VPN biedt permanente toegang via uw eigen VPN-clients — bruikbaar door uzelf of een geautoriseerde persoon zoals uw integrator. Voor eenvoudige, tijdelijke supporttoegang zonder een eigen client in te stellen, is er de aparte [Ondersteuning VPN](/nomos-system/integrator-nl/administratie/ondersteuning-vpn.md).
{% endhint %}

## Direct-VPN inschakelen

1. Klik rechtsboven op **"Aan"**.
2. Voer een **partnernaam** in en bevestig. De status wijzigt naar **"Wachten op bevestiging"** totdat de verbinding tot stand is gebracht.
3. Zodra de verbinding tot stand is gebracht, toont de banner de status **"Beschikbaar"** samen met het toegewezen **IP-adres**.

{% hint style="warning" %}
Bij het uitschakelen van de Direct-VPN worden alle ingestelde VPN Clients verwijderd.
{% endhint %}

## VPN-client toevoegen

Een client is een apparaat (bijv. laptop of smartphone) dat via de Direct-VPN toegang krijgt tot de controller.

1. Klik op **"VPN-client toevoegen"** en geef een naam op.
2. Er wordt een WireGuard-configuratie aangemaakt en als **QR-code** weergegeven. Scan deze met de **WireGuard-app** of download het configuratiebestand (`.conf`).
3. In het overzicht **"VPN Clients"** ziet u alle clients met hun online-status. Afzonderlijke clients kunt u daar weer verwijderen.

{% hint style="warning" %}
De configuratie kan slechts eenmaal worden opgehaald. Nadat het venster is gesloten, is opnieuw downloaden niet meer mogelijk — maak in dat geval gewoon een nieuwe client aan.
{% endhint %}

{% hint style="info" %}
De gratis WireGuard-app voor uw apparaat vindt u op [wireguard.com/install](https://www.wireguard.com/install/).
{% endhint %}

## Portdoorsturing

Via **"Deel een lokaal apparaat via VPN"** maakt u een afzonderlijk apparaat uit uw lokale netwerk bereikbaar via de Direct-VPN. Zo krijgt u gericht toegang tot afzonderlijke apparaten, zonder uw volledige netwerk vrij te geven.

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

{% hint style="info" %}
Een op de controller aangesloten USB-serieel-adapter deel je via [USB-serieel via VPN](/nomos-system/integrator-nl/administratie/usb-serieel-vpn.md) — bijvoorbeeld voor programmeren op afstand.
{% 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-nl/administratie/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.
