Jellyfin Forum
Jellyfin wont load to UI - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Jellyfin wont load to UI (/t-jellyfin-wont-load-to-ui)

Pages: 1 2


RE: Jellyfin wont load to UI - TheDreadPirate - 2025-03-31

That solution only applies to Windows servers.

This is a bare metal linux server, right? Or is this a linux VM running on a Windows machine?


RE: Jellyfin wont load to UI - kira100000 - 2025-03-31

I do remember getting a root file system requires manual fsck error right before all this happening, I ran fsck and everything seemed to come back fine. On restarts I havent recieved that error again.

Its a bare metal linux server.

Now that Im thinking about it that error happened exactly before realizing I couldnt connect. File system seems okay though, network share is still recognizing the mount and I can move files around ect..


RE: Jellyfin wont load to UI - TheDreadPirate - 2025-03-31

Stop the Jellyfin container, then run "docker system prune -a", then start the jellyfin container again.


RE: Jellyfin wont load to UI - kira100000 - 2025-03-31

(2025-03-31, 06:38 PM)TheDreadPirate Wrote: Stop the Jellyfin container, then run "docker system prune -a", then start the jellyfin container again.

after waiting a bit after doing this I can get to the jellyfin login now.. but logging in gives invalid user and password when I know its not

edit: getting crazy logs in the docker now https://pastebin.com/3TDH143Q


RE: Jellyfin wont load to UI - kira100000 - 2025-04-01

No idea what really happened. removed the container and remade it, had to make a new user, re scanned everything to library and now things are peachy


RE: Jellyfin wont load to UI - TheDreadPirate - 2025-04-01

Did your container have host volumes for /config and /cache? It sounds like when we pruned docker it purged all your Jellyfin data. Which would only happen if you did not provide permanent storage for /config.


RE: Jellyfin wont load to UI - kira100000 - 2025-04-01

(2025-04-01, 12:56 PM)TheDreadPirate Wrote: Did your container have host volumes for /config and /cache?  It sounds like when we pruned docker it purged all your Jellyfin data.  Which would only happen if you did not provide permanent storage for /config.

I honestly dont know the answer to that. I myself did not set that up so unless the yams installer did that for me the answer would be no.

unless youre asking if I copied the config and cache folders before hand which then the answer would be yes.
but i guess i didnt replace them before going back to jellyfin


RE: Jellyfin wont load to UI - TheDreadPirate - 2025-04-01

If you COPIED the original config and cache folders, vs moving them, then my assumption that YAMS is NOT providing a permanent location for them is probably correct.

If you have access to the docker compose that YAMS is using, you could modify it to add permanent storage for /config and /cache.