• 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 Jellyfin-web client missing

     
    • 0 Vote(s) - 0 Average

    Jellyfin-web client missing

    Puriwong Lertnantaporn
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #1
    2024-10-17, 01:14 PM
    I'm trying to move from docker desktop on Windows to Proxmox.
    I got the Debian 12 lxc set up and tried running the 
    Code:
    curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
    from the docs it went fine without error
    but after the script finished I tried checking if the server is running using jellyfin command and it shows  this

       

    I tried looking for the directory but there's no jellyfin-web there

    i'm using Proxmox and Debian 12 container
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,051
    Threads: 0
    Joined: 2024 Jun
    Reputation: 57
    #2
    2024-10-17, 01:37 PM
    Jellyfin operates as a system service, so typing "jellyfin" in the terminal is not the correct way to start Jellyfin and will result in an error.

    To check the status, use the command:
    Code:
    systemctl status jellyfin

    After installing with the script, you can configure Jellyfin in your browser at this address: http://localhost:8096/

    If Jellyfin isn't running, you can start it with:
    Code:
    sudo systemctl start jellyfin
    Puriwong Lertnantaporn
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #3
    2024-10-17, 02:17 PM
    (2024-10-17, 01:37 PM)theguymadmax Wrote: Jellyfin operates as a system service, so typing "jellyfin" in the terminal is not the correct way to start Jellyfin and will result in an error.

    To check the status, use the command:
    Code:
    systemctl status jellyfin

    After installing with the script, you can configure Jellyfin in your browser at this address: http://localhost:8096/

    If Jellyfin isn't running, you can start it with:
    Code:
    sudo systemctl start jellyfin

    Thanks for the reply
    I tried using systemctl and still can't connect to webgui
       
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,051
    Threads: 0
    Joined: 2024 Jun
    Reputation: 57
    #4
    2024-10-17, 02:30 PM
    From your screenshot, it looks like you’re still running "jellyfin" in the terminal. Once Jellyfin is installed and running as a service, you don’t need to interact with the terminal. You can simply configure it through your web browser at http://localhost:8096/.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-10-17, 03:12 PM
    localhost is only viable if you are accessing it from the same host that is running the server. The font in your screenshot looks like putty so I am assuming you are NOT accessing Jellyfin from the same machine. In which case you would need to use the LAN IP for your server.

    http://192.168.X.X:8096

    Replace with your actual LAN IP for the server.
    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]
    Puriwong Lertnantaporn
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #6
    2024-10-17, 04:50 PM
    I did replace the ip with LAN IP and still can't access the webgui
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2024-10-17, 05:05 PM
    Did you open port 8096?

    Code:
    sudo ufw status

    If ufw is disabled or doesn't have a rule for port 8096, run this command.

    Code:
    sudo ufw enable
    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]
    Puriwong Lertnantaporn
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #8
    2024-10-17, 06:00 PM (This post was last modified: 2024-10-17, 06:04 PM by Puriwong Lertnantaporn. Edited 1 time in total.)
    Thanks for all the help. I've managed to fix the problem by just assigning ip to jellyfin lxc not the same as proxmox host ip.
    sorry for rookie mistake.
    « 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