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.
See MoreAuthor: Vishwajit Kale
Vishwajit Kale blazed onto the digital marketing scene back in 2015 and is the digital marketing strategist of Hostripples, a company that aims to provide affordable web hosting solutions. Vishwajit is experienced in digital and content marketing along with SEO. He's fond of writing technology blogs, traveling and reading.
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 […]
See MoreWordPress : Fatal Error with Cannot redeclare get_avatar url()
This error generally caused by the Theme when you update the wordpress version to 4.2 because the theme is not yet compatible with version. Here is two solution to resolve it : 1 ) You can manually disable the theme on your website by using FTP client or login to your cPanel ==> File Manager […]
See More

You must be logged in to post a comment.