Skip to content

Windows Services

Use the PowerShell installer in license-monitor/scripts/install.ps1. First clone or download this repository, then run the installer from inside the license-monitor directory.

Terminal window
# Run in elevated PowerShell
cd license-monitor
.\scripts\install.ps1

The script installs runtime dependencies and registers a Windows service (NSSM-based flow in script).

Terminal window
Get-Service license-monitor
Start-Service license-monitor

Review service stdout/stderr logs in the install directory configured by the script.