一、cPanel安装之前的准备工作
1、Linux系统在安装完之后,配置好网络
2、查看 yum groups,确保以下的 yum groups没有被安装
- FTP Server
- GNOME Desktop Environment
- KDE (K Desktop Environment)
- Mail Server
- Mono
- Web Server
- X Window System
3、删除yum group, 执行命令 yum groupremove。
列如删除Mono 和 Mail Server, 则输入:
yum groupremove "Mono" "Mail Server"
4、关闭SELinux
编辑 /etc/selinux/config文件
修改为 SELINUX=disabled
5、停用防火墙
chkconfig iptables off
service iptables stop
二、开始安装cPanel & WHM
1、登录服务器
ssh root@$IP
2、卸载冲突的软件
yum groupremove "FTP Server" "GNOME Desktop Environment" "KDE (K Desktop Environment)" "Mail Server" "Mono" "Web Server" "X Window System"
3、安装screen软件
yum install screen
screen -S cpanel
4、 进入 /home目录
cd /home
5、下载安装脚本
wget -N http://httpupdate.cpanel.net/latest
6、执行安装脚本
sh latest
7、等待安装完成……
8、手动激活cPanel & WHM license,执行
/usr/local/cpanel/cpkeyclt
9、登录WHM方法
在浏览器地址栏输入:http://IP:2086
10、常见问题
http://docs.cpanel.net/twiki/bin/view/AllDocumentation/InstallationGuide/TroubleShooting