2025-05-21, 02:15 PM
(2025-04-09, 08:25 PM)bitstream Wrote: Okay, seems to be a Linux problem. Non-root users do not have the permission to bind ports below 1024 by default.I fixed this by adding the line:
Under Ubuntu, it should be possible to set the related permissions for JF using setcap
https://linux.die.net/man/3/cap_from_text
AmbientCapabilities=CAP_NET_BIND_SERVICE
To /etc/systemd/system/jellyfin.service.d/jellyfin.service.conf. Then I ran "systemctl daemon-reload" and "service jellyfin restart". Now it binds to port 443 just fine!