2024-06-11, 01:46 AM
Since you can't use the interface, try manually changing the network.xml.
C:\ProgramData\Jellyfin\Server\config\network.xml
Change
To
Replace with your actual local address.
C:\ProgramData\Jellyfin\Server\config\network.xml
Change
Code:
<LocalNetworkAddresses />
To
Code:
<LocalNetworkAddresses>
<string>192.168.1.3</string>
</LocalNetworkAddresses>
Replace with your actual local address.