Harbor
Lighthouse
The universal telemetry agent. Run the command below to install the service instantly.
🐧 Linux / macOS / Pi
Copy
curl
-sL harbor-lighthouse-installer.pages.dev/ | sudo bash
🪟 Windows PowerShell
Copy
iwr
harbor-lighthouse-installer.pages.dev/ | iex
Need to uninstall?
Linux / macOS
Copy
curl
-sL harbor-lighthouse-installer.pages.dev/ | sudo bash -s -- --uninstall
Windows
Copy
& ([scriptblock]::Create((iwr harbor-lighthouse-installer.pages.dev/).Content)) -Uninstall