SERVER offers web UI to manage (enable, disable) Linux users on workstations. AGENT is binary program which runs as SystemD on workstation and communicates with SERVER to:
- report the status of users: active, screenshot
- execute commands for the user: enable/disable, logout
-
Deploy server. See server/README.md
-
Install agent on every workstation you want to manage:
curl -fsSL https://raw.githubusercontent.com/SlavikCA/u-manager/master/install-agent.sh | sudo bash
You can pin a version with
LUM_VERSION=agent-v1.11.0 curl -fsSL https://raw.githubusercontent.com/SlavikCA/u-manager/master/install-agent.sh | sudo bash
The curl command can be used for upgrade.