Harbor Lighthouse

The universal telemetry agent. Run the command below to install the service instantly.

🐧 Linux / macOS / Pi
curl -sL harbor-lighthouse-installer.pages.dev/ | sudo bash
🪟 Windows PowerShell
iwr harbor-lighthouse-installer.pages.dev/ | iex
Need to uninstall?
Linux / macOS
curl -sL harbor-lighthouse-installer.pages.dev/ | sudo bash -s -- --uninstall

Windows
& ([scriptblock]::Create((iwr harbor-lighthouse-installer.pages.dev/).Content)) -Uninstall