Client authentication

User authentication

To interact with the server, users need an access token.

The access token can be provided through all means discussed here: general/variables

Flag

  • --access-token
access-token: XXXXX

Agent authentication

All interaction with the agents (including SSH, SCP/Rsync, Kill/Reset/Delete commands , Clipboard operations, etc.) requires the agent password. (see agent/password management)

Admin authentication

See server/access control

The --admin-token restricts access to administrative endpoints (/admin/).

Flag

  • --admin-token
admin-token: XXXXX

Agent binaries authentication

See server/agent downloading