I'm running the WebUI on port 8080, but I believe this happens on any port including the default port 80. This is a fresh install. When accessing the WebUI using the hostname, the connection is redirected automatically to the configured startup page. However, when accessing using the IP address the redirect fails and results in a 404: http://NAS:8080 -> works fine, redirects to http://NAS:8080/Dashboard http://192.168.1.66:8080 -> redirect results in a 404 on http://192.168.1.66:8080/redirect.html?count=0.1603421992602465 http://192.168.1.66:8080/Dashboard -> works fine This is apparently because the redirect.html is missing, and instead there's a redirect.html present. If I rename this file it starts working until the next NAS reboot: /usr/local/emhttp/redirect.htm -> rename to /usr/local/emhttp/redirect.html Jul 20 11:51:57 NAS nginx: 2025/07/20 11:51:57 [error] 10701#10701: *8320 open() "/usr/local/emhttp/redirect.html" failed (2: No such file or directory) while sending to client, client: 192.168.1.152, server: , request: "GET /redirect.html?count=0.9802170911784409 HTTP/1.1", host: "192.168.1.66:8080", referrer: "http://192.168.1.66:8080/"
Jul 20 11:51:57 NAS nginx: 2025/07/20 11:51:57 [error] 10701#10701: *8320 open() "/usr/local/emhttp/redirect.html" failed (2: No such file or directory) while sending to client, client: 192.168.1.152, server: , request: "GET /redirect.html?count=0.04714802326109424 HTTP/1.1", host: "192.168.1.66:8080", referrer: "http://192.168.1.66:8080/"