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

# Avviare RemoteApp con Remote Desktop Manager

Ecco i passaggi e le informazioni necessarie per avviare ***RemoteApp*** con Remote Desktop Manager in modalità ***Esterna***.

1. Quando scarica un file RDP da un ***server RD Web RemoteApp***, noterà che il file verrà popolato con l'indirizzo del server del ***Broker di connessione RD***.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>In questo esempio il ruolo <em><strong>Broker di connessione RD</strong></em> e il ruolo <em><strong>Accesso Web RD</strong></em> sono installati sullo stesso server.</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. Quando crea una nuova voce host RDP in Remote Desktop Manager, se tenta di utilizzare la stessa configurazione del file RDP scaricato dal sito web RDS, l'operazione non riuscirà. Remote Desktop Manager deve essere indirizzato al server host sessione che ospita effettivamente l'applicazione che sta tentando di avviare tramite RemoteApp. In questo caso, la nostra applicazione DNS è installata sul server RDS-SESSION.CONTOSO.COM, quindi quello è l'indirizzo del server che utilizzeremo per la voce host.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Le RemoteApp si avvieranno solo in modalità esterna: imposti il campo <em><strong>Visualizzazione</strong></em> su <em><strong>Esterna</strong></em>.</p></div>

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4744.png" alt=""><figcaption></figcaption></figure>
3. Nella voce host RDP faccia clic sulla scheda ***Programmi***. Selezioni la casella ***Usa RemoteApp (modalità seamless)***. Il campo ***Programma*** deve contenere l'alias della RemoteApp. Può trovare tale alias nelle proprietà della ***Raccolta RemoteApp*** sul suo server RDS, oppure nel file RDP scaricato in precedenza.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Non includa i caratteri ||, solo il nome dell'alias.</p></div>
4. Se dispone di argomenti della riga di comando da passare alla RemoteApp, li inserisca nel campo ***Parametri***.

   <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. Faccia clic su ***OK*** per salvare.
6. Avvii la voce RDP host appena creata. Dovrebbe vedere una finestra di avvio esterna di RemoteApp.

   <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/it/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.
