Mat1987 Posted May 8, 2021 Posted May 8, 2021 (edited) 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, 2021 by Mat1987 Quote
Mat1987 Posted May 10, 2021 Author Posted May 10, 2021 Surely i haven't stumped everyone. Anyone else using a similar setup? Quote
BlueFang Posted January 19, 2022 Posted January 19, 2022 (edited) 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, 2022 by BlueFang Quote
RBG-IT Posted September 3, 2024 Posted September 3, 2024 I had this issue and was able to solve it by simply enabling websocket support for the Unraid proxy host in NPM. Quote
Recommended Posts
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.