2024-10-14, 05:14 PM
That directory should exist IF you installed Jellyfin from our repo. How did you install Jellyfin?
Also, you will need to enable UFW and add a rule. When UFW is disabled that does not mean the firewall is disabled. UFW is an easier to use command line tool to manage firewall rules. It is not the firewall itself.
Those would be the commands to allow access on port 8096 when we get Jellyfin squared away.
Also, you will need to enable UFW and add a rule. When UFW is disabled that does not mean the firewall is disabled. UFW is an easier to use command line tool to manage firewall rules. It is not the firewall itself.
Code:
sudo ufw enable
sudo ufw allow 8096
Those would be the commands to allow access on port 8096 when we get Jellyfin squared away.