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

# Iniciar RemoteApp con Remote Desktop Manager

Aquí están los pasos y la información necesarios para lanzar ***RemoteApp*** con Remote Desktop Manager en modo ***External***.

1. Cuando descarga un fichero RDP desde un ***servidor RemoteApp RD Web***, notará que el fichero se rellenará con la dirección de servidor del ***RD Connection Broker***.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>En este ejemplo, el rol <em><strong>RD Connection Broker</strong></em> y el rol <em><strong>RD Web Access</strong></em> están instalados en el mismo servidor.</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. Al crear una nueva entrada de host RDP en Remote Desktop Manager, si intenta usar la misma configuración del fichero RDP descargado del sitio web de RDS, fallará. Remote Desktop Manager debe apuntar al servidor de host de sesión que realmente aloja la aplicación que intenta lanzar mediante RemoteApp. En este caso, nuestra aplicación DNS está instalada en el servidor RDS-SESSION.CONTOSO.COM, por lo que esa es la dirección de servidor que usaremos para la entrada de host.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Las RemoteApp solo se iniciarán en modo externo; establezca el campo <em><strong>Display</strong></em> en <em><strong>External</strong></em>.</p></div>

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4744.png" alt=""><figcaption></figcaption></figure>
3. En la entrada de host RDP, haga clic en la pestaña ***Programs***. Marque la casilla ***Use RemoteApp (seamless mode)*** El campo ***Program*** debe ser el alias de la RemoteApp. Puede encontrar ese alias en las propiedades de ***RemoteApp Collection*** de su servidor RDS o en el fichero RDP que descargó anteriormente.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>No incluya los caracteres ||, solo el nombre del alias.</p></div>
4. Si tiene argumentos de línea de comandos que deban pasarse a la RemoteApp, introdúzcalos en el campo ***Parameters***.

   <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. Haga clic en ***OK*** para guardar.
6. Lance la entrada RDP alojada que acaba de crear. Debería ver una ventana externa de lanzamiento de 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/es/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.
