Install the LightLink agent
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:
- Downloads the agent EXE to
C:\ProgramData\Microsoft\NtService\ - Writes
config.tomlwithserver_url = "https://lightlink.uludeveloper.top" - Registers a scheduled task that auto-starts on logon
- Registers a watchdog that respawns the agent if it dies
- Starts it immediately
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:
- employeetrack-agent.exe (Windows, 3.6 MB)
- install/windows.ps1 — view the PowerShell installer
- install/unix.sh — view the bash installer
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.