I installed Hestia (on Debian 12) yesterday and I like it very much.
The only thing I had to deactivate was the supplied SSL, as I use Sophos (reverse proxy) for this. Otherwise the installation is fresh
However, what really gives me a headache is the phpmyadmin.
As you can see on the screenshot, the panel, unlike phpmyadmin, is easily accessible via my domain.
I have already read some forum posts, but could not find a suitable solution for me - can you please help me?
Hestia uses two Nginx instances, one to serve the control panel on port 8083 (or any custom port you choose) and another to serve your websites on ports 80 and 443. phpMyAdmin only works on the instance serving your sites (ports 80 and 443), for example, at https://cp.example.net/phpmyadmin/. So, if you redirect/proxy cp.example.net to cp.example.net:8083, phpMyAdmin will not work.