![]() |
|
Unable to access webgui after update - 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: Unable to access webgui after update (/t-unable-to-access-webgui-after-update) |
Unable to access webgui after update - Huecuva - 2025-11-09 I'm running Jellyfin in a headless Debian VM. I noticed today that I was unable to access my Jellyfin webgui to watch any of my movies. To fix it I restored a proxmox backup of my VM to before the last Jellyfin update and was able to reach the webgui. I then tried to run updates and again lost access to the webgui. Upon doing some research I've learned that is known and (more or less) expected behaviour for this particular significant update Following the recommendations here, I made sure my library listed only 100 items in the webgui. I made sure I was running 10.10.7 before doing up the update and made sure that I had stopped the Jellyfin service. I then ran Code: sudo apt update && sudo apt upgrade jellyfin -y I understand from the link I posted above that it could take several hours to finish migrating my media database based on the fact that I have several TB of movies and TV shows. However, there is mentioned something called the Startup UI. I am unable to access this. If it's supposed to appear in place of the standard webgui while the server does its thing, it's not working. If not, I don't know how to access it and I can't find anywhere on the Jellyfin site where it indicates how to access the Startup UI other than it is "only accessible in your configured local networks". What does that even mean? If it's accessible on the LAN via the same IP address as the server, what port do I need to go to? Again, if it's the same as the standard webgui, then it's not working. Can anyone tell me if this is working correctly and how to access the Startup UI or how to fix this issue if it's not? RE: Unable to access webgui after update - conor - 2025-11-09 What does "sudo systemctl status jellyfin" show? Plugins have been causing some problems. You can delete/ move the folders in /var/lib/jellyfin/plugins and try starting the server. RE: Unable to access webgui after update - Huecuva - 2025-11-09 Of course I hadn't thought to check that myself before posting. That would have told me whether it was actually working or not. However, I would still have had to post. Code: × jellyfin.service - Jellyfin Media ServerIt's not running properly. What happened and how do I fix this? I've never installed any extra plugins and the only folders in /var/lib/jellyfin/plugs are configurations and .jellyfin-plugin. Nonetheless, I copied them elsewhere and deleted them and tried to restart jellyfin. It still will not start. As of 20 days ago this was a known and apparently very common issue. Has it not yet been addressed? I'm starting to wonder if uninstalling and reinstalling might be an easier path. |