Linux Endpoint Agent
Compatibility
The Linux Endpoint Agent installer is a .deb file and will work on most debian compatible distributions.
Installation (interactive)
-
Run DPKG on the downloaded .deb file:
sudo dpkg -i /path/to/endpoint-agent.deb -
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)
-
Enter the name of the tenant. This is the first section of the url; for example 'acme'
-
Enter the Endpoint Agent API Key. This is created on the Integration > Configuration page in the platform.
Installation (automatic)
-
Set the following global environment variables:
- SEEA_ENV=YourRegionHere
- SEEA_TENANT=YourTenantNameHere
- SEEA_APIKEY=YourEndpointAPIKEYHere
-
Run DPKG on the downloaded deb file:
sudo dpkg -i /path/to/endpoint-agent.deb
Uninstallation
- Run the following command:
sudo dpkg -r securenvoy-endpoint-agent