> 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/client/registration.md).

# Registration

When using an [Devolutions Server or Devolutions Cloud](https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/), there is no need to register Remote Desktop Manager since the license serial is stored in the workspace and retrieved directly from it. When launching the application for the first time, [add the workspace](https://docs.devolutions.net/rdm/workspaces/create-a-workspace/) containing the serial.

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

### Registration

1. To add a license serial to the workspace, navigate to ***Administration*** – ***Licenses***.
2. Click ***Add license***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2236.png)
3. Enter the license serial in the ***License*** field or import the license file using the ***Import*** button.

   ![](https://cdnweb.devolutions.net/docs/RDMW4373_2025_2.png)
4. **Optional**: Check the ***Auto assign*** box to automatically provide the Remote Desktop Manager serial to all newly created users.

   ![](https://cdnweb.devolutions.net/docs/RDMW4374_2025_2.png)
5. Click ***Assigned to*** in the left menu.
6. Click ***Assign all*** or select in the ***Assigned*** column who should have a Remote Desktop Manager serial access. This step will automatically assign the license to the selected users, removing the need to interact with each user.

   ![](https://cdnweb.devolutions.net/docs/docs_en_rdm_windows_RDMWin2237.png)
7. Click ***OK*** and close the ***User and security management*** window.

### Offline registration

If you need to register your license while offline (if internet is disabled or if for whatever reason you cannot reach the servers), you can only do it by [importing the **.lic** file provided to you](https://docs.devolutions.net/portal/licenses/), which contains a JSON Web Token (JWT).

### Request a free trial

The [Devolutions store](https://store.devolutions.net/package) proposes two types of [14-day free trials](https://docs.devolutions.net/resources/getting-started-packages/free-trials/): [Remote Desktop Manager free trial](https://devolutions.net/remote-desktop-manager/trial/) and the [Starter Pack free trial](https://devolutions.net/solutions/starter-pack/trial/). The former gives you access to Remote Desktop Manager and all its functionnalities, and the latter lets you experience Devolutions' entire platform.
{% endtab %}

{% tab title="macOS" %}

### Registration

1. To add a license serial to the workspace, navigate to ***Administration*** – ***Licenses***.

   ![](https://cdnweb.devolutions.net/docs/RDMM2006_2024_3.png)
2. Click ***Add License***.

   ![](https://cdnweb.devolutions.net/docs/RDMM2007_2024_3.png)
3. Enter the license serial in the ***License*** field or import the license file using the ***Import*** button.

   ![](https://cdnweb.devolutions.net/docs/RDMM2003_2024_2.png)
4. Optional: Check the ***Auto assign*** box to automatically provide the Remote Desktop Manager serial to all newly created users.
5. Click ***Assigned to*** in the left menu.
6. Click ***Assign all*** or select in the ***Assigned*** column who should have a Remote Desktop Manager serial access. This step will automatically assign the license to the selected users, removing the need to interact with each user.

   ![](https://cdnweb.devolutions.net/docs/docs_en_rdm_mac_RDMMac0005.png)
7. Click ***OK*** and close the ***User and security management*** window.

### Offline registration

If you need to register your license while offline (if internet is disabled or if for whatever reason you cannot reach the servers), you can only do it by [importing the **.lic** file provided to you](https://docs.devolutions.net/portal/licenses/), which contains a JSON Web Token (JWT).

### Request a free trial

The [Devolutions store](https://store.devolutions.net/package) proposes two types of [14-day free trials](https://docs.devolutions.net/resources/getting-started-packages/free-trials/): [Remote Desktop Manager free trial](https://devolutions.net/remote-desktop-manager/trial/) and the [Starter Pack free trial](https://devolutions.net/solutions/starter-pack/trial/). The former gives you access to Remote Desktop Manager and all its functionnalities, and the latter lets you experience Devolutions' entire platform.
{% endtab %}
{% endtabs %}

#### See also

* [Devolutions Academy - How to enter your Remote Desktop Manager license in an SQL workspace](https://academy.devolutions.net/student/page/2352175-how-to-enter-your-license-in-remote-desktop-manager-rdm?sid_i=0)
* [Licensing issues](https://docs.devolutions.net/rdm/kb/general-knowledge/license/licensing-issues/)


---

# 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/client/registration.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.
