2025-08-29, 11:57 AM
(2025-02-01, 01:11 AM)supercomputer856 Wrote:(2024-05-19, 06:43 PM)lxl Wrote: I have a working Jellyfin server configured. It works as expected when using native applications and after login on the webui. However when I connect to Jellyfin on a new device (in the web client) it takes me to the server setup wizard instead of the login page and if I proceed with the wizard it has the my account credentials pre-filled. This is of course unsafe and undesired but what is causing the wizard to show instead of the login page?
Server version 10.9.2 via docker (linuxserver).
Set the flag “IsStartupWizardCompleted” to true in the system.xml file. Should be in the config or etc directory of your container.
Thank you!
This did fix the problem for me as well. Configuration: CasaOS using linuxserver/jellyfin stable(10.10.7).
I'm not sure why this flag is not changed and if it is because of some rights. I hope I don't have further issues.