Server Not booting and inaccessible after Cpanel Install

Topics and discussion about other webpanel like Cpanel, hestiacp, plesk etc etc.
Post Reply
User avatar
Sandeepb
Site Admin
Posts: 18
Joined: Tue Mar 21, 2023 1:46 pm

Server Not booting and inaccessible after Cpanel Install

Post by Sandeepb »

After installing cPanel on AlmaLinux/CloudLinux/Rocky 8 servers, your server becomes inaccessible and not booting after it is rebooted.

this is due to cpanel enabled network service and disable the network manager.

TO fix this issue you need to run the below commands ensure you didn't reboot the server after cpanel installation this commands should be run before the server reboot and immediately after cpanel installation :

Code: Select all

systemctl disable network
systemctl enable NetworkManager
Then reboot the server via reboot command :

Code: Select all

reboot
Post Reply