How To Install aaPanel (Free Webpanel) incl. LAMP

Connect via SSH to your server and run the corresponding command for your OS.

Debian 9: 

apt-get install ca-certificates

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

Debian 10 / Ubuntu 20.04 LTS (Recommended!!):

sudo apt-get install ca-certificates

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

CentOS:

yum install ca-certificates

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

 

install.sh will ask you 2 Questions

Do you want to install aaPanel to the /www directory now?(y/n): y

Answer it with y

Do you need to enable the panel SSl ? (yes/n): n

Answer here with n

 

After installation is complete, you get the Login Details

 

Open aaPanel in Browser and choose the LAMP Stack (Recommended for our PHP Scripts)

 

After LAMP is successfully installed, go to App Store > PHP 7.x > Settings > disabled functions and allow the following

 

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

How To install Squid Proxy

Debian 9 Update Repo apt-get update Install Squid apt-get install squid Note: IF you...

How To install FFmpeg

FFmpeg Installation is quite simple: Navigate to the FFmpeg Download Website, and Download the...

How To install ionCube Loader

In aaPanel: 1) Open aaPanel and go to App Store > Installed > PHP (The version you've...

Updating CA-Certificates (SSL Root Certificates)

If you get the issue "Invalid License", then it may be due to an outdated SSL Root Certificate....

How To Configure Redis to use it for a MP3 Converter Pro Cluster (Multi Server)

1) Open the Redis Settings in aaPanel and set the IP binding to 0.0.0.0 and press Save 2)...