> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/gateway/it/knowledge-base/knowledge-base-articles/devolutions-gateway-recording-path.md).

# Percorso di registrazione di Devolutions Gateway

Guida di riferimento per la configurazione del percorso di destinazione delle registrazioni delle sessioni di Devolutions Gateway nella Devolutions Server Console o in Linux.

Questo argomento funge da riferimento per le informazioni generali sulla registrazione di Devolutions Gateway.

{% hint style="info" %}
Il formato di registrazione è WebM e la dimensione del file è di circa 15 kb/s, a seconda della compressione.
{% endhint %}

Il percorso di registrazione può essere impostato solo nella Devolutions Server Console.

Ecco alcune considerazioni importanti:

* Se il nuovo percorso è impostato su una posizione di rete, come una cartella condivisa o un percorso UNC, tenga presente che ciò può avere un impatto sul traffico di rete, sia in entrata che in uscita.
* Verifichi che l'account che gestisce il servizio gateway disponga delle autorizzazioni necessarie per accedere sia ai file del gateway sia alla condivisione file.

#### Percorso di destinazione delle registrazioni di Devolutions Gateway (configurazione manuale su Linux)

1. Apra il file `gateway.json` che si trova nella cartella di installazione di Gateway utilizzando un editor di testo.
2. Aggiunga la seguente riga al file JSON: `"RecordingPath": "<destination folder>",`
3. Si assicuri di utilizzare doppie barre rovesciate, come nell'esempio seguente:`"RecordingPath": "C:\\Recordings",`
4. Riavvii il servizio Devolutions Gateway.


---

# 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.devolutions.net/gateway/it/knowledge-base/knowledge-base-articles/devolutions-gateway-recording-path.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.
