How to Install cPanel

Step 1: Log in to the server

Login via SSH to the server using the root username

ssh root@IP-Address

Step 2: Open a screen

Install screen if it is not yet installed:

yum install screen

Then open a screen

Step 3: Set a hostname

The cPanel installer needs a valid FQDN set as the hostname before the install can run. If a proper hostname has not been set, set it with the hostname command:

hostname domain.tld

Step 4: Execute the Installation Command

cPanel can be installed with the following command:

cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest

Step 5: Proceed with web installation

Once the installation is complete, a URL will be provided to proceed with the web installation. Navigate to this URL in your browser.

Accept the terms of service:

Enter your email and nameservers:

You will then be presented with the WHM management page:

Step 6: Restart the server

To complete the installation, restart your server.

restart

Next Steps

Now that you have completed the installation of cPanel, you can begin using your server. Check out our tutorial on Creating a database in cPanel to keep your server running smoothly.

Need help managing your server? Our team of cPanel system admins can help you if you choose to purchase one of our managed services.

  • browser, cpanel, free cpanel, freewhm, whm, mobohost, nameserver
  • 0 משתמשים שמצאו מאמר זה מועיל
?האם התשובה שקיבלתם הייתה מועילה

מאמרים קשורים

How to create an info email for the site in Host cPanel

How to create an info email for the site in Host CPanel After purchasing the host, it is time to...

How do I download a Backup of Home Directory, MySQL or E-mail Only?

In this article, we want to teach you how to backup your host files, database, and emails in...

How do I Restore from a cPanel Backup?

1. Log into your cPanel account.2. In the "Files" section, click on "Backup Wizard" Icon. 3....

How to Delete a MySQL Database in cPanel

To delete a MySQL Database in cPanel:  1. Log in to cPanel. 2. In the...

Creating a database in cPanel

To create a MySQL database in cPanel: Click MySQL Databases under Databases in cPanel....