Installing cPanel on your VPS requires knowledge of the command line and its basic functions. On your VPS, you will have root-level access, which gives you full control.
cPanel (WHM) is one of the most popular web hosting control panels, and for good reason. Resellers can create resource allocation packages, suspend users who miss payment deadlines, and much more. cPanel allows users to manage email, domains, security, and other essential features. If you’re looking for a more managed solution, you may want to consider our specific web hosting services.
Before installing cPanel on your VPS, ensure that you meet the following requirements:
This guide uses cURL to download and install cPanel. Learn how to use cURL.
1. Open PuTTY and enter the IP or Domain address, selecting SSH as the connection type.
2. Enter your VPS username, When prompted either copy & paste or type the password for your VPS.
3. Head over to the official cPanel installation guide and, enter the command from the guide into PuTTY it will look similar to the command below:
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
4. Allow some time for the cPanel installer to run.
5. Enter your VPS’ IP/Domain information into your browser’s address bar, with either :2087 or /WHM at the end.