Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

unraid dashboard, VNC via nginx proxy manager

Featured Replies

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

  • Author

Surely i haven't stumped everyone.  Anyone else using a similar setup?

  • 8 months later...

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...

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.