Skip to content

Installation

The CoreSight platform is designed to be easily deployed in completely disconnected (Air-Gapped) environments to guarantee data sovereignty.

Deployment Architecture

Deployment Process

  1. Transfer the coresight-release-linux-x64.tar.gz archive to your target server.
  2. Extract the archive:
    bash
    tar -xzf coresight-release-linux-x64.tar.gz
    cd coresight-release
  3. Run the installation script as root:
    bash
    sudo ./install.sh

SSL Configuration

During installation, the script will ask if you want to generate a Let's Encrypt certificate or a self-signed certificate. For public-facing servers, we highly recommend Let's Encrypt.

CoreSight Documentation