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.

moosedookie

Members
  • Joined

  • Last visited

  1. Just wanted to chime in and say that I have also been having the same issue. The Dashboard is somewhat slow but the Docker and CA pages are extremely slow. Usually take more than a minute or so to load resulting in chrome displaying the wait message. As others have said uninstalling the Connect plugin instantly resolves the issue. I did exactly the same as @matthieu.kr and worked my way backwards until I landed on v4.19.1 as being the last version that worked properly for me.
  2. moosedookie changed their profile photo
  3. Updating to v6.12.1 fixed it for me. Everything is working as intended now. 😁 Thank you so much for working through this with me and finding a solution so quickly!
  4. It says "Nginx is running".
  5. root@MOOSE-SERVER:~# cat /etc/nginx/conf.d/servers.conf # # Listen on local socket for nchan publishers # server { listen unix:/var/run/nginx.socket default_server; location ~ /pub/(.*)$ { nchan_publisher; nchan_channel_id "$1"; nchan_message_buffer_length $arg_buffer_length; } location ~ /nchan_stub_status$ { nchan_stub_status; } } # # Always accept http requests from localhost # ex: http://localhost # ex: http://127.0.0.1 # ex: http://[::1] # server { listen 127.0.0.1:80; # lo listen 127.0.0.1:14443; # lo listen [::1]:80; # lo listen [::1]:14443; # lo # include /etc/nginx/conf.d/locations.conf; } # # Redirect http requests to https # ex: http://tower.local -> https://lan-ip.hash.myunraid.net # ex: http://192.168.1.100 -> https://lan-ip.hash.myunraid.net # server { listen 10.253.0.1:80 default_server; # wg0 return 302 https://10-253-0-1.hash.myunraid.net:14443$request_uri; } # # Redirect http requests to https # ex: http://[::ffff:192.168.1.100] -> https://lan-ip.hash.myunraid.net # # # Return 404 (Not Found) as default ssl action, using self-signed cert # server { listen 10.253.0.1:14443 ssl http2 default_server; # wg0 # Ok to use concatenated pem files; nginx will do the right thing. ssl_certificate /boot/config/ssl/certs/MOOSE-SERVER_unraid_bundle.pem; ssl_certificate_key /boot/config/ssl/certs/MOOSE-SERVER_unraid_bundle.pem; ssl_trusted_certificate /boot/config/ssl/certs/MOOSE-SERVER_unraid_bundle.pem; # # OCSP stapling ssl_stapling off; ssl_stapling_verify off; return 404; } # # Port settings for https using CA-signed cert # ex: https://lan-ip.hash.myunraid.net # ex: https://hash.unraid.net # server { listen 10.253.0.1:14443 ssl http2; # wg0 server_name 192-168-33-134.hash.myunraid.net 2600-6c40-2d7f-7cc0-215-17ff-fee8-934c.hash.myunraid.net [wanip].hash.myunraid.net 2600-6c40-2d7f-7cc0-215-17ff-fee8-934c.hash.myunraid.net 10-253-0-1.hash.myunraid.net; # Ok to use concatenated pem files; nginx will do the right thing. ssl_certificate /boot/config/ssl/certs/certificate_bundle.pem; ssl_certificate_key /boot/config/ssl/certs/certificate_bundle.pem; ssl_trusted_certificate /boot/config/ssl/certs/certificate_bundle.pem; # # OCSP stapling ssl_stapling on; ssl_stapling_verify on; # location ~ /wsproxy/14443/ { return 403; } include /etc/nginx/conf.d/locations.conf; }
  6. I put a clean install on a new flash drive and booted up but I am still having the same issue... No connection.
  7. Thanks for the quick reply! When I first tried to boot into GUI safe mode I was just getting a black screen with a flashing cursor in the top left corner. I uninstalled the nvidia driver and rebooted to GUI safe mode and was able to login but I am still having the same issue...
  8. Hello, I recently upgraded from v6.11.5 to v6.12.0 and am now unable to connect to the webUI from other systems. If I boot unraid in GUI mode it can access the UI from the unraid server but not from other systems. I get "This site can't be reached" "ERR_CONNECTION_REFUSED" in chrome and just get "Unable to connect" in Firefox. I decided to use the unraid connect port check to see if it can connect but get "The Unraid server is unreachable from outside your network.". I've also noticed that I am no longer able to access anything over SMB anymore since the update. I'm not sure what is going on, any help would be appreciated. Thanks. moose-server-diagnostics-20230616-0016.zip
  9. Awesome, thanks for the quick fix. I figured you wouldn't need it but offered just in case. Thanks again, I appreciate your hard work!
  10. I was having this same issue. I deleted the myservers.cfg and now I'm back in business. Thanks! If you need a copy of myservers.cfg pre deletion I can send it to you.

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.