May 8, 20215 yr Hi i have setup nginx proxy manager which i use for multiple port forwards with certs. works great but with unraid i can access unraid console but dashboard doesnt show changes with CPU and i cannot use VNC via the dns name. for example ipaddress:8282 works fine unraid.mydns.co.uk i can login and see everrything i can even access containers and i have set the web ui to use the dns names, however i cannot see the cpu useage go up and down or use VNC as it doesnt add the port to the link. Example https://unraid.mydns.co.uk/plugins/dynamix.vm.manager/vnc.html?autoconnect=true&host=unraid.your-media.co.uk&port=&path=/wsproxy/5700/ i think it would work if it was https://unraid.mydns.co.uk:8282/plugins/dynamix.vm.manager/vnc.html?autoconnect=true&host=unraid.your-media.co.uk&port=&path=/wsproxy/5700/ Any ideas how can make it work. Edited May 8, 20215 yr by Mat1987
January 19, 20224 yr Click "Advanced" tab in "Edit Proxy Host" dialog,input code and wait for the magic: location / { proxy_pass http://192.168.1.3:8080; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $http_host; proxy_set_header Access-Control-Allow-Origin 192.168.1.3; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-NginX-Proxy true; } PS: Access webui from https://url:port/login Edited January 21, 20224 yr by BlueFang
September 3, 20241 yr I had this issue and was able to solve it by simply enabling websocket support for the Unraid proxy host in NPM.
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.