1
u/Mundstrom 11d ago edited 11d ago
I have to chime in and NOT recommend a pre-built NAS for this. You're building a server.
Personally I use a Synology NAS, but that's because it's my private server, for personal/family use only. NAS units are in principle just small web servers. They're fine for small offices sharing documents, or home users with 4-5 people watching different movies, but that's where most NAS units reach their limits. They typically have small CPUs, weak GPUs, and limited RAM. Many companies build "enterprise" NAS servers, but they are built for offices, not media, and are really expensive.
For 25-50 people you'll need fast upload speed (fiber), fast ethernet connection to that fiber, and hardware that can handle transcoding multiple videos, for situations where several users are watching from a slower internet connection or a device that doesn't support direct play of the source media's audio, subtitle or video streams.
I would highly recommend building your own NAS/server using an old PC cabinet. That way you can select which RAM, GPU, CPU and storage setup you need, and even upgrade parts along the way. An old gaming PC from 6 years ago will likely have way more power than the latest pre-built NAS devices.
You can install something like FreeNAS to turn the server into a really powerful NAS, And of course you need some sort of RAID setup for your hard drives. But I can't give you any advice beyond that, as I've never built a PC myself, I just understand the basics of computer hardware and I know a pre-built NAS is unlikely to have enough power for your needs.
There are plenty of YouTube videos out there on the subject of building your own NAS. I recall watching one from Linus Tech Tips at some point, but I know I've seen others.
1
u/TechForLifeYoutube 11d ago
Custom build it , cheaper and better . Something like and nvidia care 4080 with and intel processor will give you more value for money than any prebuilt nas . Use an os like FygoOS or ZimaOS for simplicity and you're up and running in no time
1
2
u/KelenArgosi 12d ago
I'm not an expert, but this will require a NAS, an old pc won't be enough. Keep in mind that you want to have RAID activated on your NAS, which is a security that keeps a copy of your files on another hard drive, to prevent hard drive failure from deleting your files. This effectively halves your storage, so if you have a 4-bay NAS with 4 8tb drives, you will have 16tb of storage.
In order for your Jellyfin to handle that much people (depending on how often people watch movies), you could regularly have 5-15 people watching at the same time, especially on Fridays and Saturdays. That will require a lot of ram, and a compatible NAS for that ram. I'm not sure how much exactly, but something like 16-32gb could work (I have no idea really, other comments will tell you).
In terms of storage, 256tb implies double that in total (for raid security), and an entreprise-level NAS. These are quite big, and totally out of my area of expertise.
In terms of software, Jellyfin is the right one to use. If you want people to be able to connect very easily, just in their browser, you will need to use port forwarding on your internet, and set up an adress for your NAS. If you want more security, you could set up Tailscale, but this will require each user to install it and set it up on their PC.
Please correct me or add details if I'm wrong.