VestaCP is a simple and easy to use control panel for web hosting, and it is also an alternative for cPanel. This simple guide will teach you how to install VestaCP on Ubuntu 14.04.
Some of the features that VestaCP offers include:
Connect to your server with an ssh client (such as PuTTY) as the root user.
Update packages.
apt-get update
Download the install script from the official site.
curl -O http://vestacp.com/pub/vst-install.sh
Run the installer.
bash vst-install.sh
Login to your VestaCP control panel using port 8083 and login credentials received from the installer. Replace [SERVER_IP]
with the IP address of your VPS.
https://[SERVER_IP]:8083
That’s it. You have successfully installed VestaCP Control Panel on your Ubuntu server.