Portal Home > Sentris Forum > Tutorials > Anything > Install aapanel

Install aapanel

Jianyu Ma
Offline
Topics: 1
Replies: 1
Joined: 20/06/2020

aaPanel, a simple but powerful control panel, can manage the web server through web-base GUI(Graphical User Interface).
aaPanel provides the one-click function such as one-click install LNMP/LAMP developing environment and software.
Our main goal is helping users to save the time of deploying, thus users just focus on their own project that is fine.

 All in all, aapanel is excellent.

First of all, you need to make sure that the server is clean, not like nginx, Apache, mysql.

Then make sure your server has the following conditions:

Memory:

512M or more, 768M or more is recommended (Pure panel for about 60M of system memory)

Hard disk:

More than 100M available hard disk space (Pure panel for about 20M disk space)

You need to install wget too.

 Third, choose the appropriate installation command according to your server operating system

Centos :

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

 Centos/Ubuntu/Debian/Fedora (Supports ipv6)

curl -sSO http://www.aapanel.com/script/new_install_en.sh && bash new_install_en.sh

 Ubuntu/Deepin(no Debian) :

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

Debian : 

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

 Aapanel has many functions to explore! However, you'd better modify the default port! It's great for building websites!

21/06/2020 05:30:23