Setting Up VestaCP Control Panel on Ubuntu 14.04

VestaCP is a simple and easy-to-use control panel for web hosting, and it is also an alternative to cPanel. This simple guide will teach you how to install VestaCP on Ubuntu 14.04.

VestaCP Features

Some of the features that VestaCP offers include:

How To Install

Connect to your server with an SSH client (such as PuTTY) as the root user.

Update packages.

apt-get update

Download the installation script from the official site.

curl -O http://vestacp.com/pub/vst-install.sh

Run the installer.

bash vst-install.sh

Log in to your VestaCP control panel using the port 8083 and the 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.