How to unistall Vesta Control panel

  1. Stop vesta service
service vesta stop
  1. 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
  1. Delete data directory and cron
rm -rf /usr/local/vesta

You might also consider to delete admin user account and its cron jobs.