Open Source|All improvements go through Pull Requests with automated CI checks before review by@Leo-Galli|Join Discord|Contributing guide
Home

Aetheris documentation

Aetheris is an enterprise billing and virtualization management platform that converges WHMCS, FOSSBilling, Pterodactyl Panel, Proxmox VE and VirtFusion into a single control panel: one billing engine, one client portal and one set of hypervisor drivers, with total admin control and dynamic whitelabeling.

Need this in another language? Use the language selector in the top navigation bar to auto-translate the documentation. Available in English, Italian, Spanish, French, German, Portuguese and more.

Download

The Windows Installer is distributed from the GitHub Releases feed of the aetheris-windows-installer repository:

curl -L -o aetheris-windows-installer.exe ^
  https://github.com/aetheris-project/aetheris-windows-installer/releases/latest/download/aetheris-windows-installer.exe

PowerShell:

Invoke-WebRequest -Uri https://github.com/aetheris-project/aetheris-windows-installer/releases/latest/download/aetheris-windows-installer.exe -OutFile aetheris-windows-installer.exe

You can also install it directly with winget:

winget install AetherisProject.AetherisWindowsInstaller

The source code of every component lives under the aetheris-project (opens in a new tab) organization; clone any repository with git clone https://github.com/aetheris-project/<repo>.git.

Getting started

  • Installation guide - per-OS deployment on Linux, Windows and macOS, automated and manual paths.
  • System requirements - minimum and recommended hardware for development and production.
  • Automated installer - archinstall-style TUI wizard and non-interactive --yes mode with native service generation.
  • Windows Installer - the native Windows installer (winget): dependencies, Docker stack, uninstall and packaging.
  • Environment variables - every .env variable the platform reads.
  • Upgrades - the supported upgrade path, verification checklist and rollback procedure.

Platform setup

Architecture and platform

Billing

Hypervisors

Customization

Operations

Reference

Contributing

Aetheris is an open-source project and we welcome contributions. All improvements go through Pull Requests with automated CI checks (lint, typecheck, build, tests) before manual review by @Leo-Galli.

Support

For commercial support, licensing questions, custom integrations or partnerships, write to hello@another-horizon.eu. Bug reports and feature requests belong on the issue trackers of the individual repositories under the aetheris-project (opens in a new tab) organization.