this post was submitted on 26 Mar 2024
4 points (75.0% liked)

Jellyfin: The Free Software Media System

5576 readers
42 users here now

Current stable release: 10.9.7

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

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
 

networking kind of goes over my head. how can I be sure my jellyfin setup is safe on my local network? installed on debian stable

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 23 points 5 months ago (1 children)

TLDR; It's local only by default.

Your router is what determines what has access to what. By default, things can access the internet on ports 80 (http) and 443 (https). Jellyfin has access to the internet to download metadata, art, etc. If you want to block this activity, I don't know the answer to that.

Your router is split between LAN and WAN. Local Area Network (your house) and Wide Area Network (the world). LAN to LAN doesn't have restrictions by default, which is why you can access Jellyfin on port 8096 while you're connected to your home network.

LAN<->WAN has restrictions in place via your firewall. Your router has a default firewall. Some routers allow you to change the firewall rules. Firewalls are very important. Port 8096 is not forwarded to the WAN by default, and you have to change a setting in your router to do that.

[โ€“] [email protected] 5 points 5 months ago

thanks for the help! just the tldr I needed. not too long did read