How to Install VestaCP on Ubuntu 18.04 LTS

Table of Contents
VestaCP gives you a user interface to host your website more efficiently and makes your work so easy. Below are the commands to install VestaCP..



->apt-get update -y


-> apt-get upgrade -y


-> nano /etc/hosts


-> 127.0.0.1    vestacp.phpmypassion.com


-> wget http://vestacp.com/pub/vst-install.sh


-> chmod 755 vst-install.sh


-> bash vst-install.sh / bash vst-install.sh –force


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


If you found any type of difficulty for installing VestaCP in ec2 instance, you can intimate me by your comment. I will try to resolve your issue.
Thank you.

Related posts