How to install aapanel Ubuntu 20.04?

 

  1. First, let's switch to root.

$ sudosu -

  1. Update and upgrade current OS installation

       

# apt-get update;
# apt-get upgrade -y;

 

  1. Run aaPanelinstallation script –

TIP:- you may want to check the aaPanel website for the exact download link below as they release new versions often.

 

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

 

  1. Here is the list of answers installation script going to ask you:

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

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

 

IMP:- Write down URL access page, your username and password and log in for a first time.

 

Was this answer helpful? 0 Users Found This Useful (0 Votes)