If you have a new VPS or server and are wondering why you can't access cPanel or WHM, it's probably because cPanel is not installed.
By default, VPS servers just have the operating system with root access. To add cPanel you would need to login with a SSH program like Putty. Once you log in, you need to install two things.
1. You have to update the OS like this: (Make sure and choose yes when it asks for approval)
yum groupinstall base
Then
yum update && yum upgrade
2. Install cPanel: (This takes about an hour or two to install depending on the speed of your VPS or server)
mkdir /home/cpins
cd /home/cpins
wget https://securedownloads.cpanel.net/latest
sh latest
Once it's installed, you will be able to access it by adding /whm after your IP
3. In some cases the server will block you after installing cPanel. If this happens, please go here on how to unblock servers and access them:
How to unblock your server
And of course, we can do this for you for free anytime. Just add a ticket if you need any assistance.