Network disruptions following cPanel setup on RHEL 8

Symptoms:

Upon rebooting servers running AlmaLinux, CloudLinux, or Rocky 8 after cPanel installation, users experience inaccessibility.

Description:

The installation of cPanel on AlmaLinux/CloudLinux/Rocky 8 servers disables the NetworkManager service, replacing it with the Network service. Customizations to network-related configurations may conflict with this change, preventing the Network service from starting during server boot. Consequently, servers become inaccessible upon reboot.

Workaround:

To resolve this issue, collaborate with the network or system administrator to ensure server compatibility with the Network service. The problem primarily arises if customizations have been made to the stock images of these operating systems. In certain cases, seeking assistance from the hosting provider may be necessary. As a general workaround, re-enable NetworkManager before rebooting the server after cPanel installation.

Steps:

1. Install cPanel.

2. Re-enable NetworkManager using commands like the following if access to SSH/Terminal/Console is available:

   - /usr/bin/systemctl disable network

   - /usr/bin/systemctl enable NetworkManager

   - /usr/bin/systemctl stop network; /usr/bin/systemctl start NetworkManager

3. Reboot the server.

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How to fix IP Missing issue on cPanel/WHM

We are here to help you with solving the problem of Missing IP Server in list accounts. The...

Domain names are not showing in WHM

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

How to Start/Stop or Restart Apache server

Apache is the HTTP server that is freely available over the internet. It is a kind of software or...

How to install Attracta SEO Tools plugin

RequirementscPanel/WHM needs to be installed on your server. Step 1: SSH into your server and go...

How to Install CpCleaner in cPanel through SSH?

Installation Run the following shell commands as root via SSH: wget -O cpc-1.0.3.tar...