Jellyfin Forum
No admin rights - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access)
+---- Thread: No admin rights (/t-no-admin-rights)



No admin rights - jellyjan - 2025-04-10

Hi, I just set up Jellyfin on a Synology DS920+ in a Container using this docker-compose:
Code:
version: '3.5'
services:
  jellyfin:
    image: jellyfin/jellyfin
    container_name: jellyfin
    network_mode: 'host'
    volumes:
      - /volume2/docker/jellyfin/config:/config
      - /volume2/docker/jellyfin/cache:/cache
      - /volume2/video:/Media
    restart: 'unless-stopped'
    environment:
      - TZ='Europe/Berlin'
    devices:
      - /dev/dri/renderD128:/dev/dri/renderD128
      - /dev/dri/card0:/dev/dri/card0
Everything worked fine, I was asked to give the admin account a name, password and logged in.

But there are no admin options available. Is there anything I need to do? My media is linked and works but I can't add users for example..

ok.. I'm sorry. For some reasons it works right now. I think the thread can be closed.