Documentation

Run Aetheus on your own servers.

Aetheus is a self-hosted infrastructure and CI/CD manager: distributed agents, real deployment pipelines and live dashboards. This documentation explains how the product is put together, and walks through every supported way of installing it.

Install

Three installation routes, from the most manual to the most automated. They lead to the same product; pick the one that matches how you already run services.

Put it behind a reverse proxy

Aetheus never terminates TLS itself. The backend and the frontend listen on loopback and a reverse proxy publishes them. Apache is the configuration Aetheus runs in production; IIS and nginx are transposed from it and carry an explicit untested badge.

Understand how it works

Elsewhere