# Update
This guide explains how to safely update your PanelAlpha installation.
# Update Steps
Log in to your server via SSH as root:
ssh root@your-server-ipRun 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.