PanelAlpha Documentation
Back Home
Live Demo Get Started

Update

Documentation

    # Update

    • Update Steps

    This guide explains how to safely update your PanelAlpha installation.

    # Update Steps

    1. Log in to your server via SSH as root:

      ssh root@your-server-ip
      
    2. Run the following command to start the update:

      wget -N -P /opt/panelalpha https://license.panelalpha.com/single-server-installer.sh && bash /opt/panelalpha/single-server-installer.sh
      

    The script auto-detects the existing installation, downloads the required bundle, and performs the update with no extra flags. No manual downloads or license key arguments are required.