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.

DevanteWeary

Members
  • Joined

  • Last visited

Everything posted by DevanteWeary

  1. Quick question... IS there any kind of log for this besides the one on the settings page? Like something I can go back and search the last several days?
  2. Make sure you have the hardware GPU mounted. Edit Plex / Jellyfin container > Scroll down to Add another Path, Port, Variable, Label or Device > Config Type: Device | Name: GPU | Value: /dev/dri This will make your hardware GPU available to the container. Then go into Plex or Jellyfin and select it as your transcoder device. Hope it helps!
  3. Are you guys talking about my issue where the page won't load? If so, I'm on the latest update v0.11.20 and the issue is still there.
  4. Hey there! I have an issue since v0.11.17. v0.11.17 has been working great but once I updated to v0.11.19 and v0.11.20, I cannot connect to the WebUI. Using Unraid > Docker Container > speed-tracker v0.11.20 When I go to WebUI, it gives me the basic browser page "Cannot connect" as if the page doesn't exist. Network type Bridge and I tried different port mappings and nothing. I reverted to v0.11.17 and the WebUI connects as normal. Thank you!
  5. Hey everyone! Just curious, I have 3 options for my Plex/Jellyfin transcoding and wondering what you guys think is best considering wattage used and actual ability to transcode. Radeon Pro WX2100 - 2 GB NVIDIA Quadro P4000 8GB Intel Core i7-8700 with UHD Graphics 630 I'll probably be having max 3 people streaming from me at once so trying to find that balance between power usage and seamless transcoding. Thanks for you ideas guys!
  6. Thank you! To answer, the only thing I can think of is I have my Intel iGPU doing transcoding for Plex and Jellyfin if that counts. Another thing of note is I have a custom docket network for all my Plex/Radarr/Sonarr/etc stuff. The new CPU is also an Intel with a slightly higher gen chipset and iGPU. How does that sound? Oh and thanks for the bit about serial number. I knew that but forgot it. Actually I was stressing about the port assignments so that's a relief.
  7. Hey community, Sorry for such a basic question. I looked through the wiki, did a couple of searches here, Googled, and even tried Bard. Basically I'd like to know the steps on moving my current drives (cache AND storage array) to a new tower I obtained. Currently I'm on Unraid 6.12.3 Array of two 20TB drives - one parity, one storage Cache pool of two 1TB SSDs - one 2.5, one m.2 Unassigned device of one 500GB SSD - used to store my home camera videos (4 cameras) Am I able to move this to the new tower without losing my setup and data? I'm a little nervous to lose everything so if I may, what are the steps? Thank you for any advice!
  8. Hey everyone, I was having an issue where, after I edited a folder and put a container inside of it, I lost almost all of my folders and the containers showed outside. Not only that, I couldn't click the remaining folder icons. (Three folders remained.) I tried CTRL+F5, creating a new folder, rebooting, restarting WebUI... After following @scolcipitato's advice and rearranging the order of the three remaining folders on the Docker tab, this fixed my issue. Thank you!
  9. Hey there. Thank you for this plugin! I wanted to report that on the dashboard, I have an issue where if I minimize the widget, after a couple of seconds, the widget will expand automatically.
  10. Hey guys. Unraid v6.12.3 Unassigned Devices v2023.08.16 Basically, the utilization does show up under Main > Unassigned Devices. However, it does not show in the Dashboard. Please see image below! Thank you.
  11. Found this in case anyone wants to ID their veth interfaces! https://github.com/cslev/find_veth_docker/tree/master I just added it as a script using User Scripts plugin, then ran it and it gave me a list.
  12. Two things. 1) Such an awesome plugin, please don't just give up on it! 2) How do you figure out what veth belongs to what container? I tried to match it by ID or partial ID of container but that isn't it.
  13. Hey guys, Unraid v6.12.3 Unassigned Devices plugin v2023.08.14 Basically my issue is just that Utilization doesn't show up on the Dashboard, but does under Main > Unassigned Devices. It never has and I just assumed that's how it was, but now I'm wondering if it's supposed to show up. Thank you!
  14. Hey guys, Been at this for a couple of days. Been through manuals and guides and forums but can't quite get it working. I'm on a private tracker and I need to update my IP once a day. My qBittorrent goes through a VPN provided by a wg0.conf file in it's /appdata folder. I.E. I don't have the VPN set up in Unraid but rather through qBittorrent itself. I want to run the following command once a day through using that VPN interface: curl -c /config/cookies/my.cookies -b /config/cookies/my.cookies https://myprivatetracker.net/json/dynamicSeedbox.php I'm trying this in an Unraid console: docker exec 28985fb9d835 curl -c /config/cookies/my.cookies -b /config/cookies/my.cookies https://myprivatetracker.net/json/dynamicSeedbox.php But it just updates with my ISP's IP. Is there a way to do what I'm asking? Thank you!
  15. Hey guys, Been at this for a couple of days. Been through manuals and guides and forums but can't quite get it working. I'm on a private tracker and I need to update my IP once a day. My qBittorrent goes through a VPN provided by a wg0.conf file in it's /appdata folder. I.E. I don't have the VPN set up in Unraid but rather through qBittorrent itself. I want to run the following command once a day through using that VPN interface: curl -c /config/cookies/my.cookies -b /config/cookies/my.cookies https://myprivatetracker.net/json/dynamicSeedbox.php I'm trying this in an Unraid console: docker exec 28985fb9d835 curl -c /config/cookies/my.cookies -b /config/cookies/my.cookies https://myprivatetracker.net/json/dynamicSeedbox.php But it just updates with my ISP's IP. Is there a way to do what I'm asking? Thank you!
  16. Two questions: 1) What does the permissions fix do? What permission problems arise that need fixing? (new to Unraid). 2) Can we get an option to exclude update notifications? I'd like to set hourly checks but that spams me with "new version" notifications until I finally update my containers. Thank you for this tool!
  17. Text instructions: Open Unraid console. Enter the following commands: - cd /mnt/user/<share name>/<backup folder> - git clone https://github.com/Emilien-Lambert/Unraid-VM-Backup-Plugin-Restoration-Script.git - This will clone the script to your backup folder. Enter the following commands: - cd Unraid-VM-Backup-Plugin-Restoration-Script - chmod +x vm_backup_restoration.sh - ./vm_backup_restoration.sh - This will begin the script. Do the following: - Delete the VM you want to restore. Select Remove VM & Disks. - Shut down all other VMs. - Make sure the VM service is ENABLED/ON in Settings > VM Manager. Enter the path of VM backups. - Example: /mnt/user/<share name>/<backup folder>/VMs Enter name of VM you wish to restore. - This will be the name of the folder of the VM you want to restore. - Example: Ubuntu Enter the date of the backup you want restored. - For example, if the filename of the VM is 20220124_0300_Ubuntu.xml - Just enter 20220124_0300 The restoration process could take several minutes. Once complete, stop your Unraid storage array and start it again. Your newly restored VM will show up.
  18. One of those plugins that should be incorporated. It's THAT good!
  19. Hello everyone! I have an i7-6700 - Intel HD 530 iGPU. According to "the chart", this should be able to handle transcoding just fine. My issue is in both Jellyfin and Plex, the ENcoding is done by the iGPU but the DEcoding is done with my CPU. I can tell because my CPU is still 90+% and in Plex, it doesn't show the "hw" next to the original format but *does* show "hw" next to the transcoded format. My GPU stats on the dashboard start working but so does the CPU (in the red). I have --device: /dev/dri:/dev/dri in my containers. (well I used the method mentioned here setting a "Device" in the container. I have hardware acceleration selected in both Plex and Jellyfin and specifically selected my iGPU in Plex. I have PlexPass. Is there anything I could be missing guys? Thank you!
  20. Hey did you ever figure it out? I'm in the same situation and would hate to redo everything ha
  21. Hey guys. Bit of an odd one but I just installed this and setting everything up fine. Then I imported my settings from a backup I just made with the version on my PC. Made sure both were updated first. After it imported, the screen went black and no matter what I do, it just loads to a black screen. The mouse cursor changes skin to the "VNC" skin. On Unraid 6.12.3. I tried various aspect ratios and tried turning scaling off. Even if reinstalling, it just is black now.
  22. Hey guys. I'd like to request the following feature: Option to display your external IP in the status bar at the bottom. Maybe something that periodically goes out and checks what your external IP is and puts it in the status bar. This will let you keep track if your VPN is working or not. I did search, so sorry if I missed it!
  23. Hey guys. I'd like to request the following feature: Separate plugin/container update notifications into their own category. I did search, so sorry if I missed it!
  24. Hey guys. I'd like to request the following feature: Ability to reorder and group containers. For instance, I would make a panel that has all the media-related containers, and then another with all my web-related containers. Stuff like that. I did search, so sorry if I missed it!

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.