Hello, running Hestia for couple of years now, thanks for a great solution and for everyone working and improving on Hestia.
My problem occurred after the latest system apt updates/upgrades - initially ability to login was lost (after password - redirect back to login name); Then after server restart - browser error “Can`t connect to the server” - the “systemctl restart Hestia” helped, but without ability to login as previously explained; Then i perform series of recommendations from community; Here is what been done:
Issue still present - run “systemctl restart hestia” - no effect
cd /var/log/hestia
nano nginx-error.log
2025/03/03 13:50:15 [error] 7166#0: *1 FastCGI sent in stderr: “PHP message: PHP Warning: session_start(): open(/usr/local/hestia/data/sessions/sess_jvr7anlts7ig7pf78irhokdk4f, O_RDWR) failed: Permission denied (13) in /usr/local/hestia/web/inc/main.php on line 2; PHP message: PHP Warning: session_start(): Failed to read session data: files (path: /usr/local/hestia/data/sessions) in /usr/local/hestia/web/inc/main.php on line 2” while reading response header from upstream, client: 176.37.206.155, server: _, request: “POST /login/ HTTP/2.0”, upstream: “fastcgi://unix:/run/hestia-php.sock:”, host: “panel.website.com:4848”, referrer: “https://panel.website.com:4848/login/”
Here is Claude suggestion "Based on all the information you’ve provided, I can now see the full picture. The root issue is a permission mismatch between the PHP-FPM process running as user hestiaweb and the session directory. "
- no effect, same issue.
Also the server disk space on 20% or so;
Any thoughts on what the problem is?
UPD on some clues: Recently the panel web adress was changed, regenerated the certificate - all seems fine; UFW was installed, etc.