Colo-Serv Communications has written 32 articles

Premium Dedicated Hosting Services

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 Add IPv6 Address on Ubuntu

In this tutorial, we will explain how to add IPv6 Address on your Ubuntu Server. Interface: eth0 IPv6 Address: 2001:19c0:000e:0013:8000:0000:0000:0602/120 IPv6 Gateway: 2001:19c0:000e:0013:8000:0000:0000:0601 Log your Ubuntu server by SSH and open the network config file nano /etc/network/interfaces Add the following block in your config iface eth0 inet6 static pre-up modprobe ipv6 address 2001:19c0:000e:0013:8000:0000:0000:0602 netmask 120…

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,…