Jellyfin Forum
SOLVED: Unable to Connect from anywhere - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access)
+---- Thread: SOLVED: Unable to Connect from anywhere (/t-solved-unable-to-connect-from-anywhere)

Pages: 1 2 3


RE: Unable to Connect from anywhere - LunaCooper - 2024-06-11

(2024-06-11, 01:27 AM)TheDreadPirate Wrote: Do you have a VPN installed?

Surfshark is installed but not running


RE: Unable to Connect from anywhere - TheDreadPirate - 2024-06-11

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.


RE: Unable to Connect from anywhere - LunaCooper - 2024-06-11

(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.


RE: Unable to Connect from anywhere - TheDreadPirate - 2024-06-11

Does your new ISP use CGNAT?


RE: Unable to Connect from anywhere - LunaCooper - 2024-06-11

How do I find that out?


RE: Unable to Connect from anywhere - LunaCooper - 2024-06-11

After some googling it seems they do use it


RE: Unable to Connect from anywhere - TheDreadPirate - 2024-06-11

TLDR; you're boned. You will need to use something like Tailscale for external access. Or rent a VPS and setup a private VPN to tunnel to your jellyfin.

You can also contact your ISP to ask if they are able to give you a static or non-NAT'd address.


RE: Unable to Connect from anywhere - LunaCooper - 2024-06-11

I recently got off the phone with them and they said they aren't blocking any ports and don't use CGNAT. If i get them to give me a static IP, should that fix the issue?

Side note, I've found it was the HTTPS settings that were not letting me connect to from the host machine. Every time I changed them and restarted the server, it wouldn't allow me to connect


RE: Unable to Connect from anywhere - TheDreadPirate - 2024-06-11

A static IP is not necessary. You just have to manually or automatically update your domain when it changes.

Are you using a domain for remote access?


RE: Unable to Connect from anywhere - LunaCooper - 2024-06-11

No, just my ip, it's only myself connecting to it.