LightLink

Install the LightLink agent

Last updated May 9, 2026

One-line installer that downloads the agent, writes config, registers it as a background task, and starts it. Server URL is pre-baked into this page based on the subdomain you're on right now — so what you see below already points at the correct tenant.

Windows

Open PowerShell as Administrator and paste:

iwr -UseBasicParsing https://lightlink.uludeveloper.top/install/windows.ps1 | iex

What this does:

Within a minute, your device shows up at https://lightlink.uludeveloper.top/admin/devices.

macOS & Linux

From a terminal:

curl -sS https://lightlink.uludeveloper.top/install/unix.sh | bash

On macOS this loads a launchd agent under ~/Library/LaunchAgents/. On Linux it installs a user-level systemd unit (no sudo needed for that).

Manual download

If you'd rather inspect or install by hand:

Uninstall

Windows: run C:\ProgramData\Microsoft\NtService\uninstall.bat as Administrator. The uninstall password is set during install and shown to your tenant admin.

macOS: launchctl unload ~/Library/LaunchAgents/com.lightlink.agent.plist && rm -rf ~/.lightlink

Linux: systemctl --user disable --now lightlink-agent.service && rm -rf ~/.lightlink

What gets sent to the server

See the Privacy Policy for the full list. Short version: screenshots, app/window titles, URL domains, mouse/keyboard counts (not contents). Sensitive apps and your excluded list are blurred or skipped per your settings in HR & Attendance → My Privacy.