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

# Configurar el servidor de grabación

Los pasos siguientes describen las opciones para instalar el servidor de grabación para Devolutions Server con Devolutions Gateway. Es posible instalarlo en una máquina independiente.

Las rutas de grabación de Devolutions Gateway SOLO se pueden configurar en la [consola de Devolutions Server](/server/es/devolutions-server-console.md). Consulte [Ruta de grabación de Devolutions Gateway](https://docs.devolutions.net/gateway/es/knowledge-base/knowledge-base-articles/devolutions-gateway-recording-path) para obtener más detalles.

### Instalación de la grabación de Devolutions Gateway <a href="#devolutions-gateway-recording-installation" id="devolutions-gateway-recording-installation"></a>

Es necesario instalar primero un [Devolutions Gateway](https://docs.devolutions.net/gateway/es/getting-started/devolutions-server/devolutions-gateway-configuration-with-devolutions-server) antes de iniciar este proceso.

1. En la interfaz web de Devolutions Server, vaya a ***Administration*** – ***System settings*** – ***Recording server***.
2. Haga clic en ***Enable Devolutions Gateway recording***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS4261_2026_1.png" alt=""><figcaption></figcaption></figure>
3. Elija un formato de grabación y decida si desea eliminar automáticamente las grabaciones de Devolutions Gateway después de un periodo personalizado.
4. Haga clic en ***Save***.
5. En Remote Desktop Manager, vaya a la sección ***Properties*** – ***Security*** – ***Session recording*** – ***Session recording*** de los tipos de entrada compatibles:
   * Apple Remote Desktop
   * Azure Blob Storage
   * Chrome
   * FTP
   * Google Drive
   * RDP
   * S3
   * SCP
   * SFTP
   * SSH Shell
   * Telnet
   * VNC
   * WebDav
6. Establezca el ***Mode*** en ***Required***.
7. Establezca ***Recording*** en ***Remote***.

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

   La opción de grabación ***Remote*** no aparece a menos que la grabación de Devolutions Gateway se haya habilitado según el paso n.º 2.
8. Haga clic en ***Update*** para guardar los cambios y cerrar la ventana.

**Tamaño de grabación de Gateway por minuto**

| Resolución        | 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/es/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.
