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.

ljm42

Administrators
  • Joined

  • Last visited

Everything posted by ljm42

  1. There may be some clues in your diagnostics, upload the full zip file (from Tools -> Diagnostics)
  2. Hmm, please post your diagnostics and I'll take a closer look
  3. Please upload your diagnostics.zip file (from Tools -> Diagnostics)
  4. Ah, you opened this in the My Servers area of the forums, so I am focused on issues related to the My Servers plugin. Are you still seeing anything related to being disconnected from the Unraid API? A reboot will likely resolve the other issues, and I expect improvements in that area with the upcoming Unraid 6.12
  5. I looked through the zip but didn't see anything obviously wrong. Do you have a screenshot that shows the problem?
  6. Everything looks good there, can you post a screenshot of the error?
  7. No I would expect it to be pretty quick. You can do it manually by editing config/ident.cfg on the flash drive, finding the USE_SSL line and setting it to: USE_SSL="no" Then run: /etc/rc.d/rc.nginx reload If that fails for some reason then a reboot will clear it up.
  8. Please see https://unraid.net/blog/ssl-certificate-update-2
  9. Hi @dansushi, please upgrade to the latest My Servers plugin release: https://forums.unraid.net/topic/112073-my-servers-releases-and-announcements/page/2/#comment-1218704
  10. Hi, we just released a new version of the My Servers plugin which should solve many connection issues, please let us know how it goes after upgrading: https://forums.unraid.net/topic/112073-my-servers-releases-and-announcements/page/2/#comment-1218704
  11. Hi, We just released a new version of the My Servers plugin which should solve many connection issues, please let us know how it goes after upgrading: https://forums.unraid.net/topic/112073-my-servers-releases-and-announcements/page/2/#comment-1218704
  12. Hi, we just released a new version of the My Servers plugin which should solve many connection issues, please let us know how it goes after upgrading: https://forums.unraid.net/topic/112073-my-servers-releases-and-announcements/page/2/#comment-1218704
  13. The Unraid webgui is actually open source, since you found the solution if you are interested you can submit a PR here: https://github.com/limetech/webgui
  14. Hey everyone, head over to the Plugins tab and check for updates, My Servers plugin version 2023.01.23.1223 is now available which should resolve many of the issues folks are reporting. This release includes major architectural changes that will greatly improve the stability of My Servers, we highly encourage everyone to update. ## 2023.01.23.1223 ### This version resolves: - My Servers client (Unraid API) not reliably connecting to My Servers Cloud on some systems - Server name not being shown in the upper right corner of the webgui - Cryptic "Unexpected Token" messages when using a misconfigured URL - DNS checks causing delays during boot if the network wasn't available - Some flash backup Permission Denied errors ###This version adds: - Internal changes to greatly improve connection stability to My Servers Cloud - More efficient internal plugin state tracking for reduced flash writes - PHP 8 compatibility for upcoming Unraid OS 6.12
  15. Thanks for reporting this. When the IP changes it is supposed to automatically reload nginx, but looks like that isn't happening. Rebooting would also have fixed this, but by running that command you've narrowed down the issue. Thanks! If you don't mind, would you please upload your diagnostics.zip (from Tools -> Diagnostics)? It would help to see in the logs where things changed. Thanks!
  16. In the first post of this thread you will find a link to this guide on connecting to a commercial provider: https://forums.unraid.net/topic/84316-wireguard-vpn-tunneled-access-to-a-commercial-vpn-provider/
  17. Nothing has been hijacked but you have configured your system for "Strict" mode SSL so it will only respond using the certificate on https://ip.yourpersonalhash.myunraid.net . If you no longer want that level of security, navigate to Settings -> Management Access and set "Use SSL/TLS" to "No" or "Yes". Just not "Strict". Turn on the inline help for details, or see https://wiki.unraid.net/Manual/Security#Securing_webGui_connections_.28SSL.29 That link also explains how to get access to your server when your Internet is down while you are in Strict mode, if that interests you. It is also worth mentioning that in your version of Unraid, My Servers Remote Access will work regardless of whether you choose No/Yes/Strict, if that is important to you.
  18. I personally prefer to assign a static DHCP address using the router, that way you can be sure there are no IP conflicts on the network. Regardless of how the IP is assigned, the critical thing is that it has to be an address in your PRIVATE_LAN subnet, not an IP that was assigned by the old router.
  19. As JorgeB said, there is a big difference between http://ipaddress and https://ipaddress, and depending on your settings one may work while the other doesn't. If your system is setup with an unraid.net url, see this recent blog post: https://unraid.net/blog/ssl-certificate-update-2 Otherwise, see this: https://wiki.unraid.net/My_Servers#How_to_access_your_server_when_DNS_is_down
  20. You should shut down all of the computers and IOT devices in your house, swap routers, and then start turning things on one at a time so you can evaluate them. You will want to make sure that everything comes up with an IP address in the correct subnet. It looks like you have Unraid set to get an IP from DHCP, so after it boots you want to make sure it gets an IP on the 10.15.15.x subnet, along with all of your other computers and non-IOT devices. Unraid should need no special handling for this change, unless you have hard-coded the old IP address in scripts or bookmarks or whatever.
  21. I was focused on the fact that they wanted to change their IP range. But you are right, if you are changing routers and want to use a myunraid.net certificate, you will need to make sure that DNS Rebinding is disabled on that router. It might be easiest to disable SSL (Settings -> Management Access -> Use SSL = no) before switching routers, that way you will definitely be able to access the webgui via http://ipaddress. After switching to the new router/ip the Management Access page will warn if DNS Rebinding is an issue.
  22. In general I would say this is fine. In practice, it depends on how much customization you have done and if anywhere in that customization you hard-coded the old IP address. Having said that, someone is reporting some odd behavior with an IP change over here: https://forums.unraid.net/topic/134052-wrong-local-acces-url-in-management-access-after-changing-servers-ip/#comment-1218233 You might want to keep an eye on that thread. This should not be a problem. Once the system gets a new IP it will update the config files. Then, assuming the system is able to access the Internet it will run UpdateDNS to report the new IP so we can update DDNS. You can see what it submits by running this command: php /usr/local/emhttp/plugins/dynamix/include/UpdateDNS.php -v
  23. That is odd. Please reboot, if the problem persists upload your diagnistics.zip (from Tools -> Diagnostics) Actually, open a web terminal and see if running this solves the problem: /etc/rc.d/rc.nginx reload If not, upload your diagnistics.zip (from Tools -> Diagnostics)
  24. Glad you were able to resolve the issue with DNS and get back up and running
  25. Your server is not using a legacy unraid.net certificate, so the blog post does not apply to you. Before upgrading, grab a backup of your flash drive by navigating to Main -> Boot Device -> Flash -> Flash Backup Then, Navigate to Settings -> Date and Time and make sure your server's time is correct. If you still aren't able to do the automated upgrade, you can upgrade manually by downloading Unraid 6.11.5 from https://unraid.net/download , opening the zip file and extracting all the bz* files and changelog.txt over the corresponding files on your flash drive. Then reboot.

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.