![]() |
Upgrading 10-year-old hardware - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Upgrading 10-year-old hardware (/t-upgrading-10-year-old-hardware) |
Upgrading 10-year-old hardware - Mr_Generic - 2025-02-27 Greetings, Sorry, I have a lot of questions here on upgrading my hardware and what software to put on it. I built my own Jellyfin server about 10 years ago. I think it's time for an upgrade. ![]() My current Jellyfin server is:
I'm in the process of looking at building a new machine and updating all the software including Windows. I've read some of the Jellyfin documentation regarding memory, GPUs, etc. Some of the things I'm considering in the new machine include:
Once the new machine is up and running, and I have Jellyfin installed, how do I migrate my current Jellyfin configuration to the new machine? Is it as simple as doing the following?
Again, sorry for the long post. I look forward to reading responses! Thanks! - Bob RE: Upgrading 10-year-old hardware - TheDreadPirate - 2025-02-27 TLDR; 4 cores is fine for what you're trying to run, since you would have a dedicated GPU. Definitely get 32GB of RAM. If you do use Docker/Podman/Portainer, only do that for your other apps. I wouldn't recommend running Jellyfin in a container on Windows due to limitations in supported GPUs for passthrough to the container (Nvidia only is my understanding). Check the Jellyfin dashboard to help locate where your files are. It looks like your Jellyfin app data is in your user folder instead of C:\ProgramData\Jellyfin. When Jellyfin is run as admin it will be in ProgramData, if run as an unprivileged user it will be stored in their home directory. The two folders you mentioned have SOME of your data, but there should also be a "Server" folder somewhere. If restarted Jellyfin and then looked in your Jellyfin log, it will print ALL of the directories that have your Jellyfin data. When migrating to a new host, your Jellyfin app data MUST be located in EXACTLY the same paths as on the original host. A lot of files are referenced by their absolute path. |