One command.

Fresh server to running panel.

Run this on a fresh Debian or Ubuntu server

curl -fsSL https://aurapanel.goaura.one/installer.sh | bash

30 days free · no account · no card

Supported systems

Debian 13trixie
Debian 12bookworm
Ubuntu 26.04 LTSsupported release
Ubuntu 24.04 LTSsupported release
Ubuntu 22.04 LTSsupported release
Architecturesx86-64 · ARM64

Requirements

Operating systemDebian 12/13 or a supported Ubuntu LTS, freshly installed
CPU1 core minimum
Memory1 GB minimum; more with a database engine
Storage6 GB minimum, plus whatever your applications and backups need
Permissionsroot, or a user with full sudo
Ports80 and 443 reachable for HTTPS issuance; the panel listens on 8443

What the installer changes

auraPanel runs on your server, so it is worth knowing exactly what the installer does before you run it.

Installsnginx, the auraPanel service, and the components you select
Addsan apt source for the components it installs, and a system user per site you create
Configuresnginx vhosts, PHP-FPM pools and systemd units for the sites you create
OptionalMariaDB, PostgreSQL, Redis, Typesense, Docker, UFW and fail2ban — none installed unless chosen
Does not touchyour SSH configuration, existing web server data, or anything outside the paths it creates
Updateson demand only — no scheduled polling; each build is Ed25519-signed and checksum-verified before it installs
Uninstallsudo aurapanel-uninstall returns the host to baseline, leaving no orphaned apt sources or service users

Components

Chosen during install, and addable afterwards from the panel. PHP defaults to a single version to stay lean.

  • MariaDB
  • PostgreSQL
  • Node.js 24 LTS
  • PHP-FPM (8.3 / 8.4 / 8.5)
  • Python
  • Redis
  • Typesense
  • Docker Engine + Compose
  • UFW + fail2ban

Non-interactive install

Forward flags to the installer to skip the prompts.

curl -fsSL https://aurapanel.goaura.one/installer.sh | bash -s -- --yes --db=both --node=yes --php=yes --panel-domain=panel.example.com

After install

Open your panel, set the admin password, enable two-factor authentication and add your first site. auraPanel runs for 30 days with no licence file — upgrade from the shell with sudo aurapanel-update, or from the panel.