Installation

We provide a single-line installer script that sets up the Control Plane, Database, NATS, and Traefik router.

SSH into your server and run:

BASH
# Download and execute the installer
$curl -sfL https://get.zensailor.com | bash

Configuration Prompts

The installer will ask for two critical pieces of information:

  • Domain Name: The FQDN where you will access the dashboard (e.g., paas.example.com). Make sure your DNS A record points to your server IP before running this.
  • ACME Email:Used by Let’s Encrypt for SSL certificate notifications.