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
lighthouse.exe --uninstall; Remove-Item 'C:Program FilesHarborLighthouse' -Recurse -Force