Active Agent Installation

Windows 64 Installation

Win64 Installer

To install on Windows (x86_64 / amd64), download the installer, unzip, and run the shell script.

Legal Notes

The Windows agent bundles OpenJDK 11 LTS provided by AdoptOpenJDK. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.

Linux & BSD Installation

Linux Installer

To install on Debian, Ubuntu, CentOS, Red Hat, SuSE, and other standard Linux distributions, download the installer, untar, and run the shell script.

This installer also works on FreeBSD, NetBSD, and other common BSD derivatives.

NOTE: The default agent ships expecting support for Systemctl and package repositories! Some embedded BSD appliances such as PFSense and TrueNAS do not provided these, and require a custom script. Please look below for what embedded appliances are supported.

Detailed Directions:

cd ~/
mkdir Agent
cd Agent
curl https://portal.eval.bz/manageddeviceactiveagent/download/linux \
 -o ManagedDeviceAgent.tgz
tar -xzf ManagedDeviceAgent.tgz
sudo ./install.sh

Legal Notes

The Linux and BSD agent expects OpenJDK 8 LTS, Oracle JRE 8, OpenJDK 11 LTS, Oracle JRE 11, or otherwise compatible Java Runtime Environment available in the target device software repository. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.

MacOS Installation

MacOS Installer

To install on MacOS, download the installer, unzip, and run the shell script.

Legal Notes

The MacOS agent bundles OpenJDK 11 LTS provided by AdoptOpenJDK. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.

TrueNAS 12.x Installation

TrueNAS 12.x Installer

The management agent is supported on TrueNAS 12.x, though does require the ability to SSH to the server. To install it on TrueNAS 12.x (12.0, 12.1, or 12.2), download the installer, untar, and run the shell script.

Detailed Directions:

cd ~/
mkdir Agent
cd Agent
curl https://portal.eval.bz/manageddeviceactiveagent/download/truenas12 \
 -o ManagedDeviceAgent.tgz
tar -xzf ManagedDeviceAgent.tgz
sudo ./install.sh

Legal Notes

The TrueNAS 12.x agent bundles OpenJDK 11 LTS provided by The FreeBSD Project. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates. The mark FreeBSD is a registered trademark of The FreeBSD Foundation. TrueNAS is a registered trademark of iXsystems, Inc. Other names may be trademarks of their respective owners.

Loading Page...