• 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 password

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    password

    reset jellyfin password in truenas scale
    BigzyLarge
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #1
    2024-02-20, 05:38 AM
    i have been having a hard time reseting jellyfin password in my Truenas scale server, Its installed in ix-applications i don't know how to access it. I tried getting to my jellyfin shell i couldn't I need to get back in please help!
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-02-20, 06:07 AM
    If you don't have shell access, do you have access to the jellyfin container's data files?

    Stop jellyfin
    Edit /config/config/system.xml

    Change IsStartupWizardCompleted from true to false
    save, quit
    start jellyfin

    This will bring up the setup wizard again. You can reset your admin username and password. Leave everything else as is.
    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]
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #3
    2024-02-20, 08:08 AM (This post was last modified: 2024-02-20, 08:21 AM by Efficient_Good_5784. Edited 1 time in total.)
    What version of Truenas Scale are you using?

    Go to your app section with the running Jellyfin container, then look around and open its own shell. Not the system shell, but the container's own shell.

    Side note first. While opening the shell, if your container's user has the correct permissions, under the "commands" line option you can replace the "/bin/sh" to any other shell type you like or are familiar with (ex: /bin/bash).

    Once you're in the shell, use linux commands to navigate to the file(s) you need. Keep in mind that the app's shell is contained. The shell will only see what you allowed it to see from your system. If you try to copy one of the files outside of the container, you will need to set up a host path first before the app's shell can directly copy to it.

    If all you're trying to do is read what the json file contains after you run the "forgot password" option on Jellyfin, just find that file, then use the "cat" command.
    Example: cat <file-to-print-to-screen>
    ------------------------------------------------------
    (2024-02-20, 06:07 AM)TheDreadPirate Wrote: If you don't have shell access, do you have access to the jellyfin container's data files?
    I just want to point out that with Truenas Scale, installing apps onto it (Jellyfin in this case) will require you to use Kubernetes from the system shell to access the contained files from a container.
    That or use the built-in shell from the apps page.

    Deploying apps on TN Scale doesn't provide you a direct way of accessing the internal files unless you strictly create an external host path and mount that to the app.
    Since OP (@BigzyLarge) is having a hard time finding his files, he most likely didn't externally mount the Jellyfin config folder and just let Scale handle all of that.

    As how Truenas currently is, it's not exactly beginner friendly with these types of things. Especially since it doesn't have a built-in file browser of sorts. It expects users to mainly create shares to access/store data from another computer, or use the system shell.
    BigzyLarge
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #4
    2024-02-20, 01:31 PM
    @Efficient_Good_5784 What version of Truenas Scale are you using? TrueNAS-SCALE-23.10.1.3
    BigzyLarge
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #5
    2024-02-20, 02:14 PM
    If you don't have shell access, do you have access to the jellyfin container's data files? honestly im not sure but i dont think so. @TheDreadPirate
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-02-20, 06:20 PM
    Without shell or filesystem access, there isn't much we can do. But I have a hard time believing you can't access either. At a bare minimum, the file system with some sort of browser or command line to TrueNAS.
    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]
    BigzyLarge
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #7
    2024-02-21, 02:58 AM (This post was last modified: 2024-02-21, 03:02 AM by BigzyLarge. Edited 1 time in total. Edit Reason: add more info )
    i got into the shell of jellyfin, but i'm having issues with the commands, i tried the ones you gave me i know they should work. I can admit it's all user error.


    Attached Files Thumbnail(s)
       
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #8
    2024-02-21, 03:16 AM
    In that shell, try using the following commands:
    • ls -l {To print items in current directory. -l flag to display it in a list with info}
    • cd <directory to move into> {cd "change directory" will allow you to move around directories}
    • cat <filename> {prints out a file to the screen}
    BigzyLarge
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #9
    2024-02-21, 03:57 AM
    thanks loads im gonna try that but look at this, i think it's saying i don't have permission. But please confirm for me please, thanks    
    BigzyLarge
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #10
    2024-02-21, 04:02 AM
    this is where i am, whit CAT, do i use the jellyfin name or the set of letters and numbers infront?    
    Pages (2): 1 2 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