WHM/cPanel
If you purchased a license, you'll need to install cPanel by running the following command:
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
==
BELOW IS FOR OPENVZ ONLY (not applicable to KVM customers)
OpenVZ: there is a bug with CentOS 7 where the hostname won't persist properly across reboots, since they're using hostnamectl instead of hostname.
Here is how you can get around this bug:Run this command:
chmod +x /etc/rc.d/rc.local
Then add this to /etc/rc.local
sleep 5
hostname=`cat /etc/sysconfig/network | grep HOSTNAME | cut -d'=' -f2`/usr/local/cpanel/bin/set_hostname $hostname
If you have any issues with this, please don't hesitate to open a support ticket so we can assist you.