April 11Apr 11 Hi all,I'm running Unraid 6.12.10 and am unable to get Static Remote Access working. Port 15444 never appears as a listening port despite the setting being enabled and the nginx config passing validation.Setup:Unraid 6.12.10Unraid API version 4.32.1+5c297da1Allow Remote Access: Always OnRemote Access type: StaticWAN Port: 15444Port 15444 is forwarded on my router to <unraid server IP>:15444Unraid Connect status: ConnectedSymptom: Port 15444 never shows up as a listening port:ss -tlnp | grep :15444 (no output)Nginx config validates clean:nginx -t nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successfulThe API log at /var/log/graphql-api.log shows that the nginx reload sometimes succeeds and sometimes fails:[10:50:13 INFO NginxService]: Nginx reloaded [10:55:10 WARN NginxService]: Failed to reload Nginx with error: [11:00:11 WARN NginxService]: Failed to reload Nginx with error: [11:05:15 INFO NginxService]: Nginx reloadedDespite the occasional successful reload, port 15444 never appears in ss -tlnp output, even immediately after a successful reload is logged.What I have tried:Toggling remote access off and on multiple timesRebooting the serverManually restarting nginx via /etc/rc.d/rc.nginx restartVerifying no duplicate server blocks in /etc/nginx/conf.d/servers.confThe 15444 port never appears in ss output, regardless of what I try. Happy to provide any additional logs or info. Is this a known bug in 6.12.10?Thanks!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.