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.

ich777

Community Developer
  • Joined

Everything posted by ich777

  1. Thanks for the report, I assume it has something to do because the maintainers changed and maybe they changed how their endpoints for getting the version. That's normal because my containers are self maintaining and they check for updates on each container restart so to speak updates from the containers are not needed often. EDIT: I've updated the container and made a few improvements, but I have to say everything is working over here just fine. What LIDARR_REL are you using? Make sure you've set it either to latest or nightly.
  2. You are in the wrong support thread, Intel GPU TOP is just a tool to visualize the utilization. However Intel GPU TOP isn't able to visualize the utilization from newer GPUs AFAIK. You should create a post in the corresponding Plex Docker container support thread if you want to get HW transcoding working.
  3. No, I haven't been able to develop the plugin any further.
  4. But I bet you can find Scaling Mode, sorry I can only offer you screenshots in German:
  5. The header? Try to open the menu on the left hand side by clicking the arrow then click on the gear icon and at Scaling select Server side scaling.
  6. Please do that, it's a different game (Avorion) but it applies here too: BTW: you are in the wrong support thread, you can go to the support thread by clicking on the Docker icon within Unraid and click Support.
  7. The container is self maintaining, please restart the container and it should pull the new version.
  8. Search for "it87" in the Apps section from Unraid.
  9. I thought everything is clear and @Mainfrezzer explained it already? There is no such command from what I've read from the explanation. The container or better speaking the Dedicated Server won't ignore your ini files, why should it? If everything is correctly set up then the Dedicated Server will read the ini files as usual.
  10. What path is set in the template for the game files, are you sure that the Mover doesn't move the files to another disk and you editing the wrong file? I'm not 100% sure where to set hybernation in ARK but maybe @Mainfrezzer can help?
  11. What path in the template are you using for the game files? For Garry's mod you have to use the real file path so to speak, please don't use /mnt/user/... since this will cause this issue, you actually have to specify the path where the game files are physically located, so to speak: /mnt/diskN/... or /mnt/cache/... depending where the game files are located.
  12. You have to set this to true
  13. I'm not an expert on BepInEx but are some plugins platform specific, so to speak some mods only work on Windows and some only on Linux IIRC. But I could be wrong about that, maybe someone else can help here.
  14. You will then find it in the Server browser, but please be aware that you need to choose a unique name and that you possibly have to click refresh multiple times.
  15. Please try this, it's a different game but the same applies to Icarus:
  16. I think the question would be better be suited in the General or Hardware sub forums since this seems like a Hardware issue, your Card isn't simply detected by the system and this has nothing to do with the Nvidia Driver Plugin and I also don't think with Unraid in general. Since it seems this is a prebuilt system are you sure that it can handle two GPUs at the same time?
  17. From what I see from the pictures, your pool is named apps_cache and you point the container in the template to /mnt/cache/appdata/... shouldn't it be /mnt/apps_cache/appdata/...
  18. Thank you, I've already compiled and pushed the plugin package, however the latest commit is this one here which seems to compile fine: #518611bcacfb0493a178e23acae071814baa4572 (from 2025-08-30) @shaunmccloud & @no1warr1or, it is now safe to reboot, the plugin packages should be pulled at reboot, if not install the plugin after you are on RC2 and reboot again.
  19. Yes and no, but if someone mixes up the steps and try to install the plugin first then it wont, I'm just thinking one step further since I designed the plugin. ;) Just make sure that the patch is in the source folder, that would help a lot, since I don't have much time to troubleshoot why it's not working currently, or you could also push a PR to: https://github.com/strongtz/i915-sriov-dkms
  20. Please don't distribute Packages like that, wouldn't it be better to create a PR here with the patch for newer Kernels: https://github.com/giganode/unraid-i915-sriov You complicate the installation for users unnecessary... and for users who already upgraded to rc2 this won't even work.
  21. Please make sure that you are on the latest BIOS, possibly try to lower the PCIe Generation in your BIOS to 3.0, make sure that Above 4G Decoding and Resizable BAR Support is enabled. You can also try the closed source driver since you have a RTX2000 series card this driver will also work fine with your card. Oct 15 07:04:24 XTC-UNRAID kernel: NVRM: nvCheckOkFailedNoLog: Check failed: Out of memory [NV_ERR_NO_MEMORY] (0x00000051) returned from memdescAllocInternal(pMemDesc) @ memdesc.c:1361 Oct 15 07:04:24 XTC-UNRAID kernel: NVRM: nvAssertOkFailedNoLog: Assertion failed: Out of memory [NV_ERR_NO_MEMORY] (0x00000051) returned from nvStatus @ message_queue_cpu.c:242 Oct 15 07:04:24 XTC-UNRAID kernel: NVRM: _kgspInitRpcInfrastructure: GspMsgQueueInit failed Oct 15 07:04:24 XTC-UNRAID kernel: NVRM: kgspConstructEngine_IMPL: init RPC infrastructure failed Oct 15 07:04:24 XTC-UNRAID kernel: NVRM: osInitNvMapping: *** Cannot attach gpu Oct 15 07:04:24 XTC-UNRAID kernel: NVRM: RmInitAdapter: osInitNvMapping failed, bailing out of RmInitAdapter Oct 15 07:04:24 XTC-UNRAID kernel: NVRM: GPU 0000:0c:00.0: RmInitAdapter failed! (0x22:0x51:763) Oct 15 07:04:24 XTC-UNRAID kernel: NVRM: GPU 0000:0c:00.0: rm_init_adapter failed, device minor number 0
  22. The last update from RustDesk-Server was January 25th which was the last push from the container: https://github.com/rustdesk/rustdesk-server/releases Did you lookup what the latest version from RustDesk-Server was already, as you can see it is 1.1.14 If you also look here you can see that my Docker container is the exact same version: https://hub.docker.com/r/ich777/rustdesk-server-aio/tags As said above RustDesk-AiO is a container from me that gets updated when a new version is pushed from the RustDesk developers (the check and update is done automatically) or my yearly container maintenance is done to update the base packages and so on. If you are using for example one of my SteamCMD containers then they check for updates from the applications running inside the container on each container restart and update them if a update is available. These are some containers from me that look and update themself on it's own on container restart: NZBHydra2, jDownloader2,... For RustDesk-Server in that case my Jenkins instance auto checks if a update is necessary and pushes the new container to DockerHub/GHCR.
  23. Without Diagnostics, further diagnosis is impossible.
  24. The fact that another container uses 8080 is not important since you are mapping the port 8080 inside the container to 9045 on the host. Please click on Add another Port, Variable,... in the template, then selct Port from the drop down, after that enter 8080 as the container port and as the host port 9045, then click Add and Apply. After that you should be able to connect to the Webconsole like mentioned above. If it's not working please post more information about your template or a full screenshot from your template.

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.