How to uninstall Vesta Control panel

1. Stop vesta service service vesta stop 2. Remove vesta packages and software repository 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 3. Delete data directory and cron rm -rf /usr/local/vesta You might also consider to delete admin user account and its cron jobs.

How to install Vesta Control panel

How to install Vesta Control panel ? 1. Connect to your server as root via SSH ssh root@your.server-name 2. Download installation script curl -O http://vestacp.com/pub/vst-install.sh 3. Run it bash vst-install.sh The Vesta Control panel can be installed on a RHEL, CentOS, Debian and Ubuntu server. For a smooth installation you will need clean system “minimal […]

How to install Fail2Ban on Debian or Ubuntu in Vesta Control Panel

Install Fail2Ban on Debian or Ubuntu in Vesta Control Panel. The installation process for this tool is simple because the Ubuntu packaging team maintains a package in the default repositories. 1. Install fail2ban package apt-get install fail2ban 2. Download hba configuration cd /etc wget http://c.vestacp.com/0.9.8/ubuntu/fail2ban.tar.gz -O fail2ban.tar.gz 3. Extract configuration tar -xzf fail2ban.tar.gz rm -f […]