No web interface (admin or general site). SSH access works

What type of hardware are you using: Raspberry Pi 3, 4+
What YunoHost version are you running: very recent
How are you able to access your server: SSH
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: No

Describe your issue

Hi there,

I turned my raspberry pi off for a day or two, as my house didn’t have internet due to some external fault.
My internet is back now and I switched the RP back on but nothing happens when I try the URL from a browser. All I’m getting is:

The connection has timed out
The server at is taking too long to respond.

My IP has very likely changed but it’s typically not an issue when accessing YNH/admin locally.

Nothing changed on the router, as far as I can tell. The RP is on the correct fixed local IP.
I’m able to SSH to the RP. I can see /home/yunohost.app and the external disk is mounted.

What can I do from here?

Thank you!

Share relevant logs or error messages

no access to the interface

What does return

systemctl status nginx

Hi, thank you for the pointer.

Here’s what I’m getting:

● nginx.service - A high performance web server and a reverse proxy server
     Loaded: loaded (/lib/systemd/system/nginx.service; enabled; preset: enabled)
     Active: active (running) since Mon 2026-06-08 19:53:21 BST; 1h 23min ago
       Docs: man:nginx(8)
    Process: 1146 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
    Process: 1510 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
   Main PID: 1570 (nginx)
      Tasks: 5 (limit: 3933)
        CPU: 1.939s
     CGroup: /system.slice/nginx.service
             ├─1570 "nginx: master process /usr/sbin/nginx -g daemon on; master_process on;"
             ├─1571 "nginx: worker process"
             ├─1572 "nginx: worker process"
             ├─1573 "nginx: worker process"
             └─1574 "nginx: worker process"
yunohost diagnosis run web

and if needed

yunohost diagnosis run 

Thank you! That pointed me to an issue with the DNS so I dutifully updated it to the new IP and sure enough, everything worked from then on!

Thanks again