2024-09-03, 06:25 PM
Remote access is enabled, but ONLY from the TailScale subnet.
Open C:\Program Data\Jellyfin\Server\config\network.xml and change this section
To this
Also disable uPnP by changing this line from true to false.
Set a static IP for your server. Either by reserving an address in your router's DHCP settings or by manually setting an IP on the server directly. Make sure the address you choose is not in the DHCP address range.
Go to your router and delete the uPnP rule for port 8096. And manually create a port forwarding rule for port 8096. But only if you need remote access through that port.
Open C:\Program Data\Jellyfin\Server\config\network.xml and change this section
Code:
<RemoteIPFilter>
<string>100.64.0.0/10</string>
</RemoteIPFilter>
To this
Code:
<RemoteIPFilter />
Also disable uPnP by changing this line from true to false.
Code:
<EnableUPnP>true</EnableUPnP>
Set a static IP for your server. Either by reserving an address in your router's DHCP settings or by manually setting an IP on the server directly. Make sure the address you choose is not in the DHCP address range.
Go to your router and delete the uPnP rule for port 8096. And manually create a port forwarding rule for port 8096. But only if you need remote access through that port.