• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Networking & Access Can't connect to selected server

    Pages (3): 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    Can't connect to selected server

    Can't connect to selected server
    Worldrazor
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2023 Jun
    Reputation: 0
    Country:Germany
    #1
    2023-06-27, 06:43 AM (This post was last modified: 2023-06-27, 06:44 AM by Worldrazor.)
    Hello! I have set up so Jellyfin can be accessed from anywhere. Unfortunately when I go to the web address where I have set it up I can't access the server and get an error. 

    I can get as far as "picking a server", but when I click connect I just get an error that it's unavailable. I remember that I had the same issue some time ago, but I can't find the solution... So I hope you can help!

    Error: We are unable to connect to the selected server at this time. Please make sure the server is running and try again.


    Attached Files Thumbnail(s)
       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2023-06-27, 04:00 PM
    In that screenshot, where are you trying to access Jellyfin from? I'm assuming another computer on your home network. What OS is running on the Jellyfin server? Did you add a rule to the Jellyfin server's firewall to allow port 8096?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Worldrazor
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2023 Jun
    Reputation: 0
    Country:Germany
    #3
    2023-06-28, 02:22 PM
    It's running in a Proxmox LXC with Ubuntu, and yes it's on another computer on my home network.

    Tbh I'm using a cloudflare tunnel right now. Yes, I know it's against their policy, but I'm just playing with it.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2023-06-28, 03:20 PM
    In Ubuntu did you add a firewall rule to allow connections on port 8096?

    Code:
    sudo ufw allow 8096
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    skribe
    Offline

    Community Moderator

    Posts: 147
    Threads: 0
    Joined: 2023 Jun
    Reputation: 5
    #5
    2023-06-29, 10:28 PM
    (2023-06-27, 06:43 AM)Worldrazor Wrote: Hello! I have set up so Jellyfin can be accessed from anywhere. Unfortunately when I go to the web address where I have set it up I can't access the server and get an error. 

    I can get as far as "picking a server", but when I click connect I just get an error that it's unavailable. I remember that I had the same issue some time ago, but I can't find the solution... So I hope you can help!

    Error: We are unable to connect to the selected server at this time. Please make sure the server is running and try again.

    The short answer is that these are the symptoms of trying to access a server that is simply not accessible via a webui that is cached in the browser. So the webui loads, but it can't actually contact the server. Verifying that your ports are open and forwarded correctly, and that the machine is simply accessible to ping via the IP you're trying to utilize are good first troubleshooting steps. But you need to figure out why your client machine cannot communicate with the host.
    Ethan Brewster
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    #6
    2024-01-09, 07:02 PM
    Im just now trying to do this myself and am running into the same exact issue. Any solutions found?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2024-01-10, 12:33 AM
    (2024-01-09, 07:02 PM)Ethan Brewster Wrote: Im just now trying to do this myself and am running into the same exact issue. Any solutions found?

    Can you describe your setup?  This same issue can happen with many kinds of setups.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    sectorchan
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2024 Jan
    Reputation: 0
    #8
    2024-01-10, 02:43 PM
    Hi folks,

    as you might see im new and have this behavior aswell.
    I run the LXC container (ubuntu 22.04) on Proxmox and the browser runs on my Windows Desktop system.

    I've created the LXC container added the suggest rule "ufw allow 8096".
    On the browser <ip>:8069 (fresh install) I've selected the suggested Jellyfin installation on the same IP-system, but it wont connect:

    root@ubn-jellyfin:~# service jellyfin status
    * jellyfin.service - Jellyfin Media Server
    Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; vendor preset: enabled)
    Drop-In: /etc/systemd/system/jellyfin.service.d
    `-jellyfin.service.conf
    Active: active (running) since Wed 2024-01-10 14:28:21 UTC; 14min ago
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #9
    2024-01-10, 06:39 PM
    I'm assuming you aren't mistyping the port as 8069 instead of 8096 in your browser. What IP are you using? The IP of the proxmox OS or the Ubuntu OS?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    sectorchan
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2024 Jan
    Reputation: 0
    #10
    2024-01-11, 08:16 AM
    Hi,

    Indeed it was a mistyping: http://192.168.1.30:8096/web/index.html#...erver.html thats the copy&paste one.
    This is the URL from the LXC Container (ubuntu 22.04 OS), the Proxmox OS has a differnt one.
    This is the LXC Network configuration: https://i.imgur.com/6MsORtc.png

    To be honest, I would assume that it can connect, even when the browser is on my W10 client the webserver of the Jellyfin, can connect to the "local" installed service ^^; (Even without proper ufw role)
    Pages (3): 1 2 3 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode