Our Blog

Latest news and updates from PiVPS

How to install Cpanel in Centos 6

It is very easy to install Cpanel in Centos 6.

  1. Login as root to Centos 6
  2. Update your OS by running: yum update -y
  3. Update your hostname by editing: nano /etc/sysconfig/network
  4. Change hostname to something like server.mydomain.com
  5. Restart network service: service network restart
  6. Run: cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
  7. Installation is fully automatic. It takes about 45 minutes to complete.
  8. Login to your WHM/Cpanel at: https://your-ipv4:2087 as root.
  9. Set up your hostname, DNS, FTP and Mail server.
  10. You are running WHM/Cpanel in Centos 6 now.

Thank you so much,