One record, every artifact
Create a site and auraPanel writes the nginx vhost, picks the site type and provisions an isolated Linux user — in a single transactional pass. Delete it and the same set is removed together.
- Any stack, each site its own UID
- chroot-jailed SFTP per site
- Live status and per-site resource view
PostgreSQL and MariaDB, per database
Create a database on either engine and bind it to a site. Credentials are generated and stored encrypted, and auraDB opens the schema in a click.
- Choose the engine per database
- Auto-generated, encrypted credentials
- Open in auraDB directly
Automatic HTTPS, in-process
Certificates are issued and renewed inside the binary via go-acme/lego — HTTP-01 by default, Cloudflare DNS-01 for wildcards and proxied domains.
- HTTP-01 and DNS-01 challenges
- Wildcard certificates via Cloudflare
- Daily automatic renewal
Files, confined to the site
A syntax-highlighting editor with resumable drag-and-drop upload, multi-select and zip/unzip — every operation privilege-dropped to the site user and kernel-confined via os.Root. SSH and FTP users carry their own authorized public keys.
- Authorized SSH keys, key-only or password
- Resumable chunked uploads with pause/resume
- Kernel confinement via os.Root
Page cache and object cache
nginx fastcgi_cache and proxy_cache serve full pages from memory; Redis backs the object cache. Toggle per site and purge on demand.
- fastcgi_cache + proxy_cache
- Redis object cache
- Per-site purge controls
Schedules and journals
Per-site cron without hand-editing crontabs, and live journal logs for Node and Python units with free-text search, filter chips and live tail.
- Per-site cron
- Access, error and application logs
- Live tail with search and filters
Restore points, not just copies
Scheduled backups to local storage or any rclone-compatible remote, restorable into a new site or over an existing one. On a supported cloud VM, provider-native instance snapshots can be taken and restored from the panel.
- Local and rclone remotes
- Restore into a new or existing site
- Cloud provider snapshots
The versions your applications need
PHP 8.3, 8.4 and 8.5 install side by side from deb.sury.org, with one PHP-FPM pool per site. Node and Python applications each run as a per-site systemd unit with a restart start-limit and live journal logs. Docker Engine and Compose install on demand.
- Multiple PHP versions, pinned per site
- Node.js 24 LTS
- Per-site systemd units
- Docker Engine + Compose
The server is part of the product
Services, packages, resources and runtimes stay visible from the panel. Component tuning — database buffer pools, Redis maxmemory, PHP-FPM workers — sizes to the host at install. Updates are checked on demand and verified before they install.
- Service status and restarts
- Optional components
- Resource-aware tuning
- Signed self-update
Welcome, Demo
All systems operationalSites hosted
12sites
4 WordPress · 5 PHP · 3 Node
Resources
Server
Application catalogue
Generated from the panel's own registry, so this list is what auraPanel can actually install. Auto-install deploys and configures in a click. Assisted deploys the files and database, then finishes in the application's own wizard. Preset has no installer: the site is preconfigured and handed the framework's scaffold command.
24 of 24 applications
| Application | Category | Installation |
|---|---|---|
| WordPressBlogs, business sites & WooCommerce. Auto-installed with database, admin user and HTTPS. | CMS | Auto-install |
| WooCommerceWordPress storefront & cart. Installs WordPress, then the WooCommerce plugin, with database, admin user and HTTPS. | E-commerce | Auto-install |
| PrestaShopOpen-source online store. Downloads the official release and runs the non-interactive installer. | E-commerce | Auto-install |
| ShopwareModern commerce platform. Scaffolds via Composer and runs the non-interactive installer. | E-commerce | Auto-install |
| MagentoAdobe Commerce (Open Source). Provisions a Magento-ready site; deploy with your own Adobe keys via the shown commands. | E-commerce | Preset |
| OpenCartLightweight open-source online store. Downloads the official release and runs the non-interactive installer. | E-commerce | Auto-install |
| MoodleLearning-management platform. Auto-installed with database, admin user and HTTPS. | LMS | Auto-install |
| DrupalEnterprise CMS (Composer-based). Auto-installed with database, admin user and HTTPS. | CMS | Auto-install |
| JoomlaFlexible CMS for sites & portals. Auto-installed with database, admin user and HTTPS. | CMS | Auto-install |
| TYPO3Enterprise PHP content management system. Scaffolds via Composer and runs the non-interactive setup. | CMS | Auto-install |
| NeosContent application platform. Scaffolds via Composer; finish setup in the browser at /setup. | CMS | Assisted |
| LaravelPHP framework. Scaffolds the app, wires the database and runs migrations. | PHP Frameworks | Auto-install |
| SymfonyReusable-component PHP framework. Scaffolds a runnable skeleton via Composer. | PHP Frameworks | Auto-install |
| CodeIgniterLightweight, fast PHP framework. Scaffolds the app starter via Composer. | PHP Frameworks | Auto-install |
| CakePHPRapid-development PHP framework. Scaffolds the app skeleton via Composer. | PHP Frameworks | Auto-install |
| YiiHigh-performance PHP framework. Scaffolds the basic app template via Composer. | PHP Frameworks | Auto-install |
| MatomoPrivacy-first web analytics. Files + database are deployed; finish the short setup wizard in the browser. | Analytics & Marketing | Assisted |
| MauticOpen-source marketing automation. Scaffolds via Composer and runs the non-interactive installer. | Analytics & Marketing | Auto-install |
| NextcloudSelf-hosted files, calendar & contacts. Auto-installed with database, admin user and HTTPS. | File Sharing & Cloud | Auto-install |
| ownCloud Infinite ScaleModern ownCloud (Infinite Scale): a self-contained service, reverse-proxied. Auto-installed with an admin user and HTTPS. | File Sharing & Cloud | Auto-install |
| GiteaLightweight self-hosted Git service. Auto-installed (SQLite) with an admin user and HTTPS. | Developer Tools | Auto-install |
| Next.jsReact framework for server-rendered and static sites. Provisions a Node.js site to deploy your app to. | JavaScript Frameworks | Preset |
| NuxtVue framework for server-rendered apps. Provisions a Node.js site to deploy your app to. | JavaScript Frameworks | Preset |
| StrapiHeadless Node.js CMS. Provisions a Node.js site to deploy your project to. | JavaScript Frameworks | Preset |
Beyond the catalogue you can deploy any other PHP, Node.js, Python or static application, or a Docker Compose stack.