Jump to content

unraid dashboard, VNC via nginx proxy manager


Recommended Posts

Posted (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 by Mat1987
  • 8 months later...
Posted (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 by BlueFang
  • 2 years later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...