aaPanel – панель управления хостингом.

условно-бесплатная – ставится на убунту или через докер

  • System: Ubuntu 22.04 24.04, Debian 11 12, CentOS 9, Rocky/AlmaLinux 8 9, 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)

на виртуалку ставится плохо, лучше на машину

но мне больше нравится braynycp

aaPanel Installation Command

URL=https://www.aapanel.com/script/install_6.0_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO "$URL" ;else wget --no-check-certificate -O install_6.0_en.sh "$URL";fi;bash install_6.0_en.sh 66959f96

aaPanel Docker Deployment

The docker image is officially released by aaPanel

Maintained by: aaPanel

How to use

$docker run -d -p 8886:8888 -p 22:21 -p 443:443 -p 80:80 -p 889:888 -v ~/website_data:/www/wwwroot -v ~/mysql_data:/www/server/data -v ~/vhost:/www/server/panel/vhost aapanel/aapanel:lib

Now you can access aaPanel at http://youripaddress:8886/ from your host system.

  • Default username:aapanel
  • Default password:aapanel123

Port usage analysis

  • Control Panel : 8888
  • Phpmyadmin : 888

Добавить комментарий