this post was submitted on 14 May 2025
38 points (91.3% liked)

Selfhosted

61425 readers
497 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I can access jellyfin on my server with my MacBook and AppleTV but my phone can’t log in, not with the webUI or with 3rd party apps. The logs says the log in attempts are successful though.

all 16 comments
sorted by: hot top controversial new old
[–] starshipwinepineapple@programming.dev 18 points 1 year ago (1 children)

You're not connected to wifi or vpn from the looks of it. jellyfin is hosted on your local network. You need to be connected to that network for any device you want to access it. The most direct way is to connect via wifi. If you want access from outside your house you'll need to look into opening a remote connection via something like cloudflare tunnel

[–] just_another_person@lemmy.world 7 points 1 year ago* (last edited 1 year ago) (1 children)

That, or your phone is using an overridden DNS server and not your local DNS resolver while on your own network. Common with Android specifically.

[–] muusemuuse@lemm.ee 2 points 1 year ago (1 children)

I am on iPhone here. I do have the iCloud relay turned on but that doesn’t work on VPNs or local IP addresses.

[–] neon_nova@lemmy.dbzer0.com 0 points 1 year ago* (last edited 1 year ago) (1 children)

You will not be able to access Jellyfin with Apple relay turned on unless you open ports on your router to access Jellyfin from outside of your house. That’s true even if your in you own home WiFi.

When they were talking about a vpn, they meant that you would be connected to your own vpn server in your home and that Jellyfin is connected to the same vpn.

[–] muusemuuse@lemm.ee 4 points 1 year ago

icloud relay doesn't affect this because it shuts off when my VPN activates and when at home, icloud relay doesnt affect local LAN IP addresses anyway.

[–] bigkahuna1986@lemmy.ml 7 points 1 year ago (1 children)

Would you be able to post some more details? Are you using Wifi or cellular data? When your phone fails is there a specific error message? Could you post the jellyfin log where you see the attempts? Are the macbook and appletv using wifi or ethernet?

[–] muusemuuse@lemm.ee 4 points 1 year ago

AppleTV and MacBook are on Ethernet. Iphone is failing on both WiFi and cellular using WireGuard to VPN into the local network. The logs say the login attempts are actually successful.

[–] Ptsf@lemmy.world 1 points 1 year ago (1 children)

Did you ever resolve this? I'm curious what it was.

[–] muusemuuse@lemm.ee 2 points 1 year ago

Yes! Access the webUI, delete the servers it finds then readd them.

[–] Ptsf@lemmy.world 1 points 1 year ago (1 children)

So there's a change regarding reverse proxies in one of the recent updates that requires you to specify the approved ip of the reverse proxy. Are you using one? If so, it could be this.

[–] muusemuuse@lemm.ee 1 points 1 year ago (1 children)

Nope. I just have it WireGuard into my network but as you can see, it’s acting up over WiFi too.

[–] Ptsf@lemmy.world 2 points 1 year ago (1 children)

🤔 it's probably something cache related or due to a clock offset then. Beyond that I'm not sure what I would investigate.

[–] muusemuuse@lemm.ee 1 points 1 year ago (1 children)

But third party apps don’t share a cache.

[–] Ptsf@lemmy.world 4 points 1 year ago

The server caches your device ID at some point I believe, although I'm not a jellyfin developer so you'd need to look into their documentation for confirmation if you don't already know yourself.