How do I install aaPanel?
aaPanel recommends Ubuntu 22.04 as the base operating system.
Free edition
Section titled “Free edition”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.shPro edition
Section titled “Pro edition”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 aapanelOnce the installation completes, instructions for accessing the control panel will be displayed on screen.