Got my Jellyfin up and running, using Tailscale, all that good stuff. Running on a linux (arch btw) desktop, downloaded it straight to it, not using Docker. I am able to get into Jellyfin via browser on desktop and on phone, but can’t get into it on anything else anywhere else. How do I resolve this? I have been trying to pour over the reading and feel like I’m missing something.

  • phase
    link
    fedilink
    English
    arrow-up
    3
    ·
    10 hours ago

    On you server: tcpdump -ni any tcp port <your server port>

    You will know if your traffic reaches your server and to what it has to respond to.

    It feels like NAT issue to me. Or DNS :D