Manual Installation

HyperSec HyperCollector Installation using APT Repo

APT

A HyperSec HyperCollector can be installed directly from the HyperSec APT Repository.

Supported architectures

  • x86_64

Data Drive Preparation

You should have an additional data drive attached to your system and mounted to /data/vector. If you are preparing a cloud-based HyperCollector (AWS, Azure) public cloud based encryption is assumed and to prep this data drive execute the following command (zipped). This will auto create and mount the data volume for local caching under /data/vector.

This command may also present post installation in:

/opt/collector-core/bin/hs-prepdatadisks.sh

Installation

  • Add the HyperSec HyperCollector repo signing key:

curl -sSL https://<username>:<password>@apt.hypersecrepo.io/hypersec-2023-archive.gpg |  gpg -o /usr/share/keyrings/hypersec-2023-archive.pgp --batch --yes --dearmor

Note: If you have special characters in your password, you should % replace them . For example, replace # with %23.

  • Add the HyperSec HyperCollector repo:

  • Update the package index-files and update the base OS:

  • Install the HyperSec HyperCollector packages:

Bootstrap Configuration

To initially configure the HyperSec HyperCollector to the default state apply the installation playbook to the system:

Change Default Support User Password

Last updated