How to Install WHM or cPanel and AWS EC2 Instance

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024
  • 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 securedownload...
    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: ec2-instance-ip:2087 and follow the instruction on GUI. also show in video.
    Done !!!
    Websit: 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

ความคิดเห็น • 4

  • @MrArsalan1988
    @MrArsalan1988 2 ปีที่แล้ว

    Nice

  • @olanipekunmujeeb5127
    @olanipekunmujeeb5127 ปีที่แล้ว

    My putty don’t show where to upload file on auth

    • @KalkanTurkey
      @KalkanTurkey 10 หลายเดือนก่อน

      Putty updated their interface. Please find below Connection > SSH > Auth > Credentials

  • @andreyvillamarin
    @andreyvillamarin 2 ปีที่แล้ว

    hi, on step 3 i get this error: Unknown distro at /home/cPanelInstall/selfgz3221/Installer.pm line 36.[ec2-user@