this post was submitted on 16 Sep 2024
1 points (100.0% liked)
Jellyfin: The Free Software Media System
5720 readers
2 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
Ok. So you’re definitely not trying to use 127.0.0.1 remotely.
So on your phone’s web browser ( using the same WiFi ) if you visit http://:8096 and nothing happens then it’s the firewall on the mint system. You would need to allow ports 8096/8097.
I’ve never used Linux mint, but if it’s Debian based then it might be using UFW firewall.
First, check that if firewall is running. Open a terminal and type:
Step 2: Open ports 8096 and 8097
To allow traffic through ports 8096 and 8097, use the following commands:
This opens both ports for TCP traffic. If you also want to open the ports for UDP traffic, you can use:
Step 3: Verify the rules
Once you’ve added the rules, you can check the firewall status to verify the changes:
You should see entries for ports 8096 and 8097 allowing TCP (and/or UDP) traffic.
Step 4: Reload firewall (if necessary)
If the changes do not take effect immediately, you may reload the firewall using:
Now, the firewall should allow traffic through ports 8096 and 8097.
Got that done
I can get it to start connecting but it says could not connect