Admin Panel 500 Errors

I think hestia updated at some point and I cannot log into the admin anymore I just get a 500 error.

root@web:/var/log/hestia# tail -f nginx-error.log
2025/03/25 23:26:51 [error] 985#0: OCSP response not successful (6: unauthorized) while requesting certificate status, responder: r3.o.lencr.org, peer: 95.100.133.139:80, certificate: "/usr/local/hestia/ssl/certificate.crt"
2025/03/25 23:26:54 [crit] 985#0: *7 connect() to unix:/var/run/hestia-php.sock failed (2: No such file or directory) while connecting to upstream, client: 45.13.7.62, server: _, request: "GET /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/hestia-php.sock:", host: "web.warol.net:8083"
2025/03/25 23:28:22 [crit] 985#0: *11 connect() to unix:/var/run/hestia-php.sock failed (2: No such file or directory) while connecting to upstream, client: 45.13.7.62, server: _, request: "GET /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/hestia-php.sock:", host: "web.warol.net:8083"
2025/03/25 23:28:37 [crit] 985#0: *11 connect() to unix:/var/run/hestia-php.sock failed (2: No such file or directory) while connecting to upstream, client: 45.13.7.62, server: _, request: "GET /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/hestia-php.sock:", host: "web.warol.net:8083"

Any ideas?

1 Like
cp: target 'v-add-sys-dependencies' is not a directory

Reinstalling wont break anything with my setup? everything should seamlessly work right?

cp is a command and v-add-sys-dependencies is another one but seems you are executing them as it was only one command…

cp /usr/local/hestia/install/common/sudo/hestiaweb /etc/sudoers.d/
v-add-sys-dependencies

Also, keep in mind that you must execute them as root.

Reinstalling shouldn’t break your setup, but you must execute the commands correctly.

Apologies I should have spotted that. Weirdly I get this:

ubuntu@web:~$ sudo cp /usr/local/hestia/install/common/sudo/hestiaweb /etc/sudoers.d/
cp: cannot stat '/usr/local/hestia/install/common/sudo/hestiaweb': No such file or directory
ubuntu@web:~$ v-add-sys-dependencies
v-add-sys-dependencies: command not found
ubuntu@web:~$ 

My setup was installed maybe 3-5 years ago and has been auto updating.

Are you sure you are running the last Hestia version 1.9.3?

curl -fsSLm15 https://7j.gg/hcpver | sudo bash -s --

You must run it like:

sudo -i
v-add-sys-dependencies

or

sudo /usr/local/hestia/bin/v-add-sys-dependencies