AI摘要:该文章介绍了一个带有自带邮局的VPS面板VestaCP。VestaCP支持多种操作系统,包括RHEL/CentOS、Debian和Ubuntu。用户可以通过SSH工具和ROOT用户连接到服务器,并下载安装脚本。安装脚本可以根据需求配置nginx、phpfpm、csftpd、exim、iptables和mysql等环境。
Supported Operating Systems:
RHEL / CentOS 5,6,7
Debian 6,7,8
Ubuntu 12.04-16.10
Connect to your server as root via SSH 用ssh工具和ROOT用户连接到你的服务器
ssh root@your.server
Download installation script 下载安装脚本
curl -O http://vestacp.com/pub/vst-install.sh
Run it 运行之
bash vst-install.sh
或者
Run it 按照需求nginx+phpfpm+csftpd+exim+iptables+mysql环境
bash vst-install.sh --nginx yes --phpfpm yes --apache no --vsftpd yes --proftpd no --exim yes --dovecot no --spamassassin no --clamav no --named no --iptables yes --fail2ban no --mysql yes --postgresql no --remi yes --quota no