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.

Christian_P

Members
  • Joined

  • Last visited

  1. The solution was actually quite simple. My server, A Dell R740xd does support Resizable BAR but in a different memory space than expected from the card. This means the GPU tries to address marts of the memory that is not accessible on this type of motherboard. So this type of GPU will never work on enterprise grade hardware. It is a card designed for gamin on consumer hardware. I tried everything and with help from various places this was the conclusion.
  2. I have also read that Plex does but strange as it seems, My Plex instance sees the card but when I try to transcode the stream crash. So even though the card is used by the container I think there are driver or integration issues.
  3. Are you really sure it is that simple? I know Plex did not have support until lately and issues are still reported and I know for a fact that HW acceleration on Frigate does not work
  4. I installed the Intel B580 Battlemage in my Unraid server. Naturally I installed the available drivers along with it from CA and I can see the card in the Hardware list inside Unraid Have anyone got it to work with any containers/apps like Emby/Plex/Jellyfin, Immich, Fileflows, and so on? I am on Unraid version 7.3.1 Thanks
  5. I hope you are trolling since that is just not possible. Update/Workaround The Interface Rules page only allows swapping MAC addresses between existing interface names (eth2↔eth3), it does not allow renaming an interface to eth0. The working workaround is to create a dummy eth0 interface at boot by adding the following to /boot/config/go: bash # Create dummy eth0 for Unraid WebUI compatibility (physical NIC removed)ip link add eth0 type dummy 2>/dev/null ip link set eth0 up ip addr add YOUR.SERVER.IP/24 dev eth0 2>/dev/nullThis resolves the [ip] template variable in Docker WebUI URLs without requiring the physical onboard NIC to be present. Suggestion for Unraid developers: The WebUI URL template resolution should not be hardcoded to eth0 but should instead use the primary/active interface IP.
  6. Background: I recently upgraded my Dell R740xd to use a Broadcom BCM57810 10GbE fiber card as my primary network interface and physically removed the onboard NIC (which was eth0). After the change, all WebUI buttons in the Docker dropdown stopped working. Symptoms: Clicking the WebUI button on any container did nothing Using browser Developer Console revealed the error: Unable to open a window with invalid URL 'http://[ip]:[port:XXXX]/' The [ip] and [port:XXXX] template variables were never resolved All other dropdown functions (Start, Stop, Restart, Console, Logs) worked fine The issue affected ALL containers, not just specific ones Root cause: After investigating, I found that Unraid's Docker manager appears to resolve the [ip] template variable by looking for eth0 as the primary interface. Since the physical NIC was removed, eth0 no longer existed, and the template variable could not be resolved. Evidence: /var/local/emhttp/network.ini showed the correct IP under [eth3] but there was no [eth0] section. The network.cfg on /boot also had no eth0 entry after I updated it to use br3/eth3 as the primary interface. Workaround: Creating a dummy eth0 interface with the correct IP at boot resolves the issue: ip link add eth0 type dummy ip link set eth0 up ip addr add YOUR.SERVER.IP/24 dev eth0I added this to /boot/config/go to make it persistent across reboots: # Create dummy eth0 for Unraid WebUI compatibility (physical NIC removed) ip link add eth0 type dummy 2>/dev/null ip link set eth0 up ip addr add YOUR.SERVER.IP/24 dev eth0 2>/dev/nullQuestions: Is this a known limitation? Should Unraid support using a non-eth0 interface as primary? Is there a cleaner solution, such as a setting to specify which interface to use for the [ip] template variable? Could network.cfg be updated to support a PRIMARY_INTERFACE setting? Environment: Unraid version: 7.3.0 Hardware: Dell R740xd Primary NIC: Broadcom BCM57810 10GbE (eth3/br3) Onboard 4 port NIC: Physically removed
  7. I Just installed a Sparkle A310 card. It works excellent but I have "problems" with the GPU statistics Plugin 1. It shows PCIe Gen (Max): 1 (1)Lanes (Max): 1 (1) which is wrong. My Dell R740XD have PCIe Gen 3 and the port is 8X 2. How is it even possible that the card use 203% Video Load during transcoding/converting from MP4 to MKV? Any idea what might be wrong?
  8. Thank you for your help!!!! This was really helpful. I have not enabled anything, i've just installed it as it was but I will try to figure out how to disable the Nouveau driver ad give it a try
  9. Diagnostics attached. "Many people are using their cards just fine with 7.1.4"... Yeah... So I've been told. Or they have just given up and reverted back to an earlier version... gkopunr-2-diagnostics-20250714-1618.zip
  10. I went into "Tools" > "System devices" and I could see the P2000 as a PCI device
  11. I tried a few. v570.86.16 v565.57.01 v470.256.02 and now when rolled back to Unraid 7.0 I have it working on v565.77
  12. So... I really hope someone can help me or atleast give me an answer. Today I tried to update to Unraid 7.1.4 but that did not go to plan... at all. I have updated all plugins, apps, and done everything suggested, so I went ahead and updated the system. Once rebooted, everything that was relying on the Nvidia Plugin (like plex for transcoding) did not start. Even the Nvidia Plugin was gone. So I downloaded the plugin again but now the plugin can't find my GPU... "NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver" I have a Dell R720XD with a Quadro P2000 card. The system have been running flawlessly on Unraid 7.0 Can this have something to do with the system booting on Legacy mode? There is no way to get a Dell Server to boot using UEFI This is really frustrating.

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.