Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Login

Register Now

How to install and remove Vesta web hosting management panel?

It is a free and open source web hosting control panel for webmasters. You can install and remove the Vesta panel with SSH using the following commands;

Operating systems that you can install;

  • RHEL
  • CentOS
  • Debian
  • Ubuntu server

How to install?

Make an SSH connection to your server

Download the installation script with the following command;;
curl -O http://vestacp.com/pub/vst-install.sh
Run the script with this command;
bash vst-install.sh

After completing the installation steps by entering the necessary information, the screen will show your ip address and management username password with the port number (8083) so that you can continue the installation on the web. After accessing the administration panel, you can add your website and configure the dns information. You can manage your hosting by doing other operations.

How to create Setup Script?

Your own server web server, ftp or firewall, etc. You can create your own custom script for your components so that all of them can be installed with a single code. Thanks to the script engine on Vesta’s official site, you can create your script in a practical way by making customizations you wish; Related address; https://vestacp.com/install/

How to Remove?

First, stop Vesta Service;
service vesta stop
Remove Vesta package and software;

RHEL/CentOS:
yum remove vesta*
rm -f /etc/yum.repos.d/vesta.repo

Debian/Ubuntu;
apt-get remove vesta*
rm -f /etc/apt/sources.list.d/vesta.list
Delete the data directory and cron;
rm -rf /usr/local/vesta

Leave a reply