how to uninstall Hestia Control Panel from ubuntu server

1. Log in to your server as root or a user with sudo privileges.

2. Stop the Hestia service:

systemctl stop hestia

3. Remove the Hestia Control Panel package:

apt-get remove hestia -y

4. Remove the Hestia Control Panel configuration files:

rm -rf /usr/local/hestia
rm -rf /etc/hestia
rm -rf /usr/local/cron/hestia
rm -rf /usr/local/share/doc/hestia

5. Finally, restart your server:

systemctl reboot

After rebooting your server, the Hestia Control Panel should be completely uninstalled from your system.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *