Skip to main content

Linux Endpoint Agent

Compatibility

The Linux Endpoint Agent installer is a .deb file and will work on most debian compatible distributions.

Installation (interactive)

  1. Run DPKG on the downloaded .deb file: sudo dpkg -i /path/to/endpoint-agent.deb

  2. Enter the region for your tenant. This is the part of the url after your tenant name; for example 'uk.securenvoy.com'

Tenant Regions

  • "uk": London, UK (TENANT.uk.securenvoy.directory)
  • "eu-west2": Frankfurt, DE (TENANT.eu-west2.securenvoy.directory)
  • "us-central": Iowa, US (TENANT.us-central.securenvoy.directory)
  • "demo": London, UK (TENANT.azuredemo.mysecurenvoy.com)
  • "on-premises": (TENANT.access-mgmt.directory)
  • "custom": (TENANT.CUSTOMDOMAIN.TLD)
  1. Enter the name of the tenant. This is the first section of the url; for example 'acme'

  2. Enter the Endpoint Agent API Key. This is created on the Integration > Configuration page in the platform.

Installation (automatic)

  1. Set the following global environment variables:

    • SEEA_ENV=YourRegionHere
    • SEEA_TENANT=YourTenantNameHere
    • SEEA_APIKEY=YourEndpointAPIKEYHere
  2. Run DPKG on the downloaded deb file: sudo dpkg -i /path/to/endpoint-agent.deb

Uninstallation

  1. Run the following command: sudo dpkg -r securenvoy-endpoint-agent