Skip to content

Commit e58eca6

Browse files
GuarisJskobos
authored andcommitted
[UPDATE] Install Cpanel (#1399)
* [UPDATE] Install Cpanel * Travis
1 parent 437d42d commit e58eca6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/websites/cms/install-cpanel-on-centos.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ If you plan to use a domain name for nameservers for which you will also be host
4141

4242
cPanel needs to run on the CentOS kernel. To configure your Linode to boot the CentOS kernel instead of the default Linode kernel, edit the CentOS configuration profile and select GRUB2 from the Boot Settings menu. Save the changes and reboot your Linode. For more information, [see our guide](/docs/tools-reference/custom-kernels-distros/run-a-distribution-supplied-kernel#recommended-distributions) on running the distribution-supplied kernel on a Linode.
4343

44+
4445
## Install cPanel
4546

4647
{{< note >}}
@@ -49,11 +50,18 @@ The steps in this guide require root privileges. Be sure to run the steps below
4950

5051
Before proceeding, make sure you've purchased a cPanel license. You may obtain a license from the [cPanel Store](https://store.cpanel.net/). Next, log into your Linode as the `root` user via SSH to its IP address (found on the "Remote Access" tab in the Linode Manager).
5152

52-
1. Issue the following command to download and install cPanel. Note that the installation process may take a long time to complete:
53+
1. Disable NetworkManager before running the install script:
54+
55+
systemctl stop NetworkManager.service
56+
systemctl disable NetworkManager.service
57+
systemctl enable network.service
58+
systemctl start network.service
59+
60+
2. Issue the following command to download and install cPanel. Note that the installation process may take a long time to complete:
5361

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

56-
2. Verify the cPanel license:
64+
3. Verify the cPanel license:
5765

5866
/usr/local/cpanel/cpkeyclt
5967

0 commit comments

Comments
 (0)