> 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/de/knowledge-base/how-to-articles/launch-remoteapp-with-remote-desktop-manager.md).

# RemoteApp mit Remote Desktop Manager starten

Hier sind die Schritte und Informationen, die erforderlich sind, um ***RemoteApp*** mit Remote Desktop Manager im ***Externen*** Modus zu starten.

1. Wenn Sie eine RDP-Datei von einem ***RemoteApp RD Web-Server*** herunterladen, werden Sie feststellen, dass die Datei mit der Serveradresse des ***RD-Verbindungsbrokers*** gefüllt wird.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>In diesem Beispiel sind die Rolle <em><strong>RD-Verbindungsbroker</strong></em> und die Rolle <em><strong>RD-Webzugriff</strong></em> auf demselben Server installiert.</p></div>

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

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4743.png" alt=""><figcaption></figcaption></figure>
2. Wenn Sie in Remote Desktop Manager einen neuen RDP-Host-Eintrag erstellen und versuchen, dieselbe Konfiguration wie in der von der RDS-Website heruntergeladenen RDP-Datei zu verwenden, wird dies fehlschlagen. Remote Desktop Manager muss auf den Sitzungshostserver verweisen, der die Anwendung tatsächlich hostet, die Sie über RemoteApp starten möchten. In diesem Fall ist unsere DNS-Anwendung auf dem Server RDS-SESSION.CONTOSO.COM installiert, also ist dies die Serveradresse, die wir für den Host-Eintrag verwenden.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>RemoteApps werden nur im externen Modus gestartet. Setzen Sie das Feld <em><strong>Anzeige</strong></em> auf <em><strong>Extern</strong></em>.</p></div>

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4744.png" alt=""><figcaption></figcaption></figure>
3. Klicken Sie im RDP-Host-Eintrag auf die Registerkarte ***Programme***. Aktivieren Sie das Kontrollkästchen für ***RemoteApp verwenden (nahtloser Modus)***. Das Feld ***Programm*** sollte den Alias der RemoteApp enthalten. Sie finden diesen Alias entweder in den Eigenschaften der ***RemoteApp-Sammlung*** auf Ihrem RDS-Server oder in der zuvor heruntergeladenen RDP-Datei.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Geben Sie nicht die Zeichen || ein, sondern nur den Aliasnamen.</p></div>
4. Wenn Sie Befehlszeilenargumente haben, die an die RemoteApp übergeben werden müssen, geben Sie diese in das Feld ***Parameter*** ein.

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

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4746.png" alt=""><figcaption></figcaption></figure>
5. Klicken Sie auf ***OK***, um zu speichern.
6. Starten Sie Ihren neu erstellten gehosteten RDP-Eintrag. Sie sollten ein externes RemoteApp-Startfenster sehen.

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

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


---

# 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/de/knowledge-base/how-to-articles/launch-remoteapp-with-remote-desktop-manager.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.
