Installing Vesta Control Panel on Ubuntu 14.04
Posted: Fri Nov 25, 2016 11:34 am
This guide provides instructions specific to Ubuntu 14.04. You need SSH with root access.
FULL INSTRUCTIONS
1. Update your system
Run this code via SSH and make sure that everything is up-to-date:
If you don't have CURL, just install it:
2. Download and install VestaCp
Now use following command:
Run this installation script:
Or
That's it, wait some times you will get the Vesta login details.
FULL INSTRUCTIONS
1. Update your system
Run this code via SSH and make sure that everything is up-to-date:
Code: Select all
# sudo apt-get update
Code: Select all
# sudo apt-get dist-upgrade
Code: Select all
# sudo apt-get install curl
Now use following command:
Code: Select all
# curl -O http://vestacp.com/pub/vst-install.sh
Code: Select all
# bash vst-install.sh
Code: Select all
# bash vst-install-ubuntu.sh --force
That's it, wait some times you will get the Vesta login details.