-
Notifications
You must be signed in to change notification settings - Fork 0
User Guide
Linux Hello Bot edited this page Dec 8, 2025
·
2 revisions
The face-auth command is your main tool.
Enroll the current user:
face-auth enrollEnroll a specific user (if you have permission):
face-auth enroll usernameOptions:
-
--samples N: Number of photos to take (default 5). -
--no-preview: Disable the GUI preview window.
List all enrolled users:
face-auth listRemove a user:
face-auth remove usernameManage individual face samples:
face-auth view-samples username
face-auth add-sample username
face-auth remove-sample username <index>Run a test to see if it recognizes you:
face-auth test-
--timeout N: Wait N seconds for a face (default 10).
Launch the GUI with: Launch the GUI with:
sudo /opt/linux-hello/launch-gui.shThe GUI allows you to:
- Dashboard: See system status.
- Users: Add/Remove users visually.
- Samples: View your enrolled face entries.
- Settings: Quick view of config.
- Logs: See recent authentication attempts.
To start background monitoring (for auto-lock):
face-auth start-monitorStop it:
face-auth stop-monitorCheck status:
face-auth status