> 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/launch-a-session-via-the-devolutions-cloud-web-interface.md).

# Eine Sitzung über die Devolutions Cloud-Weboberfläche starten

***RDP***-, ***SSH Shell***-, ***Telnet***-, ***VNC***- und ***PowerShell (remote)***-Sitzungseinträge können über die Weboberfläche von [Devolutions Cloud](/cloud/de/readme/devolutions-cloud.md) mit [Devolutions Gateway](https://docs.devolutions.net/gateway/de/overview/devolutions-gateway) gestartet werden.

### Voraussetzungen

Um diese Funktion zu nutzen, müssen bestimmte Voraussetzungen erfüllt sein, nämlich:

* Verfügen über ein [Devolutions Gateway](https://docs.devolutions.net/gateway/de/getting-started/devolutions-cloud/devolutions-gateway-configuration-with-devolutions-cloud) der Version 2023.1 oder höher.
* Dem Benutzer, der die Verbindung nutzen möchte, muss eine [Remote Desktop Manager](https://docs.devolutions.net/rdm/de/ribbon-menu-bar/administration/licenses)- oder [Devolutions Launcher](https://docs.devolutions.net/launcher/de/download-and-installation)-Lizenz zugewiesen sein.
* Die Berechtigung, eine Sitzung auszuführen (zu verbinden).

#### Konfiguration des Sitzungseintrags

Folgen Sie den nachstehenden Schritten, um Ihren Eintrag in Devolutions Cloud richtig zu konfigurieren:

{% hint style="info" %}
Die folgenden Schritte setzen voraus, dass Sie bereits einen Sitzungseintrag haben. Wenn Sie ihn noch nicht erstellt haben und erfahren möchten, wie das geht, siehe [Einträge manuell erstellen](/cloud/de/web-interface/entries/create-entries-manually.md).
{% endhint %}

1. Gehen Sie zu den ***Eigenschaften*** des Eintrags.
2. Klicken Sie auf ***VPN/Tunnel/Gateway***.
3. Wählen Sie ***Devolutions Gateway*** unter ***Typ*** aus.
4. Klicken Sie auf ***Immer verbinden***.

   ![](https://cdnweb.devolutions.net/docs/HUBB6006_2023_3.png)
5. Gehen Sie zu ***Einstellungen (Devolutions Gateway)***.
6. Wählen Sie das Devolutions Gateway aus, das für diese Verbindung verwendet werden soll, und klicken Sie dann auf ***Zustand prüfen***, um sicherzustellen, dass das Gateway funktionsfähig ist. Seine Version muss 2023.1 oder höher sein.

   ![](https://cdnweb.devolutions.net/docs/HUBB6008_2023_3.png)
7. Klicken Sie auf ***Aktualisieren***, um zu speichern.

### Die Verbindung starten

Sobald alle Bedingungen erfüllt sind, können Sie auf die Schaltfläche ***Im Web-Client öffnen (Vorschau)*** klicken, um die Verbindung über den Web-Client zu starten.

![](https://cdnweb.devolutions.net/docs/HUBB6007_2023_3.png)


---

# 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/launch-a-session-via-the-devolutions-cloud-web-interface.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.
