Can not access admin panel

I’ve try to access the admin panel and get a 500.

I try looking at the logs and found this in the file /var/log/hestia/error.log

2021-07-16 01:02:37 v-restart-service  'hestia' [Error 20]

and then I try this other file /var/log/hestia/nginx-error.log and get:

2021/07/17 01:13:12 [crit] 17223#0: *7 connect() to unix:/var/run/hestia-php.sock failed (2: No such file or directory) while connecting to upstream, client: 34.86.35.6, server: _, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/hestia-php.sock:", host: "MY-IP:8083"
2021/07/17 06:22:50 [error] 17223#0: *11 open() "/usr/local/hestia/web/aaa9" failed (2: No such file or directory), client: 5.8.10.202, server: _, request: "GET /aaa9 HTTP/1.1", host: "MY-IP:8083"
2021/07/17 06:22:51 [error] 17223#0: *13 open() "/usr/local/hestia/web/aab9" failed (2: No such file or directory), client: 5.8.10.202, server: _, request: "GET /aab9 HTTP/1.1", host: "MY-IP:8083"
2021/07/18 07:17:11 [crit] 17223#0: *19 connect() to unix:/var/run/hestia-php.sock failed (2: No such file or directory) while connecting to upstream, client: 23.129.64.130, server: _, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/hestia-php.sock:", host: "MY-IP:8083", referrer: "http://MY-IP:8083/"

I check for the IP listed as clients in the logs and they are all reported as abusive. Maybe I get hacked? Or at least they try to?

I can not access my admin panel. What can I do?

Try apt install libicu60

Hello! A similar problem, how to decide, I can not go to the admin panel !?


```> 
> /var/log/hestia/error.log
> 
> 2021-07-16 03:14:30 v-restart-service  'hestia' [Error 20]
> 2021-07-19 14:00:02 v-update-sys-rrd-mysql  'daily' [Error 15]
> 
> 
> 
> /var/log/hestia/nginx-error.log
> 
> 2021/07/17 07:25:41 [error] 990#0: *168 open() "/usr/local/hestia/web/common/info.cgi" failed (2: No such file or directory), client: 75.183.128.150, server: _, request: "GET /common/info.cgi HTTP/1.1", host: "my ip:8083"
> 2021/07/17 07:25:42 [error] 990#0: *169 "/usr/local/hestia/web/HNAP1/index.php" is not found (2: No such file or directory), client: 24.247.116.157, server: _, request: "GET /HNAP1/ HTTP/1.1", host: " my ip:8083"
> 2021/07/17 07:25:44 [error] 990#0: *170 open() "/usr/local/hestia/web/currentsetting.htm" failed (2: No such file or directory), client: 162.253.185.252, server: _, request: "GET /currentsetting.htm HTTP/1.1", host: "my ip:8083"
> 2021/07/17 07:25:46 [error] 990#0: *171 open() "/usr/local/hestia/web/dniapi/userInfos" failed (2: No such file or directory), client: 38.134.6.146, server: _, request: "GET /dniapi/userInfos HTTP/1.1", host: "my ip:8083"
> /

Thanks for your reply! I did that, I installed libicu60… What should I no next? I still get the 500 when going to my-ip:8083

I don’t know which command to run to restart Hestia. I don’t want to restart the whole server if not necessary.

Thank you!

systemctl restart hestia

1 Like

Thank you! Now it works again…

One more question, just to be calm or alarm… Those logs means that someone try to hack my vps, rigth? I guess that those types of attacks are common in the web. The question is should I be worried? Any recommendation to do be more safe?

Thanks again!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.