this post was submitted on 11 Sep 2024
14 points (100.0% liked)
Jellyfin: The Free Software Media System
5720 readers
3 users here now
Current stable release: 10.10.0
Matrix (General Information & Help)
Matrix (Off-Topic) - Come get to know the team and blow off steam!
Matrix Space - List of all the available rooms on Matrix.
Discord - Bridged to our Matrix rooms
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Are you putting the port number at the end of the local IP? Jellyfin defaults to port 8096 iirc. So the server URL should be 192.168.0.5:8096. What happens if you input that?
Are you able to connect to the server via web browser? e.g., typing http://192.168.0.5:8096 into Firefox
And as a quick sanity check, is your phone connected to the same wifi network as the Jellyfin server?
Yes, the app automatically checks the default ports as well.
The browser just loads indefinitely.
It is connected to the same WiFi, syncthing is also connected and working between server and phone. It does detect the server from the phone and shows it by name. I set it up on the server as a docker container if that matters.
Hmm, have you made any changes to the firewall on the system hosting the Docker container?
You might need to edit the firewall with a something like this:
sudo ufw allow from 192.168.1.0/24 to any port 8096
Are you using docker-compose to run the Jellyfin service? If so, you might need to add something like this to the docker-compose.yml file:
I'm no expert at Docker or UFW, but these are part of my Jellyfin setup, which I'm running on Ubuntu LTS in a Docker container.
Hm, I tried both of these. Still no luck. Thanks!