PanelAlpha Documentation
Back Home
Live Demo Get Started

Update Guide

Documentation
    Introduction FAQ Automatic Tester
Getting Started
    Requirements Installation Update Guide SSL Configuration Resetting Admin Password Translations Health Check Diagnostic Mode Additional Configuration
Background Billing
    Introduction Billing System Quick Registration Social Media Login Client Area
Admin Area
    Dashboard Instances Services Users Logs Migrations
Onboarding Methods
    Quick Onboarding Super Quick Onboarding Standard Onboarding
System Configuration
    General Configuration Branding Hosting Servers DNS Servers Email Servers Remote Backups Plans Notifications Automatic SSL Themes, Plugins and Packages
Hosting Server Connections
    Hosting Scenarios PanelAlpha Engine for Docker cPanel Plesk DirectAdmin WP Cloud
Email Server Connections
    Mailcow cPanel
DNS Server Connections
    Cloudflare cPanel DNS Only PowerDNS
Billing Systems Integrations
    WHMCS
Billing Scenarios
    Introduction Single WordPress Instance Predefined WordPress Template Multiple WordPress Instances Cross-Selling Paid Plugins and Themes Cross-Selling Domains Plan Upgrade
Integrations
    Integrated Solutions Matomo Google Analytics Let's Encrypt Google PageSpeed Insights DB-IP Extendify WithoutDNS
Client Area - Instances
    List of Instances Creating New Instance Importing Existing Instance Instance Details Changing Domain Sharing Instances Monitoring Backups Plugins Advanced Settings
Client Area - Hosting
    Summary Domains FTP Accounts MySQL Databases Cron Jobs File Manager DNS Zone Editor Email Addresses Email Forwarders

# Update Guide

Important! Before you start updating your PanelAlpha application, it is crucial to create a backup of your server. This is essential for keeping your data safe and to prevent potential data loss. If anything goes wrong, having a backup will make it easy to get your data back.

In the event of a new PanelAlpha version release, reinstalling your system from the ground up is unnecessary. Follow the instructions below to seamlessly update your application.

# PanelAlpha application update

The following guide is intended for updating your PanelAlpha after maintenance releases only!

  1. Access your server using SSH with root privileges.

  2. Use the following bash command to execute the script:

    wget -N -P /opt/panelalpha https://license.panelalpha.com/updater.sh
    
  3. Use the below bash command to run the script:

    bash /opt/panelalpha/updater.sh --key 'LICENSE_KEY'
    

# PanelAlpha engine update

Important! This section is specifically related to the PanelAlpha Engine for Docker and its update process. Please proceed only if you have the engine installed on your server.

With every new release of the PanelAlpha application, please verify if any changes are introduced to the engine itself. If yes, a manual update will be required. You can find adequate information in the latest PanelAlpha release changelog.

Follow the below steps to update the engine:

  1. Access your server using SSH with root privileges.

  2. Download the updater using the below command:

    wget -N -P /opt/panelalpha https://license.panelalpha.com/engine-updater.sh
    
  3. Use the below bash command to execute the script:

    bash /opt/panelalpha/engine-updater.sh --key 'LICENSE_KEY'