Jellyfin Forum
Android phone can't connect - 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: Android phone can't connect (/t-android-phone-can-t-connect)

Pages: 1 2


Android phone can't connect - bahnstern - 2024-11-02

Hey folks, at wit's end here. Trying to get my Jellyfin server to work with my android phone (Pixel 9 Pro, Android 14). It worked when I originally set up the server, and then again briefly when I updated to V10.10.0 today, but now cannot connect via web browser or official jellyfin app. The official Jellyfin app gives me an error: "Unable to reach server" and web browsers (have tried both Chrome and Firefox) just time out. I also unable to connect to my Heimdall install from my android phone (also running in a Docker container). I am able to connect to both cockpit and my foundry server, neither of which are containerized. 

Setup:
Jellyfin 10.10.0 running in a Docker container
Beelink Mini S 12th gen (Alder Lake N100, 16 GB RAM, 1TB SSD)
Ubuntu 24.04.1 LTS
Connected to NordVPN Meshnet (connection works through my desktop PC and Chromecast, both on Meshnet)

Things I've tried/checked:
- Made sure remote connections are enabled
- Tried both .nord address (http://username-atlas.nord:8096) and meshnet IP address
- Disabled IPv6
- Restarted the Jellyfin container
- Made sure ufw is running and 8096 is enabled
- Cleared the cache on the android app and tried connecting again

Any thoughts?


RE: Android phone can't connect - TheDreadPirate - 2024-11-02

Can you provide your full jellyfin log via pastebin?


RE: Android phone can't connect - bahnstern - 2024-11-03

Here ya go..

https://pastebin.com/Qzf8W6xJ


RE: Android phone can't connect - TheDreadPirate - 2024-11-03

Can you restart your jellyfin server and then share the log again? I want to see the logs for a server startup.


RE: Android phone can't connect - bahnstern - 2024-11-04

Here is the log with the restart.. restarted at 1343.

https://pastebin.com/bz2KLpZN


RE: Android phone can't connect - TheDreadPirate - 2024-11-04

Is your VPN part of the same docker bridge network? Or are you publishing port 8096? Can you share your docker config for Jellyfin?


RE: Android phone can't connect - bahnstern - 2024-11-04

These questions are starting to get into what I suspect I messed up, as I'm having issues with both docker containers (jellyfin, heimdall) on android devices.

Is your VPN part of the same docker bridge network?
- if it requires manual config, then probably not.. honestly getting beyond my knowledge, still learning here

Or are you publishing port 8096?
- see above

Can you share your docker config for Jellyfin?
- here ya go: https://pastebin.com/8BFEdbJc


RE: Android phone can't connect - TheDreadPirate - 2024-11-04

You're publishing port 8096. So the "host" IP:8096 should work.

I'd also need to see your heimdall config. Strange that your browser and Android TV clients work.

Nm, I didn't scroll down. Never used Heimdall. Is Heimdall also your reverse proxy?


RE: Android phone can't connect - bahnstern - 2024-11-05

Ahh, gotcha. Yeah, that's what's throwing me off. Browser access from my desktop and laptop work through the Nord Meshnet, but the Android TV is just accessing the server on the local network rather than meshnet. Android access also briefly worked with the current configuration.

Heimdall is simply a homepage that you can use to set up links to all the services you are hosting on your server. I only mentioned it as I also can't connect to it from my android phone. My suspicion is that I messed something up on the docker side of things because my non-containerized services (FoundryVTT and Cockpit) work just fine with my android phone.

My NordVPN install is also not containerized. I'm using meshnet in lieu of a reverse proxy. Its a peer-to-peer mesh network, so should be acting like a LAN. Very similar to Tailscale from my understaning. https://www.cnet.com/tech/services-and-software/nordvpns-meshnet-is-cool-but-dont-expect-it-to-replace-your-vpn/


RE: Android phone can't connect - TheDreadPirate - 2024-11-05

On your phone, what address are you using to connect? Your server's meshnet IP? A hostname?