How to Install WHM or cPanel and AWS EC2 Instance

Описание к видео How to Install WHM or cPanel and AWS EC2 Instance

cPanel is a Linux-based web hosting control panel. it provides a graphical interface and automation tools designed to simplify the process of hosting a web site. EC2 is virtual computers rented on Amazon Web Services (AWS). EC2 stands for Elastic Compute Cloud.

How to Install WHM or cPanel on AWS EC2 Instance.

Step #1 Create an Amazon Linux AMI EC2 instance
open port no TCP 2087 in EC2 Instance security group

Step #2 Change hostname
sudo nano /etc/sysconfig/network
and change HOSTNAME=localhost.localdomain to fully qualified domain name
ex. HOSTNAME=cpanel.sysdbadmin.info and reboot the instance
sudo reboot

Step #3 Install cPanel and WHM.
sudo yum update
sudo curl -o latest -L https://securedownloads.cpanel.net/la...
sudo sh latest
The process take about 15 min.

Step #4 Change the root password
sudo passwd root
enter your new root password

Step #5 Complete the Initial Setup Wizard
Nagigate the url: https://ec2-instance-ip:2087 and follow the instruction on GUI. also show in video.

Done !!!

Websit: http://sysdbadmin.info

Keywords:
install cpanel on aws ec2
install cpanel on ec2
cpanel install awstats
install cpanel on aws
install cpanel on amazon aws
install cpanel on amazon ec2
how to install cpanel on aws
install cpanel on ec2 instance
install cpanel in aws
install cpanel in ec2

Комментарии

Информация по комментариям в разработке