DocumentationInstallation Guide

Installation Guide

Install Delyan on Linux from a single .deb or .rpm package. Air-gap-friendly.

What ships

  • One .deb for Debian / Ubuntu, one .rpm for RHEL / AlmaLinux / Rocky / Oracle Linux (x86_64). Single bundle, single process, single open port.
  • Dely AI Advisor ships inside the bundle. Air-gap-friendly — no internet at runtime.

Step 1 — Download the installer

  • A signed delyan_<version>_amd64.deb for Debian / Ubuntu hosts, or
  • A signed delyan-<version>.x86_64.rpm for RHEL / AlmaLinux / Rocky / Oracle Linux hosts.

Both ship with the Dely AI advisor inside the bundle, so the target server never needs internet access at install time or at runtime.

Step 2a — Install on Debian / Ubuntu

  1. Copy the .deb onto the target server (USB stick or scp into the management bastion).
  2. Install with apt:
    sudo apt install ./delyan_<version>_amd64.deb
  3. Start the Delyan service:
    sudo systemctl enable --now delyan

Step 2b — Install on RHEL / AlmaLinux / Rocky / Oracle Linux

  1. Copy the .rpm onto the target server.
  2. Install with dnf (or yum on older systems):
    sudo dnf install ./delyan-<version>.x86_64.rpm
  3. Start the Delyan service:
    sudo systemctl enable --now delyan

Step 3 — Verify and access

Confirm the service is running:

sudo systemctl status delyan

Open the Delyan web UI in a browser on the same network as the server:

http://<server-ip>

Default ports: 80 (HTTP) and 443 (HTTPS, once you've provisioned a certificate). The web UI runs locally on the server — no internet access is required.