1. Log in to your server as root or a user with sudo privileges.
2. Stop the Hestia service:
systemctl stop hestia3. Remove the Hestia Control Panel package:
apt-get remove hestia -y4. 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/hestia5. Finally, restart your server:
systemctl rebootAfter rebooting your server, the Hestia Control Panel should be completely uninstalled from your system.