> 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.md).

# Getting started

This section guides you through the first steps with Remote Desktop Manager: setting up the application, choosing and configuring a workspace, and getting your credentials organized.

### Installation

Before launching Remote Desktop Manager for the first time, you need to download and install the client for your platform (Windows, macOS, Linux, iOS, or Android), apply a license or start a free trial, and then set up your initial workspace. If you are upgrading an existing database-backed deployment, the installation section also covers database upgrade procedures, the application update process, and uninstallation.

See [Installation](https://docs.devolutions.net/rdm/installation) for the full setup and lifecycle documentation.

### Workspaces

A workspace is the central container for all your entries in Remote Desktop Manager. It can be a local file or a database (local or shared), and you can configure multiple workspaces for all your needs.&#x20;

The Workspaces section covers workspace types, how to create a workspace, caching, import/export, locking, multifactor authentication, and offline mode.

See [Workspaces](https://docs.devolutions.net/rdm/workspaces) for the full documentation.

### Checklists

The checklists provide step-by-step setup guidance tailored to your deployment type.

| Checklists                                                                                                                             | Descriptions                                                                                                                                                  |
| -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Native workspace configuration checklist](https://docs.devolutions.net/rdm/getting-started/checklist-for-native-workspaces)           | Helps administrators install and configure Remote Desktop Manager for solo and team use with our native workspaces: Devolutions Server and Devolutions Cloud. |
| [Local workspace configuration checklist](https://docs.devolutions.net/rdm/getting-started/checklist-for-local-workspaces)             | Covers the essentials for setting up local workspaces such as SQLite.                                                                                         |
| [Alternative workspace configuration checklist](https://docs.devolutions.net/rdm/getting-started/checklist-for-alternative-workspaces) | Guides administrators through the CyberArk, Microsoft Azure SQL, and Microsoft SQL Server workspaces configuration process.                                   |

### Managing credentials

Once your workspace is configured, you will need to understand how Remote Desktop Manager handles credentials. See [Managing credentials](https://docs.devolutions.net/rdm/getting-started/managing-credentials) for guidance on credential types, storage strategies, and best practices.

#### See also

* [Devolutions Academy – Introducing Remote Desktop Manager Free: the solo IT pro's toolkit](https://academy.devolutions.net/student/activity/3266573)


---

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