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
| Debian 13 | trixie |
|---|---|
| Debian 12 | bookworm |
| Ubuntu 26.04 LTS | supported release |
| Ubuntu 24.04 LTS | supported release |
| Ubuntu 22.04 LTS | supported release |
| Architectures | x86-64 · ARM64 |
| Operating system | Debian 12/13 or a supported Ubuntu LTS, freshly installed |
|---|---|
| CPU | 1 core minimum |
| Memory | 1 GB minimum; more with a database engine |
| Storage | 6 GB minimum, plus whatever your applications and backups need |
| Permissions | root, or a user with full sudo |
| Ports | 80 and 443 reachable for HTTPS issuance; the panel listens on 8443 |
auraPanel runs on your server, so it is worth knowing exactly what the installer does before you run it.
| Installs | nginx, the auraPanel service, and the components you select |
|---|---|
| Adds | an apt source for the components it installs, and a system user per site you create |
| Configures | nginx vhosts, PHP-FPM pools and systemd units for the sites you create |
| Optional | MariaDB, PostgreSQL, Redis, Typesense, Docker, UFW and fail2ban — none installed unless chosen |
| Does not touch | your SSH configuration, existing web server data, or anything outside the paths it creates |
| Updates | on demand only — no scheduled polling; each build is Ed25519-signed and checksum-verified before it installs |
| Uninstall | sudo aurapanel-uninstall returns the host to baseline, leaving no orphaned apt sources or service users |
Chosen during install, and addable afterwards from the panel. PHP defaults to a single version to stay lean.
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 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.