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.

Was this answer helpful?

 Print this Article

Also Read

EasyEngine

Here's how to get EasyEngine running on Ubuntu 14.04 and Ubuntu 16.04 on our platform.First thing...

Installing VNC

This article applies to the OpenVZ platform only which we are not offering now.   This guide is...

FUSE Module

At the moment we don't support FUSE on our OpenVZ 6 and Virtuozzo 7 Containers platform, due to...