Configuration of server for 100 Users - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Off Topic (https://forum.jellyfin.org/f-off-topic) +--- Forum: Self-hosting & Homelabs (https://forum.jellyfin.org/f-self-hosting-homelabs) +--- Thread: Configuration of server for 100 Users (/t-configuration-of-server-for-100-users) Pages:
1
2
|
Configuration of server for 100 Users - Ruhul Remon - 2023-06-27 I want to develop a server for 100 users (approx 60-70 simultaneous) at my university dormitory. Can anyone suggest me a configuration so that I can run smoothly. RE: Configuration of server for 100 Users - Venson - 2023-06-27 Ok to set some constraints right straight here: Jellyfin is a _home_ media server. It is designed for home usage only lets say at max 20 users. Although there are ways to achieve that it will neither be easy nor cheap. Are we there on the same page? RE: Configuration of server for 100 Users - Ruhul Remon - 2023-06-27 Thank you for your reply. I understand the purpose of jellyfin. But budget is not an issue here. Im just curious that can I achieve that with jellyfin and what may be the server config to achieve that RE: Configuration of server for 100 Users - paulc - 2023-06-27 Having media files that don't have to be transcoded should be a priority. Transcoding is going to bog Jellyfin and your server down. Like any high demand, high resource computer/server usage, having adequate memory, CPU and bandwidth is a start point. RE: Configuration of server for 100 Users - TheDreadPirate - 2023-06-27 (2023-06-27, 04:49 PM)paulc Wrote: Having media files that don't have to be transcoded should be a priority. Transcoding is going to bog Jellyfin and your server down. Like any high demand, high resource computer/server usage, having adequate memory, CPU and bandwidth is a start point. I would add that even without transcoding, that many simultaneous users would pretty much require SSDs for the storage. The IOPS and throughput of an HDD is not sufficient. Even if in a RAID. RE: Configuration of server for 100 Users - Venson - 2023-06-27 @Ruhul Remon ok then. A few questions on your requirements. What are the primary resolution you want to playback? Is Transcoding a requirement? Is remuxing a requirement? Do you want to support subtitles? If so, text based only or Image based ones aswell? Are you aware that Jellyfin is not considered a "secure" software? As our primary target is home use, we do not harden against common kinds of attacks that might be expected in a unsecure environment? RE: Configuration of server for 100 Users - wtfjacks - 2023-06-28 Just a thought but why not build a server then install samba and have users configure their jellyfin app to access the remote shares. You can set up samba to use a home directory and then configure user name and passwords for each user. That way you can easily add and remove user access just by editing the user config file. I believe this would alleviate the need for transcoding on your side. RE: Configuration of server for 100 Users - TheDreadPirate - 2023-06-28 Another thing to consider, you are likely to have issues with your university's IT policies. When I was still in college, my university's IT department actively hunted and shut down student run file sharing servers (DC++ at the time). Regardless if you go with Jellyfin or a simple samba server, this is file sharing. With all the legal and university IT policy issues that entails. This is well beyond "family and friends". RE: Configuration of server for 100 Users - SkyFyx - 2023-07-11 @TheDreadPirate You cant deactivate transcoding for the server with Jellyfin. Or if it's possible I would like to know how ? RE: Configuration of server for 100 Users - Venson - 2023-07-16 @SkyFyx You can disable it for individual users in the admin panel |