I have same issue.
I recently installed Hestia using the custom command generated on the site https://hestiacp.com/install.html.
During installation I specified port 8443, multi‑PHP, and filesystem quota.
None of these options were effective:
The panel still responds on the default port 8083
Only PHP 8.3 was installed (no multi‑PHP support)
Filesystem quota is not active
Additionally, phpMyAdmin does not load, returning a FORBIDDEN error.
But right after the installation I noticed that the panel was responding on the default port, only php8.3 was available, and the filesystem quota was disabled in the settings.
Regarding PHPMyAdmin, I clicked the “phpmyadmin” button directly from the panel and the link opened using the hostname: https://mail.mydomain.tld/phpmyadmin/
Initially, I believe I made a mistake by adding the domain mail.mydomain.tld as a regular website. I thought it was necessary to install SSL. Later, I removed this site from the panel.
The outputs are:
listen 8083 ssl;
listen [::]:8083 ssl;
and
LABEL=cloudimg-rootfs / ext4 discard,commit=30,errors=remount-ro 0 1
LABEL=BOOT /boot ext4 defaults 0 2
LABEL=UEFI /boot/efi vfat umask=0077,X-fstrim.notrim 0 1
quotaon: Mountpoint (or device) / not found or has no quota enabled.
quotaon: Mountpoint (or device) /home not found or has no quota enabled.
quotaon: Your kernel probably supports ext4 quota feature but you are using external quota files. Please switch your filesystem to use ext4 quota feature as external quota files on ext4 are deprecated. /dev/sda1 [/]: group quotas turned on /dev/sda1 [/]: user quotas turned on
Thank you for your help.
I will reinstall everything, using the correct hostname (srv01.mydomain.tld). It was the copilot’s idea to use mail.mydomain.tld to, according to him, get everything right for sending email through the VPS.
This time I will use port 2083 and I will double-check PHP versions and disk quota. I will report any errors here again. Thank you very much.