How to install cPanel/WHM

  In this tutorial, we will explain you how to install cPanel/WHM on your CentOS Server A fresh and clean CentOS installation is needed with nothing else installed on the server. Log your server by SSH ssh root@your_server_ip   Install some basic packages yum install wget screen -y   On CentOS7, remove “NetworkManager” package yum…

How to force cPanel/WHM Update

In this tutorials, we will show you how to force the update of your cPanel/WHM on your server. Force the Update of your WHM Log your server in SSH and perform this command /scripts/upcp –force When completed, you should have an output like this at the end of the update —————————————————————————————————- => Log opened from…

How to install CSF Firewall on cPanel Server

In this tutorial, we will explain how to install CSF Firewall on your cPanel Server. Requirement: cPanel Dedicated Server root access First log your cPanel Server by SSH ssh root@your_cpanel_server_ip Download and extract CSF on your server cd /usr/local/src/ wget https://download.configserver.com/csf.tgz tar -xzf csf.tgz Start the installation of CSF cd csf sh install.sh When done,…