BEGINNER PROJECT
How to build a home media server without overbuying
A useful media server needs three things to work together: enough storage, a server that can handle your playback needs, and clients that can play as much of the library directly as possible.
1. Start with the library
Look at the codecs, resolution and file sizes you already have. A collection of 1080p H.264 files is a very different workload from 4K HDR HEVC remuxes.
2. Think about the clients
Your TV, streaming box, browser and phone determine whether Jellyfin can direct-play a file. Better client compatibility reduces transcoding and makes server hardware requirements much easier.
3. Choose compute around transcoding
If you expect transcoding, pick hardware with a supported media engine. Modern Intel integrated graphics are a common low-power route. If everything direct-plays, compute demands can be far lower.
4. Separate fast application storage from bulk media
Keep the operating system, Jellyfin database and transcode cache on SSD storage. Put the large media library on suitably sized disks or network storage.
5. Use wired networking for the server
Gigabit Ethernet is a sensible baseline. High-bitrate 4K files and multiple simultaneous streams can expose weak wireless links quickly.
6. Plan backup based on replaceability
Some media may be replaceable; personal videos and carefully curated libraries may not be. Decide what actually deserves a second or off-site copy instead of blindly duplicating every terabyte.
Use the calculator before buying disks
The media server storage calculator estimates films, TV, music, growth, Jellyfin data and backup copies.
Next: what is Jellyfin? or Jellyfin hardware guide.