SOLVED: Moved server to different internet, how can I access Jellyfin? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Moved server to different internet, how can I access Jellyfin? (/t-solved-moved-server-to-different-internet-how-can-i-access-jellyfin) |
Moved server to different internet, how can I access Jellyfin? - crambles - 2024-11-28 My Jellyfin server is my laptop and I traveled for Thanksgiving and now I'm on a different wifi network. Is there a way to access it from the new network or would I have to set it up all over again? RE: Moved server to different internet, how can I access Jellyfin? - TheDreadPirate - 2024-11-28 You mean accessing it from the same network, you just have to use whatever IP it is assigned by the router. Or do you mean access it remotely while you are on this new network? RE: Moved server to different internet, how can I access Jellyfin? - Efficient_Good_5784 - 2024-11-28 On the laptop, you would just use localhost to refer to itself: localhost:8096 If you want others to use your Jellyfin server, you would need to figure out the IP address you are assigned as you connect and disconnect from the network. The laptop will most likely get assigned random IP addresses as it connects, so the IP address will constantly be changing. Unless you access the router in the new location to mess around with setting an IP address to not be assignable by DHCP, and then setting your laptop's IP to be a static IP you set in the router, you'll have to deal with constantly changing the IP address you use to access Jellyfin. RE: Moved server to different internet, how can I access Jellyfin? - crambles - 2024-11-28 (4 hours ago)Efficient_Good_5784 Wrote: On the laptop, you would just use localhost to refer to itself: localhost:8096 Wonderful! This worked perfectly! |