Install aapanel debian 11


aapanel is an alternative to cpanel. Even though it’s free, it’s quite powerful for making a basic webserver. Aapanel also provides paid add-ons, but even without add-ons it can run 100%.

How to install it is quite easy

Centos

yum install -y wget && wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh && bash install.sh aapanel

Ubuntu/Deepin

wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && sudo bash install.sh aapanel

Debian

wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && bash install.sh aapanel

Notice: Ensure that it is a clean operating system, there is no other environment with Apache/Nginx/php/MySQL installed (the existing environment can not be installed)

Leave a Reply

Your email address will not be published. Required fields are marked *