2025-04-18, 09:24 PM
UFW is a just a frontend for your actual firewall. Usually iptables or nftables. UFW being disabled just means that any rules made by UFW are not enabled.
Run the following commands to enable and allow jellyfin through the firewall.
Now other devices on your LAN should be able to access Jellyfin through the LAN IP of the server.
Run the following commands to enable and allow jellyfin through the firewall.
Code:
sudo ufw enable
sudo ufw allow ssh # to ensure that SSH is remotely accessible
sudo ufw allow 8096
Now other devices on your LAN should be able to access Jellyfin through the LAN IP of the server.