Hi all, not sure if this is still accurate but here what I found/did with the help of a few guys here and also with some "googling" and "AI-ing": Download and install open source drivers --> this will make your GPU visible in the Nvidia plugin (after a reboot of unraid) something similar to that (depends on your hardware) Nvidia Info: Nvidia Driver Version: 580.95.05 Open Source Kernel Module: Yes Installed GPU(s): 0: NVIDIA GeForce RTX 5060 01:00.0 GPU-b32d6ac9-279d-a08d-3b52-cff3ee94d7f7 Then you need to ensure that Plex container is using the Nvidia GPU (I am using the offical Plex APP - not the linuxserver version - but should not make any difference I believe) under the Docker settings of your plex you need to add the following: Extra Parameters: --gpus '"device=0"' BUT: and this was my learning - this was not enough ... you need to put 2 envrionment variables into your docker container, I named them Nvidia 1 and 2 with the following parameters: Nvidia 1 Key: NVIDIA_VISIBLE_DEVICES Value: 0 #DeviceID of your GPU# Nivida 2 Key: NVIDIA_DRIVER_CAPABILITIES Value: video,compute,utility #video = NVENC/NVDEC# #compute = CUDA (HDR Tonemapping)# #utility = Monitoring / internes Tooling# After that you need to apply the changes and then stop and start the container. If you check then on the container (console) ls /dev | grep nvidia you should see something like that: nvidia-uvm nvidia-uvm-tools nvidia0 nvidiactl Once you force transcoding on your Plex you can check with nvidia-smi on your console of Plex and you should then also be able to see that it is working Under Plex Settings / Transcoder you should also now see 2 entries "Auto" and your "Nvidia RTX 5060" Hope this helps if somebody experiences the same issues and frustration I had ;-) and also hope I could give something back to this great forum and the great people here always trying to help!