IDEE
← 🌐 Configure RDWeb with Web-AuthN

🌐 Installing the RD Web Client

πŸ“ Step 1: Prepare the Broker Certificate

  1. Export the certificate file (e.g., broker.cer) to a folder on your RD Web Access server (e.g., C:\certs\).

⚑ Step 2: Install the RD Web Client via PowerShell

  1. On the RD Web Access server, open PowerShell as Administrator.

  2. Run the following commands one by one, allowing time for each to complete:

# Install the necessary PowerShell module from the Gallery
Install-Module -Name PowerShellGet -Force -AllowClobber

# Install the RD Web Client management module
Install-Module -Name RDWebClientManagement

# Install the actual web client package on this server
Install-RDWebClientPackage

# Import the Connection Broker certificate you copied over
Import-RDWebClientBrokerCert -Path "C:\certs\broker.cer"

# Publish the web client for users to access
Publish-RDWebClientPackage -Type Production -Latest

πŸ’‘ Remember to replace "C:\certs\broker.cer" with the actual path to your certificate file.

πŸ§ͺ Step 3: Test the Installation

  1. Open a web browser on any computer.

  2. Navigate to your RD Web URL, using your server's full name:

  3. https://<YourRDWebServerFQDN>/RDWeb/webclient/index.html

  4. You should see the modern RD Web Client login page. Try signing in with your username and password.

    • If successful, you will see available remote apps and desktops. πŸŽ‰