Machines
| Machine | Host | RDP User | Reserved by | Auto-release | Actions |
|---|---|---|---|---|---|
| Loading… | |||||
| Machine | Host | RDP User | Reserved by | Auto-release | Actions |
|---|---|---|---|---|---|
| Loading… | |||||
| Machine | Host | IP | Board | Access | COM ports | Agent |
|---|---|---|---|---|---|---|
| Loading… | ||||||
| When | Action | Machine | Operator | Detail | From |
|---|---|---|---|---|---|
| Loading… | |||||
Enter the Admin PIN to unlock admin-only actions (push install, force-release,
kick others, emergency restore RDP, manage machines, server settings).
The PIN is the value of RDD_ADMIN_PIN in admin.env,
set by whoever installed this dashboard.
Anyone on the same LAN can use this dashboard from their browser — nothing to install on their side.
Download a Windows shortcut and drop it on their desktop or email it. They double-click, browser opens, done.
Skip if other PCs can already reach this dashboard. Otherwise run once in an elevated PowerShell on this PC:
New-NetFirewallRule -DisplayName "Remote Desktop Dashboard" -Direction Inbound -Protocol TCP -LocalPort 8080 -Action Allow -Profile Any
By default, Windows’ built-in Remote Desktop client (mstsc.exe) is not registered for rdp:// links, so clicking Connect can only hand the browser a .rdp file. Run this single PowerShell command once on each operator PC and the dashboard will launch native mstsc directly from then on — no downloads, no popups, no Windows App, no msrdc.
Fastest way — copy & paste in PowerShell on the operator PC:
iwr -UseBasicParsing /operator/install-rdp-handler.ps1 | iex
When it finishes, the dashboard tab pops back up automatically with one-click RDP enabled. No reboot, no admin elevation.
?rdp-handler-ready=1 and the setup banner disappears.mstsc.exe straight to the login screen, silently.Uninstall: Remove-Item -Recurse -Force HKCU:\Software\Classes\rdp
HTTPS is on with a self-signed certificate. Install the certificate on each client PC once and the browser will show a real green lock instead of a security warning.
.crt file.No login wall — anyone on this LAN can reach these URLs. Admin actions are still gated by the Admin PIN.