Running Unraid 7.1.4 I CAN access the WebGUI through my configured Unraid Tunnel (yes I know. shouldn't have it accessible outside my network) and all other docker containers work fine both internally and through respective configurations externally. Checking nginx logs, I get these repeated: nginx: 2025/08/09 11:21:17 [emerg] 522212#522212: bind() to 192.168.1.74:443 failed (98: Address already in use) nginx: [emerg] bind() to unix:/var/run/nginx.socket failed (98: Address already in use) nginx: [emerg] bind() to 127.0.0.1:80 failed (98: Address already in use) nginx: [emerg] bind() to 192.168.1.74:80 failed (98: Address already in use) nginx: [emerg] bind() to 127.0.0.1:443 failed (98: Address already in use) nginx: [emerg] bind() to 192.168.1.74:443 failed (98: Address already in use) I've attached my diagnostics file. As far as I can tell, no other service/container are utilizing 80 or 443. Nothing was changed prior to this error starting from my knowledge, unless it was a plugin/docker update. Results of netstat -tulpn | grep 80 : tcp 0 0 127.0.0.1:80 0.0.0.0:* LISTEN 41034/nginx: master tcp 0 0 192.168.1.74:80 0.0.0.0:* LISTEN 41034/nginx: master tcp 0 0 0.0.0.0:8090 0.0.0.0:* LISTEN 17666/docker-proxy tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 17650/docker-proxy tcp6 0 0 :::8090 :::* LISTEN 17673/docker-proxy tcp6 0 0 :::8080 :::* LISTEN 17658/docker-proxy Neither rebooting nor reloading/restarting nginx have resolved it. I did also remove the Unraid connect plugin as I've seen where that would cause similar issues for others. Would greatly appreciate any insight/help here. executor-diagnostics-20250809-1120.zip