宝塔国际版,推荐华裔及国际友人使用的宝塔面板,这个也是宝塔官方发布的英文版本的,大概基本功能一致的,就是翻译为英文了。官网地址:https://www.aapanel.com/
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.
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