Explore information related to vestacp alternative
Install Vesta control panel in Ubuntu
This article will guide you on easy steps to install Vesta control panel in #Ubuntu. VestaCP is a control panel for Linux with many features that facilitate the administration of a #server.
Vesta Development team provides an installer script that automates setting up of Vesta hosting control panel on Ubuntu / Debian and RHEL based Linux distributions. Login to your Ubuntu / #Debian system and ensure the system is updated. Download #Vesta installer. Run install with sudo if you're logged in as standard user.
To install vestaCP on Ubuntu:
1. # Connect to your server as root via #SSH
ssh root@your.server
2. # Download installation script
curl -O http://vestacp.com/pub/vst-install.sh
3. # Run it
bash vst-install.sh
To change my VestaCP port:
i. conf file and change the port that NGINX listens on from 8083 to 2083 (or the port you chose to use). listen 2083;
ii. Once the port has been changed, press CTRL+X , followed by y , and then hit enter to save your changes.
iii. The final step is removing the firewall entry for the previous port we were using.
