You can follow below step by step process to setup vista panel aws EC2 instance.
Install Vista Panel
Step 1:-
First you have to login into your EC2 instance on terminal using below command.
sudo ssh -i /home/user/Downloads/aws_admin.pem ubuntu@52.66.129.45
Note:- make sure you have given a right path of PEM file to access ec2 instance.
Step 2:-
Now just run below command one by one.
-> apt-get update -y
-> apt-get upgrade -y
-> nano /etc/hosts
-> 127.0.0.1 vestacp.linuxbuz.com
-> wget http://vestacp.com/pub/vst-install.sh
-> chmod 755 vst-install.sh
-> bash vst-install.sh / bash vst-install.sh --force
Step 3:-
-> Type y and ENTER to continue:
-> Please enter admin email address: admin@linuxbuz.com
-> Please enter FQDN hostname [vestacp.linuxbuz.com]:
-> Installation backup directory: /root/vst_install_backups/1564552012
Your installation has been done. Now just visit vista panel on browse and start to host your website on AWS.
If you found any type of difficulty just intimate me using comment. I will try to resolve your issue. Thank you.
Note: Only a member of this blog may post a comment.