Jellyfin Forum
Suddenly cannot login to server - 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: Suddenly cannot login to server (/t-suddenly-cannot-login-to-server)



Suddenly cannot login to server - nicmodz - 2025-04-13

I've been using Jellyfin for a long time now and all the sudden I cannot login. I thought it might have been something with Incognito or my VPN but I messed with both, no luck. I am on windows and have my jellyfin server streaming to a website using cloudflare. I can't login locally or with the website Slightly-frowning-face I have a link to the logs... I just didn't know if it was okay to publicly post. Thank you all in advance!


RE: Suddenly cannot login to server - TheDreadPirate - 2025-04-13

If you are concerned about privacy, you can send me a DM or something.

For the record, using Cloudflare as a proxy for video and audio streaming is against their TOS. If you are using Cloudflare with your domain set to "DNS only", that is fine.


RE: Suddenly cannot login to server - nicmodz - 2025-04-15

https://privatebin.net/?4417a1f90da8f1b5#79HCzgcdqUftudQbzqQ1zW143zBsgnciXk29ZAy1nTbB

There is a link to the log file. No matter what I just keep getting
"Connection Failure, We're unable to connect to the selected server right now. Please ensure it is running and try again." I appreciate the help


RE: Suddenly cannot login to server - TheDreadPirate - 2025-04-15

Clear your browser cache? Try connecting from an incognito window?

Also, why are there two interfaces?

Code:
[2025-04-14 21:05:57.514 -04:00] [INF] [1] Main: Kestrel listening on "10.8.0.40/16"
[2025-04-14 21:05:57.520 -04:00] [INF] [1] Main: Kestrel listening on "10.0.0.29/24"
[2025-04-14 21:05:57.524 -04:00] [INF] [1] Main: Kestrel listening on "127.0.0.1/8"

Is one of them a VPN?


RE: Suddenly cannot login to server - nicmodz - 2025-04-18

I honestly dont know why there are multiple interfaces running. I'm in way over my head with all this server stuff lol. I connect to the 127.0.0.1 one. That is also the one I have going to cloudflare, but I'm not even concerned about the website. I can't get localhost:8096 to let me login either. Maybe I need to try and delete the other interface? I honestly have no clue, like I said I'm in way over my head. I appreciate your responses though!


RE: Suddenly cannot login to server - TheDreadPirate - 2025-04-18

127.0.0.1 is the local loopback, aka localhost, and should NOT be the address you entered into Cloudflare.

The IP in your CF dashboard should be your public IP. And then in your router you should be port forwarding port 8096 if you aren't using a reverse proxy. And port 443 if you are using a reverse proxy.

I re-read your opening post and the second interface is likely the VPN. Can you disable the VPN entirely and then restart Jellyfin and try again?