> 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/cloud/de/knowledge-base/how-to-articles/quickly-deploy-devolutions-cloud.md).

# Devolutions Cloud schnell bereitstellen

Diese Anleitung führt Sie durch die Schritte, um Devolutions Cloud schnell für Ihre Organisation bereitzustellen und zu konfigurieren, sodass Sie von überall und mit jedem unterstützten Webbrowser auf Ihre sensiblen Informationen zugreifen und diese verwalten können.

{% hint style="info" %}
Wenn Sie Remote Desktop Manager verwenden, können Sie [eine Devolutions Cloud-Datenquelle erstellen](https://docs.devolutions.net/rdm/de/getting-started/workspaces/create-a-workspace), indem Sie zu ***Datei*** – ***Datenquelle*** gehen und auf die Schaltfläche ***Eine Datenquelle hinzufügen*** (***+***-Symbol) klicken.
{% endhint %}

1. Erstellen Sie im Devolutions Portal Ihre [Devolutions Cloud](/cloud/de/getting-started/create-your-devolutions-cloud-workspace.md)-Datenquelle.
2. Gehen Sie in Devolutions Cloud zu ***Administration*** – ***Lizenzen*** und [registrieren Sie eine Lizenz](/cloud/de/web-interface/administration/management/licenses/register-product-licenses.md).
3. Konfigurieren Sie dann Ihre [Authentifizierungsmethode](/cloud/de/web-interface/administration/configuration-and-security/access-and-authentication.md) unter ***Administration*** – ***Authentifizierung***.
4. [Erstellen und laden Sie Benutzer ein](/cloud/de/web-interface/administration/management/users/create-and-invite-users.md) unter ***Administration*** – ***Benutzer***. Für eine schnelle und einfache Berechtigungsverwaltung können Sie Benutzer auch [Benutzergruppen](/cloud/de/web-interface/administration/management/user-groups/create-and-manage-user-groups.md) zuweisen.
5. Legen Sie unter ***Administration*** – ***Passwortrichtlinien*** eine [Passwortrichtlinie](/cloud/de/web-interface/administration/management/password-policies.md) für den [Passwortgenerator](/cloud/de/web-interface/administration/management/password-generator.md) fest. Es können mehrere Vorlagen erstellt und anschließend verschiedenen Benutzern oder Benutzergruppen zugewiesen werden.
6. Gehen Sie zu ***Administration*** – ***Tresor*** und [erstellen Sie einen oder mehrere Tresore](/cloud/de/web-interface/administration/management/vaults/create-and-manage-vaults.md).
7. Weisen Sie Rollen und Berechtigungen zu, entweder für [bestimmte Tresore](/cloud/de/knowledge-base/how-to-articles/assign-roles-and-permissions.md) oder [systemweit](/cloud/de/knowledge-base/how-to-articles/assign-roles-and-permissions.md#global-roles-and-permissions).
8. [Erstellen Sie Einträge](/cloud/de/web-interface/entries/create-entries-manually.md) in Devolutions Cloud.

#### **Verwandte Artikel**

* [Devolutions Academy – Einträge mit Ordnern organisieren](https://academy.devolutions.net/student/path/1916054/activity/2667044)
* [Import](/cloud/de/web-interface/help-and-tools/import.md)
* [Remote Desktop Manager schnell bereitstellen](https://docs.devolutions.net/rdm/de/knowledge-base/how-to-articles/quickly-deploy-remote-desktop-manager)
* [Sicherheits-Dashboard](/cloud/de/web-interface/administration/configuration-and-security/security-dashboard.md)


---

# 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/cloud/de/knowledge-base/how-to-articles/quickly-deploy-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.
