> 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/migrate-vaults-from-devolutions-server-to-devolutions-cloud.md).

# Migrar bóvedas de Devolutions Server a Devolutions Cloud

Las bóvedas se pueden importar de Devolutions Server a Devolutions Cloud mediante un sencillo proceso de importación de ficheros. Así es como funciona:

1. Abra Devolutions Server en el navegador web que prefiera y vaya a la bóveda que desea migrar.
2. Haga clic en el botón de puntos suspensivos (***...***) en el área de contenido y seleccione ***Export (.rdm)***.

![](https://cdnweb.devolutions.net/docs/DVLS4195_2025_1.png)

3. Marque todas las opciones que mejor se adapten a sus necesidades. Elija ***v2*** como ***Export file version***.

![](https://cdnweb.devolutions.net/docs/DVLS4196_2025_1.png)

#### Con Remote Desktop Manager

1. Abra Remote Desktop Manager y conéctese a su espacio de trabajo de Devolutions Cloud.
2. Haga clic con el botón derecho en cualquier parte del panel de navegación de la bóveda que elija y, a continuación, haga clic en ***Import*** – ***Import in vault (.rdm)***.

![](https://cdnweb.devolutions.net/docs/RDMW4294_2025_1.png)

3. Localice y abra el fichero ***.rdm*** exportado previamente desde Devolutions Server.
4. Elija si desea importar en la raíz o en una carpeta concreta y, a continuación, haga clic en ***Import***.

![](https://cdnweb.devolutions.net/docs/RDMW4296_2025_1.png)

5. Seleccione las entradas que desea importar y haga clic de nuevo en ***Import***.

![](https://cdnweb.devolutions.net/docs/RDMW4297_2025_1.png)


---

# 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/migrate-vaults-from-devolutions-server-to-devolutions-cloud.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.
