2024-06-11, 01:48 AM
(2024-06-11, 01:46 AM)TheDreadPirate Wrote: Since you can't use the interface, try manually changing the network.xml.
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.
I was able to gain access by deleting the network.xml file. It created a new one after the server restart and I was able to login. Still not sure why I can't connect remotely.