# Installation
This guide walks you through installing PanelAlpha on one server. Typical install time is about 10-25 minutes (depending on server performance and network speed).
# Requirements
- Debian
12/13or Ubuntu22.04/24.04 - Root SSH access
- Minimum
4 GB RAM - Minimum
20 GBdisk space - Open inbound ports:
80,443,8443,8444 - Optional inbound ports (for FTP/SFTP access):
21,30000-30009,2222 - A clean server (recommended)
# Installation Steps
Log in to your server via SSH as root:
ssh root@your-server-ipRun the following command to start installation:
wget -N -P /opt/panelalpha https://license.panelalpha.com/single-server-installer.sh && bash /opt/panelalpha/single-server-installer.shWait for completion. Do not close the SSH session while the installer is running.
# First Access
After installation finishes:
- Open the Admin Area at
https://YOUR_SERVER_IP:8443. - Complete the first configuration wizard.
- Open the Client Area at
https://YOUR_SERVER_IP:8444.
If your browser shows a certificate warning on first access, continue to the site and then configure SSL in SSL Configuration.
# Need Help?
If installation fails or one of the URLs does not open, check the Troubleshooting Center.