Back to Documentation
Quick Start

Bare-metal install.sh & Docker

Get CXMind running in under 5 minutes with our unified installation script.

The fastest way to deploy CXMind is using our unified installation script. It automatically handles dependency checking, Docker setup, and pulling the required images for the Ingestion Engine, App Node, and integrated databases (ClickHouse, Redis, MongoDB).

Prerequisites

  • Ubuntu 22.04 LTS or Debian 11/12
  • At least 8GB RAM, 4 vCPUs, 100GB NVMe SSD
  • Port 9060 (UDP/TCP) open for HEP Ingestion
  • Port 5173 / 80 open for Admin UI access

Installation

Run the master deployment script. It will auto-detect your OS, install Docker if missing, create the /etc/cxmind directory structure, and spin up the docker-compose.yml stack.

curl -sSL https://get.cxmi.ai/install.sh | sudo bash

The script will prompt you for an initial Platform Admin password and your LLM API keys. Once complete, access the Admin UI at http://your-server-ip:5173.

Need more help or have a specific architecture question?

Contact Engineering Support