> 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/rdm/es/readme/system-requirements.md).

# Requisitos del sistema

Remote Desktop Manager requiere lo siguiente antes de la instalación.

{% tabs %}
{% tab title="Windows" %}

### Requisitos mínimos del sistema

#### Windows Desktop

* Windows 11
  * Versión 22H2
* Windows 10
  * Versiones 20H2, 21H1 y 21H2

#### Windows Server

* Windows Server 2025
* Windows Server 2022
* Windows Server
  * Versión 20H2
* Windows Server 2019
* 2016
  * Versión 1607

Procesador de 1 GHz o superior 4 GB de RAM Resolución de pantalla de 1024 x 768 Más de 500 MB de espacio en disco duro Sistema operativo de 64 bits

### Requisitos mínimos de software

Los siguientes paquetes deben estar instalados antes de continuar con la instalación de Remote Desktop Manager para Windows:

* [Microsoft .NET Desktop Runtime 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0). Consulte las [versiones de sistema operativo compatibles](https://github.com/dotnet/core/blob/main/release-notes/10.0/supported-os.md) para obtener más información.
* [Microsoft Edge WebView2 Runtime](/rdm/es/knowledge-base/knowledge-base-articles/download-microsoft-edge-webview2-runtime-for-remote-desktop-manager.md)

{% hint style="info" %}
Estas instalaciones se gestionan automáticamente mediante nuestros instaladores. Las únicas situaciones en las que se debería realizar una instalación manual del software requerido son cuando se utiliza el archivo ZIP para la implementación o cuando no hay conexión a Internet.
{% endhint %}

### Compatibilidad con Remote Desktop Services y clientes ligeros

Remote Desktop Manager se puede instalar en [Remote Desktop Services](/rdm/es/getting-started/installation/client/remote-desktop-services-terminal-services.md) y en clientes ligeros.

### Implementación manual/portátil

La implementación manual mediante nuestro fichero ZIP está documentada como una [implementación portátil](/rdm/es/getting-started/installation/client/portable-usb.md). En este caso, los requisitos previos también deberán gestionarse manualmente. Consulte los [requisitos mínimos de software](#minimum-software-requirements) anteriores para obtener más detalles.
{% endtab %}

{% tab title="macOS" %}

### Requisitos mínimos del sistema

* Sistema operativo: macOS Sonoma (v. 14)
* Procesador: 1 GHz
* RAM: 4 GB
* Resolución de pantalla: 1440 x 900 px
* Espacio en disco duro: 1,5 GB
  {% endtab %}
  {% endtabs %}


---

# 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/rdm/es/readme/system-requirements.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.
