CentOS Web Panel, 或者 CWP,是一款强大的,开源的网站控制面板,它专为 CentOS, RHEL, 和 CloudLinux 设计。在 CWP 的帮助下,系统管理员可以在一个地方简单进行很多系统管理任务。
203.0.113.1
。example.com
已经被配置指向了这个服务器。cwp
和cwp.example.com
。下载并运行官方 CWP 安装脚本:
cd /usr/local/src
wget http://centos-webpanel.com/cwp-el7-latest
sh cwp-el7-latest
安装过程将会持续一会,因为脚本会自动下载和安装所有必要的依赖软件包,包括 Apache, MariaDB, PHP,和其他的组件。
如果所有进度都顺利,你将会看到下面的输出。写下这些凭证并保存到安全的地方供以后参考,然后按下回车键重新启动系统:
#############################
# CWP Installed #
#############################
go to CentOS WebPanel Admin GUI at http://SERVER_IP:2030/
http://203.0.113.1:2030
SSL: https://203.0.113.1:2031
---------------------
Username: root
Password: ssh server root password
MySQL root Password: Qr71ced05pwr
#########################################################
CentOS Web Panel MailServer Installer
#########################################################
SSL Cert name (hostname): cwp.example.com
SSL Cert file location /etc/pki/tls/ private|certs
#########################################################
visit for help: www.centos-webpanel.com
Write down login details and press ENTER for server reboot!
Press ENTER for server reboot!
在系统启动后,你可以使用你最喜欢的网络浏览器,打开http://203.0.113.1:2030
或者https://203.0.113.1:2031
来登录。CWP 将会自动配置防火墙规则以便允许2030
和2031
端口的访问。因为安全因素,推荐使用后面的 URL 地址。
在登录后,你可以自由浏览 CWP 后台,并且尝试各种管理功能。