> 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/server/it/knowledge-base/how-to-articles/configure-recording-server.md).

# Configurare il server di registrazione

I passaggi seguenti descrivono le opzioni per installare il server di registrazione per Devolutions Server con Devolutions Gateway. È possibile installarlo su una macchina autonoma.

I percorsi di registrazione di Devolutions Gateway possono essere configurati SOLO nella [Devolutions Server Console](/server/it/devolutions-server-console.md). Consulti [Percorso di registrazione di Devolutions Gateway](https://docs.devolutions.net/gateway/it/knowledge-base/knowledge-base-articles/devolutions-gateway-recording-path) per maggiori dettagli.

### Installazione della registrazione Devolutions Gateway <a href="#devolutions-gateway-recording-installation" id="devolutions-gateway-recording-installation"></a>

È necessario installare prima un [Devolutions Gateway](https://docs.devolutions.net/gateway/it/getting-started/devolutions-server/devolutions-gateway-configuration-with-devolutions-server) prima di avviare questo processo.

1. Nell'interfaccia web di Devolutions Server, vada su ***Amministrazione*** – ***Impostazioni di sistema*** – ***Server di registrazione***.
2. Clicchi su ***Abilita registrazione Devolutions Gateway***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS4261_2026_1.png" alt=""><figcaption></figcaption></figure>
3. Scelga un formato di registrazione e decida se eliminare o meno automaticamente le registrazioni di Devolutions Gateway dopo un intervallo di tempo personalizzato.
4. Clicchi su ***Salva***.
5. In Remote Desktop Manager, vada nella sezione ***Proprietà*** – ***Sicurezza*** – ***Registrazione delle sessioni*** – ***Registrazione delle sessioni*** dei tipi di voce supportati:
   * Apple Remote Desktop
   * Azure Blob Storage
   * Chrome
   * FTP
   * Google Drive
   * RDP
   * S3
   * SCP
   * SFTP
   * SSH Shell
   * Telnet
   * VNC
   * WebDav
6. Imposti la ***Modalità*** su ***Obbligatoria***.
7. Imposti la ***Registrazione*** su ***Remota***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW4450_2026_1.png" alt=""><figcaption></figcaption></figure>

   L'opzione di registrazione ***Remota*** non compare a meno che la registrazione Devolutions Gateway non sia stata abilitata come indicato al passaggio #2.
8. Clicchi su ***Aggiorna*** per salvare le modifiche e chiudere la finestra.

**Dimensione della registrazione Gateway al minuto**

| Risoluzione       | 1 FPS   | 5 FPS    | 10 FPS   |
| ----------------- | ------- | -------- | -------- |
| 720p (1280x720)   | 0,35 MB | 1,76 MB  | 3,52 MB  |
| 1080p (1920x1080) | 0,79 MB | 3,96 MB  | 7,91 MB  |
| 4k (3840x2160)    | 3,16 MB | 15,82 MB | 31,64 MB |


---

# 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/server/it/knowledge-base/how-to-articles/configure-recording-server.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.
