• 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 SOLVED: Unable to connect to the selected server

     
    • 0 Vote(s) - 0 Average

    SOLVED: Unable to connect to the selected server

    Even after a fresh install, I'm not able to connect to my server
    SenileOtaku
    Offline

    Junior Member

    Posts: 23
    Threads: 5
    Joined: 2023 Jun
    Reputation: 1
    Country:United States
    #15
    2024-08-21, 03:04 PM
    https://pastebin.com/uB8ViQpv (Aug 21)
    https://pastebin.com/jWTL4UJH (Aug 20)

    ~$ sudo firewall-cmd --list-all
    Code:
    FedoraServer (default, active)
      target: default
      ingress-priority: 0
      egress-priority: 0
      icmp-block-inversion: no
      interfaces: enp0s31f6
      sources:
      services: cockpit dhcpv6-client ssh
      ports: 8096/tcp 8096/udp
      protocols:
      forward: yes
      masquerade: no
      forward-ports:
      source-ports:
      icmp-blocks:
      rich rules:


    ~$ sudo ss -tulpn
    Code:
    Netid      State        Recv-Q      Send-Q                                      Local Address:Port                Peer Address:Port      Process                                         
    udp        UNCONN      0            0                                                0.0.0.0:5355                    0.0.0.0:*          users:(("systemd-resolve",pid=808,fd=10))     
    udp        UNCONN      0            0                                                0.0.0.0:7359                    0.0.0.0:*          users:(("jellyfin",pid=1048,fd=479))           
    udp        UNCONN      0            0                                              127.0.0.54:53                      0.0.0.0:*          users:(("systemd-resolve",pid=808,fd=19))     
    udp        UNCONN      0            0                                          127.0.0.53%lo:53                      0.0.0.0:*          users:(("systemd-resolve",pid=808,fd=17))     
    udp        UNCONN      0            0                                              127.0.0.1:323                      0.0.0.0:*          users:(("chronyd",pid=886,fd=5))               
    udp        UNCONN      0            0                                        239.255.255.250:1900                    0.0.0.0:*          users:(("jellyfin",pid=1048,fd=475))           
    udp        UNCONN      0            0                                            192.168.3.15:44642                    0.0.0.0:*          users:(("jellyfin",pid=1048,fd=476))           
    udp        UNCONN      0            0                                                    [::]:5355                        [::]:*          users:(("systemd-resolve",pid=808,fd=12))     
    udp        UNCONN      0            0                                                  [::1]:323                        [::]:*          users:(("chronyd",pid=886,fd=6))               
    udp        UNCONN      0            0                  [fe80::1a66:daff:fe20:c759]%enp0s31f6:546                        [::]:*          users:(("NetworkManager",pid=945,fd=27))       
    tcp        LISTEN      0            4096                                              0.0.0.0:5355                    0.0.0.0:*          users:(("systemd-resolve",pid=808,fd=11))     
    tcp        LISTEN      0            4096                                        127.0.0.53%lo:53                      0.0.0.0:*          users:(("systemd-resolve",pid=808,fd=18))     
    tcp        LISTEN      0            4096                                          127.0.0.54:53                      0.0.0.0:*          users:(("systemd-resolve",pid=808,fd=20))     
    tcp        LISTEN      0            128                                              0.0.0.0:22                      0.0.0.0:*          users:(("sshd",pid=1011,fd=3))                 
    tcp        LISTEN      0            512                                                    *:8096                          *:*          users:(("jellyfin",pid=1048,fd=508))           
    tcp        LISTEN      0            4096                                                [::]:5355                        [::]:*          users:(("systemd-resolve",pid=808,fd=13))     
    tcp        LISTEN      0            128                                                  [::]:22                          [::]:*          users:(("sshd",pid=1011,fd=4))                 
    tcp        LISTEN      0            4096                                                    *:9090                          *:*          users:(("systemd",pid=1,fd=81))               
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Unable to connect to the selected server - by louis1642 - 2024-07-17, 12:02 PM
    RE: Unable to connect to the selected server - by TheDreadPirate - 2024-07-17, 01:14 PM
    RE: Unable to connect to the selected server - by louis1642 - 2024-07-17, 01:25 PM
    RE: Unable to connect to the selected server - by TheDreadPirate - 2024-07-17, 01:52 PM
    RE: Unable to connect to the selected server - by louis1642 - 2024-07-17, 02:12 PM
    RE: Unable to connect to the selected server - by TheDreadPirate - 2024-07-17, 02:39 PM
    RE: Unable to connect to the selected server - by louis1642 - 2024-07-18, 10:46 AM
    RE: Unable to connect to the selected server - by TheDreadPirate - 2024-07-18, 01:34 PM
    RE: Unable to connect to the selected server - by Stephen Griffiths - 2024-08-18, 03:41 AM
    RE: Unable to connect to the selected server - by TheDreadPirate - 2024-08-18, 04:05 AM
    RE: Unable to connect to the selected server - by SenileOtaku - 2024-08-19, 06:55 PM
    RE: Unable to connect to the selected server - by TheDreadPirate - 2024-08-19, 08:19 PM
    RE: Unable to connect to the selected server - by SenileOtaku - 2024-08-19, 10:19 PM
    RE: Unable to connect to the selected server - by TheDreadPirate - 2024-08-20, 03:45 PM
    RE: Unable to connect to the selected server - by SenileOtaku - 2024-08-21, 03:04 PM
    RE: Unable to connect to the selected server - by TheDreadPirate - 2024-08-21, 04:17 PM
    RE: Unable to connect to the selected server - by SenileOtaku - 2024-08-23, 07:09 PM
    RE: Unable to connect to the selected server - by SenileOtaku - 2024-08-23, 07:04 PM
    RE: Unable to connect to the selected server - by TheDreadPirate - 2024-08-23, 07:11 PM
    RE: Unable to connect to the selected server - by SenileOtaku - 2024-08-27, 01:13 AM

    • 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