aaPanel is a user-friendly control panel designed to help manage web hosting services on Linux-based servers. The following steps outline how to install aaPanel on Ubuntu 20.04 or 22.04 systems.
Begin by updating the server's package list and upgrading existing packages.
sudo apt update -y && sudo apt upgrade -y
Install the essential packages required for the installation process.
sudo apt install -y wget curl sudo
Use the following command to download and execute the official aaPanel installation script.
wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh
sudo bash install.sh
Once the installation is complete, the system will provide access credentials and a URL for the panel login. You can access the panel through your browser using the given address.
By default, aaPanel uses port 8888. If a firewall is active on your server, allow traffic through this port.
sudo ufw allow 8888
After the installation, you can log into the aaPanel interface and install LAMP or LNMP stacks, manage domains, databases, FTP accounts, and other server components.
For supported systems and updated requirements, visit aapanel.com.
You can click for our virtual server packages with Ubuntu options where you can install aaPanel.
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket