> 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/installation/client/portable-usb.md).

# Portable USB

Remote Desktop Manager can be used as a portable application. The portable mode allows to run multiple versions of Remote Desktop Manager, using various license serials and configurations. To use a single portable Remote Desktop Manager application, follow [Portable Remote Desktop Manager version](https://docs.devolutions.net/rdm/kb/how-to-articles/portable-rdm-installation/).

Remote Desktop Manager stores the offline cache in the Windows profile by default. When using an advanced workspace and planning to use the offline mode, go to ***File*** – ***Settings*** – ***Advanced*** and enable ***Use application directory for offline cache*** to have the offline cache stored in the application folder instead.

{% hint style="danger" %}
This procedure is not recommended for running Remote Desktop Manager from a network share shared by multiple users. This would prevent identifying individual users and would bring conflicts with user preferences.
{% endhint %}

The following steps ensure full portability, streamlined maintenance, and enhanced customizability.

1. [Download the ZIP package of Remote Desktop Manager](https://devolutions.net/remote-desktop-manager/downloadenterprise/).
2. Create a ***RemoteDesktopManager*** folder on the portable device.
3. In that folder, create the following folders:
   1. A ***config*** folder.
   2. A ***data*** folder.
   3. A ***tools*** folder (optional, only if using external tools like Filezilla is intended).
4. Unzip Remote Desktop Manager in the folder.
5. Create a text file named ***override.cfg*** in the folder. Set the content of the file to ***.\config***.
6. Open Remote Desktop Manager and display the workspaces window using ***File – Workspaces***.
7. Create a new workspace of a type that can be stored on the portable device (SQLite, XML, etc.).
8. Configure the workspace using a relative path so it is stored on the portable device: **.\Data\Connections.db**.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW2079_2024_3.png" alt=""><figcaption></figcaption></figure>
9. Configure the portable applications (FileZilla, UltraVNC, etc.) in the same manner (relative to the folder). Under ***File – Settings – Application – Paths***, click on ***Configure installation Path***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW2080_2024_3.png" alt=""><figcaption></figcaption></figure>
10. Select a preferred portable application.

    <figure><img src="https://cdnweb.devolutions.net/docs/RDMW2081_2024_3.png" alt=""><figcaption></figcaption></figure>
11. Delete the pre-existing ***Local workspace*** that was created automatically.

#### See also

* [Devolutions Academy – Install Remote Desktop Manager portable](https://academy.devolutions.net/student/page/2787896-install-remote-desktop-manager-portable?curriculum_activity_id=4263922\&path_id=2628397\&sid=9d9d3d49-aa61-43b2-920b-1a30a0bb61c1\&sid_i=2)


---

# 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:

```
GET https://docs.devolutions.net/rdm/installation/client/portable-usb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
