Hey Hosters!
Just wanted to share that I got Jellyfin installed and set up on my Windows 2022 Server, and it’s working great! I didn’t even know there was a version for WIndows. How do you like that?
I know this is probably “the usual” for everyone here, but I’m genuinely excited that I managed to get it all running smoothly.
After getting the server up, I went through the basics (users/permissions, library paths, and making sure everything was reachable on the network) and it all just worked. The interface is super clean, playback is nice and responsive, and it feels like I’ve been missing out on this until now.
Huge thanks to the Jellyfin team and the community! This project is awesome!! If anyone is stuck, please don’t give up. keep poking at the configuration and it’ll pay off. Now I just need to spend some time organizing my libraries!
Happy Hosting!
Asking out of curiosity: is there a specific reason you’re running Windows on your server? I used to do the same on my home servers because that’s what we used to have at work, and I wanted to learn and test some stuff. But it was a difficult road, to put it mildly. Simple things, like getting Docker autostart on boot seemed almost impossible. At some point I just gave up and switched to Linux.
You have trouble getting Docker to auto-start on Windows? I thought that was the default behavior… Hell, even if it’s not, you can just add a Docker shortcut to the Startup folder.
It works great when you log in as a user like you normally would on a Windows pc. But on a server you want it to run as a service, starting automatically in the background and/or being managed by the failover cluster without requiring a user to log in.
The solution back then was to use
netplwizautologon. Obviously a hack and bad for security, but fine for a homelab. After googling it now, it looks like some other “solutions” are documented in the GitHub issue about this.
its kinda crazy having your own personal netflix, right?
i originally used it so my kids could watch cartoons in school
How did you handle the reverse proxy in Windows for remote access?
I didn’t. I don’t need remote access. We don’t watch TV outside the house.
Wouldn’t Kodi be better suited then? Jellyfin’s strength is its ability to transcode
Wait I don’t have a reverse proxy because I don’t need one. I just installed the jellyfin for windows version and then you just connect to it.
Did you set up up the arr suite too? They run the background services for tracking and pulling titles, and qbittorrent downloads the files. They are all docker images and should be able to run on Win. I like Caddy as my reverse proxy, super simple to point router port 80 & 443 to the server ports for Https.
Did you?
Holy shit man.