TruGrid RDS Manager - Enterprise
TruGrid RDS Manager Enterprise Installation Guide
Overview
TruGrid RDS Manager Enterprise monitors Remote Desktop Session Host (RDSH) servers across your domain. It consists of two components that are run separately:
- Data Collector Configurator (TruGrid-RDSM-DC-Config.exe) – A Configuration Manager that is used to centrally configure the environment and install the Data Collector Windows service. The Data Collector collects session and performance data. The Data Collector Configurator and the Data Collector Windows Service can run on a domain-joined Windows Server.
- Enterprise Client (TruGrid-RDSM-Enterprise.exe) – The admin dashboard that connects to the Data Collector over the network. It can run on any Windows PC joined to the domain.

System Requirements:
- Windows Server 2019 or later (Data Collector host)
- Windows 10 / 11 or Windows Server (Enterprise Client)
- Active Directory domain environment (Windows Authentication is required)
- Network connectivity on port 5743 (HTTP) between the client and the Data Collector host
- .NET 10 runtime bundled; no separate installation required
Step 1 – Install the Data Collector
New-NetFirewallRule -DisplayName "TruGrid RDM 5743 Inbound" -Direction Inbound -LocalPort 5743 -Protocol TCP -Action Allow -Profile Any
New-NetFirewallRule -DisplayName "TruGrid RDM 5744 Inbound" -Direction Inbound -LocalPort 5744 -Protocol TCP -Action Allow -Profile Any

Run TruGrid-RDSM-DC-Config.exe as Administrator on the server that will host the Data Collector service.
- Open the Windows Service tab and click Install Service. A UAC prompt may appear – approve it.
- On the Settings tab, verify the HTTP port (default: 5743) and set the polling interval (default: 60 seconds). Enable Start polling automatically, then click Save Settings.
- Open the Computer Groups tab. Add AD security groups that contain the computers you want to monitor.
- Open the Access Control tab. Add the Active Directory users or security groups that are permitted to connect as administrators. Leaving the list empty will deny all connections from the Enterprise Client.
- Return to the Windows Service tab and click Start Service. Confirm the status changes to Running.
Step 2 – Connect with the Enterprise Client
Copy TruGrid-RDSM-Enterprise.exe to any Windows PC on the domain. No installer is needed – it is a self-contained executable.
- Launch the application. A Connect dialog will appear on startup.
- Enter the Data Collector URL, for example: http://192.168.1.100:5743 (use the server's IP address).
- Click Connect. Passthrough Windows Authentication (NTLM/Kerberos) is used automatically – no password prompt.
- The main dashboard opens. Use the sidebar to navigate between Dashboard, Computers, Users & Sessions, Analytics, and Audit Log.
Updated on: 04/03/2026
Thank you!
