• 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 General Questions Starting New Server

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Starting New Server

    What kind of CPU should I use?
    Moondoggie78
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Mar
    Reputation: 0
    Country:United States
    #1
    2024-03-07, 01:14 PM
    Recently, I upgraded my PC with a brand new build and I have a lot of parts left over. I have an i7-7600k that I could use in my server build that I could enable QuickSync. Or, I have access to a PC that has a Intel Xeon E-2124G. Knowing that the Xeon is a server CPU, does that automatically make it a better chance at running my Jellyfin server?
    34626
    Offline

    Member

    Posts: 179
    Threads: 36
    Joined: 2023 Jul
    Reputation: 0
    Country:Denmark
    #2
    2024-03-07, 04:57 PM
    Are you sure it's an i7-7600k and not an i5-7600k or an i7-7700k?
    Serv: N5105 - 32GB RAM, 1 WD Red SA500 2TB, 2 8TB, 2 4TB WD Red Plus, LC-35U3-C-HUB
    OS: Debian
    Clients: Pi4 with LibreELEC + JellyCon and Jellyfin Media Player
    Network: 2 TP-Link AX23, OpenWRT mesh 802.11s and 1 Gbit
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #3
    2024-03-07, 05:04 PM
    100% use the 7600K. The Xeon CPU does not have an iGPU, which means you would need to add a separate GPU for accelerated transcoding. The iGPU in the 7600K has all the important codec support for HDR content.
    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]
    Moondoggie78
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Mar
    Reputation: 0
    Country:United States
    #4
    2024-03-07, 05:15 PM
    (2024-03-07, 04:57 PM)34626 Wrote: Are you sure it's an i7-7600k and not an i5-7600k or an i7-7700k?
    Yep! You're totally right. It's the i5 lol. Either way, its looking like a general consensus of the 7600k is the way to go for this.

    Now to just figure out if I wanna load this on Windows via Docker or run TrueNAS to get things going.

    Appreciate everyone's input!
    34626
    Offline

    Member

    Posts: 179
    Threads: 36
    Joined: 2023 Jul
    Reputation: 0
    Country:Denmark
    #5
    2024-03-07, 05:54 PM
    Okay, yes it sounds like you cant use the Xeon. When it comes to OS, i would go with a Linux distro, i Use Debain 12 with Jellyfin in a docker, but if you prefer TrueNas, then go for that ;-)
    Serv: N5105 - 32GB RAM, 1 WD Red SA500 2TB, 2 8TB, 2 4TB WD Red Plus, LC-35U3-C-HUB
    OS: Debian
    Clients: Pi4 with LibreELEC + JellyCon and Jellyfin Media Player
    Network: 2 TP-Link AX23, OpenWRT mesh 802.11s and 1 Gbit
    Moondoggie78
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Mar
    Reputation: 0
    Country:United States
    #6
    2024-03-07, 08:17 PM
    (2024-03-07, 05:54 PM)34626 Wrote: Okay, yes it sounds like you cant use the Xeon. When it comes to OS, i would go with a Linux distro, i Use Debain 12 with Jellyfin in a docker, but if you prefer TrueNas, then go for that ;-)

    Is there a difference in using a Linux based OS vs running it on Windows? Sorry, I'm extremely new to this and trying to nail down all of my options before I start to get this going. My ultimate plan is to at least try to start this server project and then eventually purchase a NAS for it. They're a little expensive though and my wallet can't support that at the moment.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2024-03-07, 08:37 PM
    Linux is just, generally speaking, better at being a server. It doesn't have "features" that Windows has that make it more suited for a desktop. Linux does not force reboots for updates, for example. Linux, by default, doesn't go to sleep when inactive. Things like that.

    If you aren't familiar with Linux, Windows is fine. Docker in Windows is jank and is not recommended for beginners. Lots of weird things you have to do to make hardware acceleration work, etc.

    Either go Linux or just install Jellyfin directly on Windows and turn off all the sleep/update functions.
    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]
    Moondoggie78
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Mar
    Reputation: 0
    Country:United States
    #8
    2024-03-08, 12:59 PM
    (2024-03-07, 08:37 PM)TheDreadPirate Wrote: Linux is just, generally speaking, better at being a server.  It doesn't have "features" that Windows has that make it more suited for a desktop.  Linux does not force reboots for updates, for example.  Linux, by default, doesn't go to sleep when inactive.  Things like that.

    If you aren't familiar with Linux, Windows is fine.  Docker in Windows is jank and is not recommended for beginners.  Lots of weird things you have to do to make hardware acceleration work, etc.

    Either go Linux or just install Jellyfin directly on Windows and turn off all the sleep/update functions.

    I'll definitely keep that in mind! I really appreciate the advice everyone!
    34626
    Offline

    Member

    Posts: 179
    Threads: 36
    Joined: 2023 Jul
    Reputation: 0
    Country:Denmark
    #9
    2024-03-08, 04:28 PM
    Linux is much better then Windows, it's more lightweight, it's much more secure and works great with Intel Quick Sync.

    Back in the days i also started with a NAS, but i learned quickly why that is a bad idea.. You can use a used computer as a first server. Just ensure it has an Intel CPU i3/i5/i7 with a K (Not F) in the end of model name, and above 11000 series (Just my recommandation). Then later, if you need more transcoding powr, wait for Intels upcoming GPUs, current A300 series sounds to use a lot of power when idle, but else they are good for the money.
    Serv: N5105 - 32GB RAM, 1 WD Red SA500 2TB, 2 8TB, 2 4TB WD Red Plus, LC-35U3-C-HUB
    OS: Debian
    Clients: Pi4 with LibreELEC + JellyCon and Jellyfin Media Player
    Network: 2 TP-Link AX23, OpenWRT mesh 802.11s and 1 Gbit
    Moondoggie78
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Mar
    Reputation: 0
    Country:United States
    #10
    2024-03-08, 08:28 PM
    I have a very small amount of experience with Ubuntu when I was in college for IT. Server and Linux were not a main focus, so I feel like this is all new territory for me. I am debating on loading up Ubuntu on the desktop and trying my hand at it. I found at least 1-2 different walkthroughs on YouTube, so I think with that I should be good to go. If not, wipe it and try again!
    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