![]() |
SOLVED: Can't access Jellyfin from any device other than the host - 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: SOLVED: Can't access Jellyfin from any device other than the host (/t-solved-can-t-access-jellyfin-from-any-device-other-than-the-host) |
Can't access Jellyfin from any device other than the host - Gigigina - 2025-08-21 I just set up Jellyfin but to be clear this has happened on literally every service I've tried to use that is supposed to be accessible on a local network so I definitely think it's an issue with my set up somewhere and not Jellyfin itself. I set it up and it works but only on the host computer, I can't access it on my main PC and I can't access it on Roku which is where I wanted to use it, using the link to access it doesn't send me anywhere and it just tries until it gives up and says it timed out. I've tried looking through other guides on setting this part up but I'm not finding anything useful to me. My host PC has a set IP address (so it doesn't change) so it's not that it's different to how I'm putting it in, I can't use it if I disable the firewall on both my router and my PC, tried everything here (https://diymediaserver.com/post/troubleshooting-jellyfin-server-access-issues/) so I'm unsure of how to move forward. Here's the log file https://pastebin.com/1jU3y1Ae I don't understand it myself but maybe it's useful. If you want me to delete the massive gaps, I can do that, I just posted it as the log was when I looked for it with journalctl. Also I'm on linux (endeavourOS if it's relevant) so I might need help if you give advice that's centered around like windows defender and that. Thanks for any help RE: Can't access Jellyfin from any device other than the host - Gigigina - 2025-08-30 I didn't realise a reverse proxy was necessary for this, I found a few sites that did mention it in the guide. I guess the ones I saw either didn't explain what they were used for or assumed that it was for a single device. I'm having issues setting that up but that's an issue unrelated to jellyfin itself so I won't be posting that here RE: Can't access Jellyfin from any device other than the host - bitmap - 2025-08-30 FYI, you don't need a reverse proxy to access when you're on the same network. You just need to set a static IP for the server and use IP:8096 (or whatever port you set for HTTP) and access that way via Roku or your main PC. A reverse proxy is only necessary for access outside the network. RE: Can't access Jellyfin from any device other than the host - Gigigina - 2025-08-31 (2025-08-30, 05:52 PM)bitmap Wrote: FYI, you don't need a reverse proxy to access when you're on the same network. You just need to set a static IP for the server and use IP:8096 (or whatever port you set for HTTP) and access that way via Roku or your main PC.I'm so confused though, I keep looking for videos that go over how to set it up but they just access it from another device with no problem. I have a static IP, I use it for my sambashare but I can't access jellyfin at localhost:8096 or anything aside from the host computer. It doesn't make any sense to me how it seems everyone else doesn't have any issues on this step at all. Do you have any ideas? I couldn't even set up the nginx properly, I did all the steps afaik and it says its running but I cant access the site I bought a domain for even on the host computer. I feel like my computer is cursed RE: Can't access Jellyfin from any device other than the host - pxr5 - 2025-08-31 Please, just forget reverse proxies. They have nothing to do with your problems and going down that route is only confusing matters. Let's get back to basics. What is the IP address of the host machine? Let's say it's 192.168.1.30. How do you try to access it? It should be 192.168.1.30:8096. On your host machine you are entering localhost:8096 right. What happens if you type 192.168.1.30:8096 on the host machine? Start there and give your results. RE: Can't access Jellyfin from any device other than the host - Gigigina - 2025-09-03 (2025-08-31, 05:38 PM)pxr5 Wrote: Let's get back to basics. What is the IP address of the host machine? Let's say it's 192.168.1.30. How do you try to access it? It should be 192.168.1.30:8096. On your host machine you are entering localhost:8096 right. What happens if you type 192.168.1.30:8096 on the host machine? Start there and give your results. On the host machine it shows the Jellyfin login or Jellyfin homepage when I enter localhost:8096 and also the ip address:8096. On the client it instantly says it can't find it with localhost but if I use the IP it searches for maybe 2 minutes and then says it can't find it. I usually try to access it with the IP-Address:8096 RE: Can't access Jellyfin from any device other than the host - pxr5 - 2025-09-04 Can you try to ping the host PC from another device? It really does seem like you have a network problem rather than Jellyfin itself. Do you have any firewalls on the host, like ufw? RE: Can't access Jellyfin from any device other than the host - Gigigina - 2025-09-04 (2025-09-04, 12:16 PM)pxr5 Wrote: Do you have any firewalls on the host, like ufw? I feel so silly, thank you so much. I thought I had checked this because I had to enable ufw on a port to be able to use it for ssh (which I did after this problem happened so I suppose it's not that weird to forget to apply it retroactively). Thank you so much RE: Can't access Jellyfin from any device other than the host - pxr5 - 2025-09-07 Great news. Well done. |