this post was submitted on 14 Sep 2025
4 points (100.0% liked)

Jellyfin: The Free Software Media System

7499 readers
14 users here now

Current stable release: 10.10.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 5 years ago
MODERATORS
 

I'm not sure where else to ask this other than maybe self-hosted, so let me know if I'm in the wrong place. I'm trying to overcome a minor issue with Jellystat. Coming from Plex, I used Tautulli fairly heavily, and one of the features I'd use for various internal monitoring was the IP address tracking. Jellystat has IP address tracking, but unfortunately, due to the structure of my network, it only shows the address of my firewall when the connection is coming from outside my network.

I'm fairly sure this isn't an issue with Plex, since their site does the authentication and the service exits through NAT port forwarding, but with Jellyfin, I use a reverse proxy to route all external traffic as needed. I'm open to additional software or different methods of tracking, but I'm not sure where to start. Any advice would be appreciated.

you are viewing a single comment's thread
view the rest of the comments
[–] Certainly_No_Brit@discuss.tchncs.de 4 points 6 days ago* (last edited 6 days ago)

A reverse proxy should include an X-Forwarded-For header in every proxied http request (or you have to configure the proxy to include it). JellyStat gets all info about the sessions from Jellyfin, where you can set trusted proxies in the Networking section.

Look at this documentation: https://jellyfin.org/docs/general/post-install/networking/reverse-proxy