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 remotely manages the Sepio Agent.
Preparing for Installation
You can install Sepio Agent in one of two ways:
- Local Installation: Install the Sepio Agent directly on each user's computer as a standalone application. This method is typically simpler and more suitable for single computers or small networks.
- Network Deployment: Use a network deployment tool that supports MSI installation packages, such as Microsoft Endpoint Configuration Manager. This method is ideal for larger networks where centralized management and administration are required. Network deployment allows you to pre-configure setup parameters for a more streamlined installation process.
Firewall Configuration
Sepio Agent uses HTTPS for communication between Sepio Agent and the Platform Management. We recommend using the standard port 443.
Ensure it is enabled on Windows by adding to Windows Firewall and in Linux by running the required command.
Windows
Windows GUI
Before installing the Agent:
If you are modifying or disabling the Recovery Override mechanism, run the required command in the CLI. See section Modifying or Disabling the Recovery Override Mechanism (Optional) described below.
To install a Sepio Agent:
- Download the current version of the Sepio Agent for Windows from https://download.sepiofiles.com
Double click

Click Next
Select I accept the terms in the License Agreement, then click Next.
- If required, click Browse to change the file location.
- Enter the Sepio Platform Management fully qualified domain name (FQDN) in one of the following formats:
- server.domain.com (shown in the above screenshot)
- -or-
- server.subsomain.domin.com
Warning: Entering the Sepio Platform Management name FQDN in an incorrect format will disable connectivity with the Agent and may cause it high CPU usage.
Click Install
- Click Finish
Windows CLI
Run the Agent installation with the Platform Management (Server) address:
%SepioAgent_Win_64_<sepio agent version>.msi /q CENTRALIZEDIP=<Platform Management FQDN>
Enter the Sepio Platform Management fully qualified domain name (FQDN) in one of the following formats:
Ensure the Sepio Agent is Running as a service on Windows
Open Windows Services and ensure the SepioAgent status is Running.
Navigation path varies depending on your Windows version.
Linux
The Sepio Linux Agent is currently provided for Debian, Ubuntu and Red Hat based systems.
The installation file consists of a compressed file that contains the following:
- Dependencies.txt
- LinuxInstallation[Deb/RH].sh
- LinuxUninstall[Deb/RH].sh
- Scripts.sh
- sepio.agent<version>.[deb/rpm]
- sepio.agent.[deb/rh].service
Installation Path
The installation path depends on the Linux distribution on which the Agent will be deployed.
Ubuntu: /debian/netcoreapp/opt/sepio.agent/Sepio.Agent
Redhat: /usr/local/bin/sepio.agent
Dependencies
The Dependencies.txt file lists all the necessary dependencies for the Sepio Linux Agent installation. If the Linux Agent is being installed on a system with Internet access, no further action is required—the installation scripts will automatically download the required dependencies from online repositories.

Red Hat Enterprise Linux (RHEL) customers should confirm that their organization has a valid and properly configured RHEL subscription to install the necessary dependencies.
The Dependencies.txt file enables the Administrator to organize and manage the dependencies in advance, ensuring a smooth installation of the Linux Agent. This approach offers flexibility, particularly for installations on systems without Internet access.
Before Installing the Agent
- Download the Sepio Agent.
- Obtain the latest version of the Sepio Agent for Linux from https://download.sepiofiles.com.
- Ensure that you download the correct file for your specific Linux distribution.
- Extract the Files.
- Make sure all downloaded files are extracted and placed in the same directory. Use the following command to extract the files: tar -xzvf <filename including extension>
- Adjust the Recovery Override Mechanism.
- If needed, modify or disable the Recovery Override mechanism as detailed in this article.
- Note: The RHEL 9, the package that provides the /usr/lib64/libssl.so.1.1 and /usr/lib/libcrypto.so.1.1 libraries is compat-openssl11.
- Run the installation script.
- For Ubuntu
- Run the following command:
- ./LinuxInstallationDeb.sh CENTRALIZEDIP=<Platform Management FQDN>
- For Red Hat Enterprise Linux
- Run the following command:
- ./LinuxInstallationRh.sh CENTRALIZEDIP=<Platform Management FQDN>
When entering the Sepio Platform Management fully qualified domain name (FQDN), use one of the following formats:
- CENTRALIZEDIP=server.domain.com
- CENTRALIZEDIP=server.subsomain.domin.com
The script logs actions in the terminal console. If the script completes with a green line, the operation is successful. Log files are always stored in the SepioFiles/Logs directory installation folder.
Modifying or Disabling the Recovery Override Mechanism (Optional)
Once the Sepio Agent is installed, it can be updated as needed. However, the Recovery Override mechanism must be configured or disabled during the initial installation via the command line.
By default, if the Sepio Agent cannot locate the specified Sepio Platform Management, it will attempt to connect to a default Sepio Platform Management instance deployed in the cloud. This default behavior is primarily for Sepio to assist with troubleshooting instances of the Sepio platform that Sepio hosts for customers. Recognizing that some organizations may prefer not to use this default Platform Management, the option to disable the Agent Recovery mechanism was provided.
Windows
Before installing the Agent, if necessary, enter one of the following commands in the CLI to set the required parameters. You can use either a fully qualified domain name (FQDN) or an IP address:
To disable the Recovery Override:
- %SepioAgent_Win_64_<sepio agent version>.msi RECOVERY_OVERRIDE=0.0.0.0
To enter a alternate FQDN:
- %SepioAgent_Win_64_<sepio agent version>.msi RECOVERY_OVERRIDE=<Alternate FQDN>
Linux
Before installing the Agent, if needed, enter one of the following commands. You can use either a fully qualified domain name (FQDN) or an IP address:
To disable the Recovery Override:
- %./LinuxInstallationDeb.sh RECOVERY_OVERRIDE=<0.0.0.0>
To specify an alternate FQDN:
- %./LinuxInstallationDeb.sh RECOVERY_OVERRIDE=<Alternate FQDN>