> 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/knowledge-base/how-to-articles/quickly-deploy-remote-desktop-manager.md).

# Implementar rápidamente Remote Desktop Manager

Esta guía le explica los pasos para una incorporación rápida de Remote Desktop Manager, centralizando las tecnologías de conexión remota y las credenciales, y asegurando el acceso a estos recursos.

1. Descargue Remote Desktop Manager desde el [sitio web de Devolutions](https://devolutions.net/remote-desktop-manager/download/) e instálelo.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Devolutions ofrece <a href="/pages/JXyzqfxp8o4whknIdxdl#installation">varias opciones</a> en cuanto a los ficheros de instalación. Elija la que mejor se adapte a sus necesidades.</p></div>
2. Elija el espacio de trabajo adecuado para almacenar sus datos:
   * [SQLite](/rdm/es/getting-started/workspaces/workspace-types/local-workspaces/sqlite.md) (local predeterminado)
   * [Devolutions Server](https://docs.devolutions.net/server/es/overview/devolutions-server) (autoalojado)
   * [Devolutions Cloud](https://docs.devolutions.net/cloud/es/overview/devolutions-cloud) (basado en la nube)
3. [Añada un nuevo espacio de trabajo](/rdm/es/getting-started/workspaces/create-a-workspace.md) en Remote Desktop Manager. Una vez completado este paso, puede comenzar el proceso de incorporación.
4. Vaya a ***Administración*** – ***Licencias*** y [añada una licencia](/rdm/es/ribbon-menu-bar/administration/licenses.md).
5. Con la configuración inicial y las licencias añadidas, puede proceder a [crear sus primeras entradas](/rdm/es/ribbon-menu-bar/edit/create-an-entry.md).

**Artículos relacionados**

* [Devolutions Academy – Mejorar la seguridad](https://academy.devolutions.net/student/path/1925316/activity/2668008)
* [Devolutions Academy – Organizar entradas con carpetas](https://academy.devolutions.net/student/path/1916054/activity/2667044)
* [Devolutions Academy – Inicio rápido: en funcionamiento en 10 minutos](/rdm/es/knowledge-base/how-to-articles/quickly-deploy-remote-desktop-manager.md)
* [Exportar e importar entradas](/rdm/es/knowledge-base/how-to-articles/export-and-import-entries.md)
* [Primeros pasos con Remote Desktop Manager – Configuración inicial y puesta en marcha](https://www.youtube.com/watch?v=BfFvtHJSzbs)
* [Primeros pasos con Remote Desktop Manager – Usar RDM por primera vez](https://www.youtube.com/watch?v=FtSlp_TVAxE)
* [Saque el máximo partido a Remote Desktop Manager: guía de casos de uso reales](https://www.youtube.com/watch?v=paw_cyY8BoQ)
* [Despliegue rápido de Devolutions Cloud](https://docs.devolutions.net/cloud/es/knowledge-base/how-to-articles/quickly-deploy-devolutions-cloud)
* [Despliegue rápido de Devolutions Server](https://docs.devolutions.net/server/es/knowledge-base/how-to-articles/quickly-deploy-devolutions-server)


---

# 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/knowledge-base/how-to-articles/quickly-deploy-remote-desktop-manager.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.
