Instalation Commands :
In this video, I will show you guys how to create and install WHM cPanel on Amazon AWS. So I will show you guys step by step installation process by which you can easily make your own web hosting panel.
sudo root passwd
su root
hostnamectl set-hostname cpanel.tecmint.lan
yum update
yum install wget
yum install perl
yum install nano
curl -o latest -L https://securedownloads.cpanel.net/latest
sh latest
0 Comments