Download and Installation

Download and Installation

This article outlines the process for downloading and installing the Endpoint Sensor (EES) packages across various operating systems, including Windows, Linux, and macOS. It provides step-by-step instructions for acquiring the necessary files, performing the installation, and registering devices with the Eclypsium Analytics Service. Follow these guidelines to ensure proper setup and functionality of the sensor.

1. Downloading the EES Packages
Navigate to the Download page under Deployment to download the EES packages for the Operating System(s) used on the target systems to be monitored.
This page provides instructions for installation via the OS-specific installer or the command line.
  1. Windows:
    If using the Windows installer, copy and paste the Device Registration Token and Domain values, which are available under Instructions (GUI).


2. Installing the Sensor

The Sensor consists of a userspace application and a kernel module (driver). The installation process varies based on the operating system:

  1. Windows:
    Install the complete Endpoint Sensor using an MSI or a bundled EXE file. Example:
    Eclypsium-X.X.X.exe /q /norestart
  1. Linux:
    There are separate packages for the Eclypsium Application and Driver. Both are required for the Endpoint Sensor to function. For Debian-based distributions, use:
    # dpkg -i eclypsiumapp-X.X.X.deb eclypsiumdriver-X.X.X_all.deb
  1. macOS:
    Install the complete Endpoint Sensor using a .pkg package:
    # installer -pkg Eclypsium-X.X.X.pkg -target /

Make sure you replace X.X.X with the sensor version.

3. Sensor Installation Locations
Once installed, the Sensor will be located in the following directories:
  1. Windows: [ProgramFiles]\Eclypsium\EclypsiumApp.exe
  2. Linux/usr/bin/EclypsiumApp
  3. macOS/usr/local/bin/EclypsiumApp

4. Register the Device with the Analytics Service
To register the device, run the following commands:
  1. Windows (as Administrator):
    EclypsiumApp.exe -s2 DOMAIN REGISTRATION_TOKEN  
  2. Linux and macOS (as root):
    # EclypsiumApp -s2 DOMAIN REGISTRATION_TOKEN
Where:
  1. DOMAIN: The fully qualified domain name of the Eclypsium Analytics Service.
  2. REGISTRATION_TOKEN: The Host Registration Token.
This command will also perform a device scan and upload the results to the Analytics Service.
Notes
  1. Tab completion works only from the root/Administrator account.
  2. Once registered, the monitored device will appear in the Eclypsium Administration Console.
  3. You can also refer to the usage template when running the Sensor from the command line.

    • Related Articles

    • Downloading and Installing Cigent

      There are two types of installation packages available. The executable (EXE) is a user interactive Installation suitable for manual installations, while the Microsoft Standard Installer (MSI) is designed for remote deployments and does not require ...
    • Installing Sepio on Customer Owned Hardware and Software

      When required by regulation or compliance mandate, it is possible to install Sepio Platform on-premises with or without Internet connectivity (including using air-gap). In general, there are two modes of installation that are suitable for on-premises ...
    • Installing a Sepio Agent

      This article explains how to install and uninstall a Sepio Agent on a Host. The Sepio Agent is a security tool that provides in-depth visibility and enforces policies on assets built into and connected to the Host. The Platform Management system ...
    • Installing Sepio on a Virtual Appliance

      This topic provides a step-by-step procedure on how to install and deploy Sepio on a virtual appliance. An OVF file is provided for use as a virtual appliance in VMware environments. You can use a pre-installed hardened virtual appliance and import ...
    • Onboarding Devices in ThinkShield Firmware Assurance

      About ThinkShield Firmware Assurance ThinkShield Firmware Assurance (TSFA) detects and remediates firmware tampering and other security issues that could impact the security of your devices before the operating system boots. The ThinkShield Firmware ...