Jellyfin Forum
SOLVED: Connection Issues - 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: SOLVED: Connection Issues (/t-solved-connection-issues--5842)



Connection Issues - Djentle4k - 2024-05-14

Hello All, Starting today i'm not able to access my jellyfin server from any device. I am on Ubuntu and terminal says it is running. I upgraded to the latest update and no devices can connect. I cannot connect from the pc I am running it on either. I have 0 experience with Linux other than setting up this server. I have restarted the service and pc with no progress. Any help would be appreciated. Thanks. I have had this build running smooth for 5 months.


RE: Connection Issues - theolaa - 2024-05-14

How do you connect to your server? Just directly via a local IP address?


RE: Connection Issues - TheDreadPirate - 2024-05-14

Stop Jellyfin (sudo systemctl stop jellyfin)
Rename Jellyfin's network.xml file to force Jellyfin to recreate it (sudo mv /etc/jellyfin/network.xml /etc/jellyfin/network.xml.orig)
Start Jellyfin (sudo systemctl start jellyfin)

Any change?


RE: Connection Issues - Djentle4k - 2024-05-14

You rock, this fixed it!

-What is the reason for the error? I see that moving/renaming the file fixed my error.


RE: Connection Issues - TheDreadPirate - 2024-05-14

No idea why. I just saw some other people do this and it fixed this same problem for them.


RE: Connection Issues - Djentle4k - 2024-05-14

(2024-05-14, 06:49 PM)TheDreadPirate Wrote: Stop Jellyfin (sudo systemctl stop jellyfin)
Rename Jellyfin's network.xml file to force Jellyfin to recreate it (sudo mv /etc/jellyfin/network.xml /etc/jellyfin/network.xml.orig)
Start Jellyfin (sudo systemctl start jellyfin)

Any change?

(2024-05-14, 11:29 PM)TheDreadPirate Wrote: No idea why.  I just saw some other people do this and it fixed this same problem for them.

Gotcha, well thanks again!