I have a fresh install of Fedora Server 39 with Jellyfin installed through RPM Fusion. If I manually run it, it outputs a bunch of information without errors being reported. It does seem odd that the IP that it reports is 192.196.0.0 when I have it set statically to 192.168.0.100, but it’s running. Since I’m running without a DE, I haven’t attempted to connect over localhost, but I’m not getting anywhere on my Mac Mini under MacOS or Fedora Asahi Remix. I assume it has something to do with the IP address, but I’m by no means an expert and have no idea where to begin troubleshooting it. Any help at all is greatly appreciated!
sudo dnf install jellyfin
sudo systemctl --now enable jellyfin.service
sudo firewall-cmd --permanent --add-service=jellyfin
sudo firewall-cmd --reload
1 Like
I didn’t try the firewall commands. I was following the instructions on Jellyfin’s website so I’m sure there’s some Fedora specific stuff.
Thanks so much! That has it working now
1 Like