How to Install aaPanel Linux panel

  • aaPanel

Requirements:

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)

System: CentOS 7.1+ (Ubuntu16.04+., Debian9.0+), to 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)

Linux Panel Installation Command

aaPanel is developed based on Centos, we recommend using Centos to install it

Centos :

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

The experimental Centos/Ubuntu/Debian/Fedora installation command supports ipv6. Note that this command is executed with root privileges (Centos8 is supported)

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

Ubuntu/Deepin :

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

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

How to install cPanel/WHM on CentOS 7 Dedicated/VPS

[root@srv~] # yum -y update [root@srv~] # reboot [root@srv~] # hostnamectl set-hostname...

CentOS Web Panel – Installation Instructions

  Enter the command on your command line CentOS Web Panelcentos-webpanel.comyum -y install...

This will download the latest version of the Attracta plugin and start the installation.

  wget -N www.attracta.com/static/download/cpanel-install sh cpanel-install

How to Install ConfigServer Mail Queues

  To install or upgrade cmq simply do the following from the root shell via SSH: cd /usr/src...

How to Install ConfigServer Security & Firewall (csf)

  Copy all of text and paste on your commandline. cd /usr/src rm -fv csf.tgz wget...