2025-02-16, 07:38 PM
You should be able to open a bash shell into the Jellyfin container. I can't remember if unRAID has a button in the UI to do this, but you should be able to do this from the unRAID terminal.
That will open a bash shell into the jellyfin container and then you can follow the guide.
Code:
docker exec -it jellyfin bash
That will open a bash shell into the jellyfin container and then you can follow the guide.