Skip to content

How do I install aaPanel?

aaPanel recommends Ubuntu 22.04 as the base operating system.

Connect to your compute via SSH as root and run:

URL=https://www.aapanel.com/script/install_7.0_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO "$URL" ;else wget --no-check-certificate -O install_7.0_en.sh "$URL";fi;bash install_7.0_en.sh

If you have a pro license:

URL=https://www.aapanel.com/script/install_pro_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO $URL ;else wget --no-check-certificate -O install_pro_en.sh $URL;fi;bash install_pro_en.sh aa372544 aapanel

Once the installation completes, instructions for accessing the control panel will be displayed on screen.