Skip to content

Windows Services

  1. 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).

  2. Terminal window
    Get-Service license-monitor
    Start-Service license-monitor
  3. Review service stdout/stderr logs in the install directory configured by the script.