Guides

[Reference] Configuring RemoteApp on Windows Server – General Microsoft Procedure

What is RemoteApp?

RemoteApp is a Windows Server feature that serves up individual applications from the server to remote users. It behaves like the app is running locally but the server handles execution and hardware resources.

Prerequisites

You’ll need:

  • A Windows Server with Active Directory installed and joined to a domain.
  • A Virtual Private Cloud (VPC) connecting your virtual machines, if you're working across multiple VPS instances.

Configuration Steps

  1. Open Server Manager and select Add roles and features.
  2. Read the initial information, then click Next.
  3. Select Install Remote Desktop Services, then click Next.
  4. Choose the Quick Start installation type and click Next.
  5. Opt for the Session-based desktop deployment, then click Next.
  6. Verify your server is listed in the Server Pool, confirm the deployment account, and click Next.
  7. Tick Restart the target server automatically if required, then hit Deploy.
  8. Let the required packages install; wait until installation completes.
  9. Navigate to Remote Desktop Services in Server Manager.
  10. In the console, locate your “QuickSessionCollection.” On the left are four sections:
    • The session collection (QuickSessionCollection)
    • Priority field
    • RemoteApp Programs (where you’ll publish your apps)
    • Host servers and active connection management
  11. To publish a new app:
    • Click Tasks beside RemoteApp Programs, then select Publish RemoteApp Programs.
    • From the list of installed programs, choose one. If it’s not listed, click Add and browse to the executable.
    • Click Next, confirm your selections, then hit Publish. Click Close when done.
  12. On a client machine, open a browser like Internet Explorer and go to: http://<your-server-ip>/rdweb (for example, http://192.168.0.1/rdweb).
  13. You’ll see the RemoteApp web menu. Select and launch your application.