Debian自定义安装面板HestiaCP

49次阅读
没有评论

首先安装 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'

正文完
 0
评论(没有评论)
验证码