Everything posted by ljm42
-
No login prompt
There may be some clues in your diagnostics, upload the full zip file (from Tools -> Diagnostics)
-
Diconnected from unraid-api
Hmm, please post your diagnostics and I'll take a closer look
-
DNS Propagation is PENDING
Please upload your diagnostics.zip file (from Tools -> Diagnostics)
-
Diconnected from unraid-api
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
-
Diconnected from unraid-api
I looked through the zip but didn't see anything obviously wrong. Do you have a screenshot that shows the problem?
-
Diconnected from unraid-api
Everything looks good there, can you post a screenshot of the error?
-
Cannot Access GUI even in safe mode
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.
-
Cannot Access GUI even in safe mode
Please see https://unraid.net/blog/ssl-certificate-update-2
-
Server Name invisible (only on one machine)
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
-
Unraid Api Error
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
-
Migrated to new hardware can't log in, diag included.
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
-
Diconnected from unraid-api
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
-
Fix to a small issue with updating OCI docker images
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
-
My Servers Releases and Announcements
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
-
Wrong "Local acces URL" in Management Access (after changing server's IP)
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!
-
WireGuard quickstart
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/
-
How do I opt out of this so I can use my IP address to get to the GUI?
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.
-
New router best practices
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.
-
Can't connect to unraid on local network.
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
-
New router best practices
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.
-
New router best practices
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.
-
New router best practices
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
-
Wrong "Local acces URL" in Management Access (after changing server's IP)
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)
-
MyServer Plugin Errors
Glad you were able to resolve the issue with DNS and get back up and running
-
Unable to upgrade 6.9.1 -> 6.11 due to SSL failure
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.