> 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/getting-started/installation/update.md).

# Update

When a new Remote Desktop Manager version is available, an update window appears in the application prompting for an update. It also displays the ***Release notes*** (new features, improvements, fixes, breaking changes).

Download the latest version, skip it, or have Remote Desktop Manager notify you about the update at a later time.

{% tabs %}
{% tab title="Windows" %}
Download the latest version, skip it, or have Remote Desktop Manager notify you about the update at a later time.

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

<table><thead><tr><th width="330">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Download this version and install now</strong></td><td>Immediately download the new version and install it.</td></tr><tr><td><strong>Download this version and install when the application is closed</strong></td><td>Download the version and wait for the application to be closed before installing.</td></tr><tr><td><strong>Download installer using your default browser</strong></td><td>Download the installer externally using your default web browser.</td></tr><tr><td><strong>Skip this version</strong></td><td>Do not update the application with this version.</td></tr><tr><td><strong>Remind me later</strong></td><td>Remind your to update the next time the application is opened.</td></tr></tbody></table>

{% hint style="info" %}
Click [here](https://docs.devolutions.net/rdm/kb/knowledge-base/auto-update-rdm-intune/)to learn how to use Microsoft Intune to automatically update Remote Desktop Manager.
{% endhint %}
{% endtab %}

{% tab title="macOS" %}

<table><thead><tr><th width="221">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Install update</strong></td><td>Immediately download the new version and install it.</td></tr><tr><td><strong>Skip this version</strong></td><td>Do not update the application with this version.</td></tr></tbody></table>
{% endtab %}

{% tab title="Linux" %}
{% hint style="info" %}
The following steps are for Ubuntu, but may vary depending on the distribution.
{% endhint %}

1. Launch Remote Desktop Manager Linux.
2. If not prompted, go to the ***Help*** section in the ribbon, then click on ***Check for Updates***.
3. Click on ***Download from Website***.
4. By default, it should select the Linux file (*.deb*), then click on ***Download***.
5. Click on ***Activities*** in the top left.
6. Click on ***Files*** and go to the ***Downloads*** folder.
7. Right-click an empty space and select ***Open in Terminal***.
8. Input `sudo dpkg -i RemoteDesktopManager_`*VersionNumberHere*`_amd64.deb`.
9. There will be a password prompt, enter the password in the terminal and press Enter.
   {% 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/getting-started/installation/update.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.
