IFireflyl

Members
  • Posts

    42
  • Joined

  • Last visited

Converted

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

IFireflyl's Achievements

Rookie

Rookie (2/14)

11

Reputation

1

Community Answers

  1. Sorry for the delay in responding. I had my anniversary, and then my family got hit with the flu which knocked us all out. I tried reformatting the drive, and it didn't work. It wasn't possible to format it for some reason, so I bought a new USB drive and followed the steps to change the flash device. I was then able to boot in. My last backup had been a while, but luckily my NAS is a set-it-and-forget-it kind of thing, so I lost a community application or two that I had to reinstall. Other than that, everything was seamless. I did a parity check and didn't have any errors. Thanks for the recommendation. I'm glad my server is fully functional again. P.S. Is there any ETA on when Unraid Connect Flash Backups will be encrypted? I'd love to use that, but I've been waiting on encryption ever since Unraid offer the remote access feature (I think it was My Servers before it was Unraid Connect).
  2. I have been running Unraid since 2019, and my USB appears to have been corrupted or something. My BIOS doesn't detect a usable drive, regardless of which USB port I use. If I put the drive in a Windows computer it recognizes it, but it tells me it needs to be formatted. My last flash backup was July of 2023. I doubt I have changed anything since then as my NAS is pretty much set it and forget it, so I would think I should be able to get my NAS back up and running again. My issue is that I don't know where to begin. Should I get a new USB drive? Reformat the drive I have? Is there a way to possibly salvage the data on the drive? I'm unclear what actually occurred, and I cannot access my NAS anymore to get any logs (obviously, since the OS is essentially dead). If I do need to get a new USB drive, I can follow the "Changing the flash device" steps here: https://docs.unraid.net/unraid-os/manual/changing-the-flash-device/ I would just like some guidance on how I should proceed. I appreciate anyone willing to assist me.
  3. Apparently I had to delete all of my mapped network drives and re-add them. That worked, although I cannot figure out why.
  4. I deleted my Windows Credential and rebooted my PC. Now I get prompted for my username and password whenever I attempt to access the share, but I get an Access Denied message. My password is correct, and the user has Read/Write privileges on all shares. Aside from downgrading to 6.12.3, I don't know what else I can possibly do for this.
  5. After upgrading from 6.12.3 to 6.12.4, I am unable to access my NAS via File Explorer in Windows. I get a Network Error popup that says, "The network path was not found." I can access my server via my IP address, with Unraid Connect, and by going to https://nas via a browser, but I can no longer go to \\NAS\ via File Explorer or access those mapped paths on my Windows PC. I have attached my diagnostics log. Any thoughts on what I need to do to get this issue resolved? nas-diagnostics-20230904-0716.zip
  6. Apparently this means that I didn't read well. I can't check the release notes right now because it appears GitHub is down. I'll check out your version when everything is back up. Thanks!
  7. Is there a way for Unraid to confirm that plugins will have an issue prior to upgrading? I just went from 6.11.5 to 6.12.1, and it removed my NUT plugin with the following message: If I'm missing some functionality that would have prevented me from finding this out after the upgrade, I would like to be educated on that. If this functionality doesn't currently exist, then I'd like to submit feedback to have an ability to scan for this prior to upgrading so it doesn't come as a surprise that something I depend on doesn't work anymore.
  8. I went with this behemoth: https://www.amazon.com/APC-Protector-BR1500MS2-Back-UPS-Uninterruptible/dp/B08GRY1W93/ That's probably way overkill for most people (myself included). That particular model comes with a cable that you plug into the back of the UPS, and then you plug the other end into a USB-A port on your Unraid server. Unraid has a built in UPS manager that is found in Settings > UPS Settings. Having said that, I downloaded Network UPS Tool (NUT) from the Community Apps to use that as my UPS manager instead of Unraid. You can edit the shutdown settings to do a clean shutdown of your Unraid server after X amount of time on battery, after the battery has less than X% of charge remaining, or as soon as the power goes out. I would always recommend using battery percentage over amount of time on battery though. Batteries have diminishing returns over time, and you don't want to say, "Let's have this on battery for X minutes because I know that works," and then one time you find out that the X minutes was longer than your UPS could hold a charge. That would result in an unclean shutdown, and that could lead to potential data loss.
  9. Thanks for mentioning that as I would probably have noticed that at some point in the future and been concerned about it. Now that I know that is due to the reverse proxy it's not a big deal to me. I appreciate your patience with me on this one. Thanks for all you guys do. This Unraid hobby turned into something I can't live without.
  10. I have my Unraid server connected to a UPS, and then I have the UPS settings setup to cleanly shutdown the server if a power outage occurs, and it also sends me an email. I don't know if that's an option you would want to utilize, but it has worked for me.
  11. As much as it stinks for those of us with dynamic IP addresses, that does make sense. I own my own domain that I use to access my content on my NAS, and I found a workaround this morning. For anyone who might come across this in the future and is interested in how I got this working, I used NginxProxyManager and Cloudflare-DDNS. Setup Cloudflare to point your domain to your IP address. Create CNAME records in Cloudflare to access subdomains. These last two Cloudflare steps should look similar to this: Setup Cloudflare-DDNS (docker) in Unraid so that it continually updates your IP address in Cloudflare. Setup NginxProxyManager with Proxy Hosts to point the subdomains to your Unraid server's internal IP address and port. That should look like this: I masked my internal IP address and the port (which goes after the colon) for privacy. I don't know how insecure this makes this (I'm interested to see if you think this is dangerous @ljm42), but I can now access my server from a subdomain of a domain I own (unraid.[domain].com).
  12. @tomtsang, I am not sure what you're referring to when you say that DDNS-API should work for me. I use NGINX to allow me to access my My Servers URL (https://[LAN_IP].[hash].myunraid.net) by setting up a Redirection Host to forward [domain].com to my My Servers URL. I can no longer do this because the My Servers URL is constantly changing due to it using my (constantly changing) LAN IP as part of the URL. I also cannot create a Chrome shortcut using my My Servers URL as the shortcut stops working as soon as my IP address changes. Again, I don't want to have to go through additional steps of logging into Unraid's website just to get over to my server. The hash that is used in the URL is, as far as I am aware, unique to each My Servers user. If that is the case then I don't see the need to use the LAN IP, or have any prior information at all in the URL. It can just look like this: https://[hash].myunraid.net instead of looking like this: https://[LAN_IP].[hash].myunraid.net That would resolve the issue that I am having, and it would eliminate a pain point for those of us who don't have an option to obtain a static IP address.
  13. Would it be possible to change the LAN IP to the person's username? That's something that (ideally) shouldn't change. Or better yet, is there even a need for anything where the LAN IP currently is? Isn't the [hash].myunraid.net good enough since the [hash] should already be unique?
  14. @ljm42, I appreciate the response. However, that is the workaround I mentioned in my post that isn't the option that I am looking for. I have my Unraid website saved as a windowed shortcut via Chrome. This lets me pin my Unraid site to my taskbar and open it like it is a Windows app. If I do the same with the My Servers page then it ends up opening my Unraid in a different window. This defeats the point of me having the shortcut "app" as I might as well just open Chrome/Firefox and go into my bookmarks. Even with that I have to go to two links just to get to my server. The entire purpose of URLs are so that people can easily get to a destination. Having a constantly changing URL (my IP, and thus my My Servers URL, has changed three times in the last two weeks) is pointless.
  15. @dja, have you tried going into Settings>Management Access, and from there renewing the certificate, or deleting it entirely to start over with a new certificate? EDIT: And have you tried adding unraid.net to the Domain Override section of pfSense?