{% extends "base.html" %} {% block title %}Download Agent - {{ company.name }}{% endblock %} {% block content %}
Download Agent for {{ company.name }}
Agent Configuration
{% if not api_keys %}
No API keys found. Create an API key first.
{% endif %}
The URL where the agent will send login events. Usually the same URL as this website.
Custom installation directory for the agent. Leave empty to use the default path.
Installation Instructions
  1. Download the agent package using the form above.
  2. Extract the ZIP file to a folder on your Windows computer.
  3. Run the agent as administrator to install it: winagentUSM.exe --service install
  4. The service will start automatically and begin monitoring login events.
  5. Events will be sent to this server using the specified API key.

Note: The agent requires administrator privileges to install and run as a Windows service.

{% endblock %}