Windows Services
-
Install the service
Section titled “Install the service”Use the PowerShell installer in
license-monitor/scripts/install.ps1. First clone or download this repository, then run the installer from inside thelicense-monitordirectory.Terminal window # Run in elevated PowerShellcd license-monitor.\scripts\install.ps1The script installs runtime dependencies and registers a Windows service (NSSM-based flow in script).
-
Verify the service
Section titled “Verify the service”Terminal window Get-Service license-monitorStart-Service license-monitor -
Check runtime logs
Section titled “Check runtime logs”Review service stdout/stderr logs in the install directory configured by the script.