> 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/integratore-it/amministrazione/vpn.md).

# Direct-VPN

Con la Direct-VPN può raggiungere il Suo nomos system Controller in modo sicuro dall'esterno della Sua rete locale. La connessione si basa su WireGuard: ogni dispositivo che deve accedere riceve la propria configurazione VPN.

{% hint style="info" %}
La Direct-VPN fornisce un accesso permanente tramite i propri Client VPN — utilizzabile da Lei stesso o da una persona autorizzata come il Suo integratore. Per un accesso di supporto semplice e all'occorrenza, senza configurare un client, è disponibile la [Support-VPN](/nomos-system/integratore-it/amministrazione/support-vpn.md) separata.
{% endhint %}

## Attivare la Direct-VPN

1. Faccia clic in alto a destra su **"On"**.
2. Inserisca un **nome del partner** e confermi. Lo stato passa a **"In attesa di conferma"** finché la connessione non viene stabilita.
3. Una volta stabilita la connessione, il banner mostra lo stato **"Disponibile"** insieme all'**indirizzo IP** assegnato.

{% hint style="warning" %}
Disattivando la Direct-VPN vengono rimossi tutti i client VPN configurati.
{% endhint %}

## Aggiungere un client VPN

Un client è un dispositivo (ad es. un laptop o uno smartphone) che accede al controller tramite la Direct-VPN.

1. Faccia clic su **"Aggiungi client alla VPN"** e assegni un nome.
2. Viene generata una configurazione WireGuard e visualizzata come **QR code**. Lo scansioni con l'**app WireGuard** oppure scarichi il file di configurazione (`.conf`).
3. Nella panoramica **"Client VPN"** vede tutti i client con il relativo stato online. Da lì può rimuovere i singoli client.

{% hint style="warning" %}
La configurazione può essere recuperata una sola volta. Dopo aver chiuso la finestra non è più possibile scaricarla nuovamente: in tal caso crei semplicemente un nuovo client.
{% endhint %}

{% hint style="info" %}
L'app gratuita WireGuard per il Suo dispositivo è disponibile su [wireguard.com/install](https://www.wireguard.com/install/).
{% endhint %}

## Port forwarding

Con **"Esponi il dispositivo locale via VPN"** rende raggiungibile un singolo dispositivo della Sua rete locale tramite la Direct-VPN. In questo modo accede in modo mirato a singoli dispositivi senza esporre l'intera rete.

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


---

# 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/integratore-it/amministrazione/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.
