Debian自定义安装面板HestiaCP

首先安装SUDO命令
apt-get install sudo
然后进行安装Hestia面板
wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh
自定义生成命令https://gabizz.github.io/hestiacp-scriptline-generator/
sudo bash hst-install.sh --apache no --phpfpm yes --multiphp no --vsftpd yes --proftpd no --named no --mysql yes --postgresql no --exim no --dovecot no --sieve no --clamav no --spamassassin no --iptables yes --fail2ban yes --quota no --api no --interactive yes --with-debs no --port '7788' --hostname 'Name.Example.com' --email '[email protected]' --password 'Example.com' --lang 'en'

THE END
分享
Debian自定义安装面板HestiaCP
首先安装SUDO命令 apt-get install sudo 然后进行安装Hestia面板 wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh……
<<上一篇
下一篇>>