How to install VestaCP on Linux

In this tutorial, we will expllain you how to install VestaCP control Panel on your Linux Dedicated Server. VestaCP can be installed on CentOS, Ubuntu and Debian. Curl is required for the installation Centos yum install curl -y Debian/Ubuntu apt-get install curl -y Download the installation script curl -O http://vestacp.com/pub/vst-install.sh Start the installation of VestaCP…

How to install MySQL on CentOS 7

In this tutorial, we will explain how to install MySQL on your CentOS 7 Dedicated Server. First you need to download the MySQL repository wget https://dev.mysql.com/get/mysql57-community-release-el7-9.noarch.rpm Install the MySQL repository rpm -ivh mysql57-community-release-el7-9.noarch.rpm Perform the installation of MySQL on your server yum install mysql-server Start MySQL systemctl start mysql Complete the installation and secure your…

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…