8 articles Web Server

Web Server Tutorials
Linux / Windows

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 Let’s Encrypt on CentOS 7 with Apache

In this tutorial, we will explain how to install Let’s Encrypt SSL on CentOS 7 running Apache webserver. Requirement: CentOS 7 Server Apache webserver with a working virtual host Installation of the required packages yum install epel-release -y yum install mod-ssl -y Install the Let’s Encrypt client yum install python-certbot-apache -y Installation of the SSL…