How to Create a cPanel & WHM Instance on Linode
Last modified: January 13, 2023
Overview
The following document provides the steps to build a production hosting environment on LinodeĀ®.
- This document assumes that you have already created an account at Linode.
- We only support the official cPanel Marketplace listing for Linode.
- We recommend that you host interconnected servers at Linode within the same region. This will allow the servers to intercommunicate quickly on the local network.
- cPanel & WHM requires a valid license. If this is a new installation, you can activate a free 15-day trial license.
- To activate a new license, you must have a cPanel Store account with a verified email address.
Log in to Linode
To log in to Linode, perform the following steps:
-
Navigate to the Linode Login interface.
-
Enter your username and password and click Log In. The Dashboard interface will appear.
Create the Linode
To create a cPanel & WHM Linode, perform the following steps:
-
Click Create and then click Linode. The Create New Linode interface will appear.
-
Click Marketplace. A list of available applications will appear.
-
Click cPanel.
-
Click Create Linode.
-
Under Select an image, choose your desired operating system.
-
Under Region, select an appropriate region in which to create the instance.
-
Under Plan, select a plan that meets your hosting needs.
-
Enter a label for the instance in the Label text box.
-
If you wish, enter tags in the Tags text box to assist you in categorizing your instances.
-
Enter a secure password in the Root Password text box.
Note:Even if you plan to only access your instance via SSH keys, you must enter a
root
password. -
Click Add SSH Key.
-
Enter a label for the key in the Label text box (for example,
id_rsa
). -
On your local computer, open a command line session.
-
Run the
cat ~/.ssh/id_rsa.pub
command. -
If the
id_rsa.pub
file does not exist, perform the following steps:- Run the
cd ~/.ssh/
command to navigate to your.ssh
directory. - Run the
ssh-keygen
command. - Confirm
id_rsa
as the new filename. - Enter a passphrase, and then confirm it.
- Run the
cat ~/.ssh/id_rsa.pub
command again.
- Run the
-
Copy the results and paste them into the SSH Public key text box.
Note:Do not select the Backups or Private IP checkboxes. You can configure these settings later.
-
Click Create Linode. The instance’s profile interface will appear.
-
Click Launch LISH Console to watch the installation process.
Do not interrupt the installation process.
When the installation process finishes, the instance will respond with a Message of the Day message. This message contains helpful links and a URL to log in to cPanel & WHM.
Log in to WHM
To log in to WHM, perform the following steps:
-
In your preferred browser, navigate to the cPanel & WHM login URL. A new interface will appear.
-
Agree to the software license. The Get started with a Free cPanel Trial! interface will appear.
-
You will need to log in to or create a cPanel Store account. For information how to do this, read our How to Sign Up for a Trial License documentation.
-
After you log in to the cPanel Store and obtain a trial license, the Contact Information interface will appear.
-
Enter your contact information and nameserver information. The WHM Home interface will appear.
After you configure the root
user’s password, you can log in to WHM at the following URL, where IPADDRESS
represents your server’s IP address:
https://IPADDRESS:2087
Set the hostname
To configure the hostname of the instance, navigate to WHM’s Change Hostname interface (WHM » Home » Networking Setup » Change Hostname).
Configure WHM
For more information about how to configure cPanel & WHM, read our WebHost Manager documentation.
For more information about how to quickly publish a website on a new cPanel & WHM server, read our From WHM to Website documentation.
- cPanel & WHM requires a valid license. If this is a new installation, you can activate a free 15-day trial license.