Guide for setup a Plex server

hungofhydra@lemmy.dbzer0.com to Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com – 56 points –

Just like title. I remember there is a very detailed guide for setup a Plex server with Sonarr/Radarr for streaming from everywhere in my house. But I can't find it anymore.

If anyone has a guide and share it, I would be appreciate.

38

Step 1 - Dont. Step 2 - Install Jellyfin

What's so great about jellyfin anyways? I have a lifetime plex pass so I'd be a waste of my money if I stopped using plex

This article covers it in depth.

https://www.rapidseedbox.com/blog/jellyfin-vs-plex

It's a different answer for someone already invested and paid up for life on plex though than it is for someone looking to do their first install.

I noticed jellyfin doesn't have mobilesync, does that mean I wouldn't be able to watch stuff away from home on my phone for example?

It's worth to mention the Findroid app which can download for offiine viewing

I watch totally fine on my phone and pickup at home. It should sync to your log in account in my experience

Plex does reencode and sync to phone for offline watching. Jellyfin you would stream direct. If you often go places with no Internet then sync is better, otherwise you'd be fine.

At work I don't have wifi so I'm forced to use my phones 4g

If you pre-encode and sync over episodes for later, then yes plex will work better for you. If you watch streaming over 4g then you'd be unaffected

A friends setup had better transcoding performance with Intel ARC on Jellyfin than on Plex with 4K HDR10 content

plex had 0.7 frames rendered per frame shown Jellyfin had 1.1 frames rendered per frame shown

so while plex was lagging jellyfin did not

Nothing if you’re already set up in Plex and your server isn’t in a data center.

I use Plex but it seems that Jellyfin offers a wider range of hardware support for transcoding acceleration even with the plex pass (though if you're using a quicksync device for your server it's probably a nonissue)

Some reason I read this as one sentence. Haha. I think it's because it didn't make a line break on Sync.

I have edited it to prevent such misreading :)

Just curious. Why Plex, and not Jellyfin?

my personal excuse is that I have a Samsung TV and there's no Jellyfin app yet on the app store (I don't want to side load)

Is there a Kodi app? Because Kodi can play media from Jellyfin servers.

I mean, there's also a DLNA browser built in which I can browse my media with, but what we are looking for is a Jellyfin/Plex experience right?

C/Plex on Lemmy.ee has a bunch of nice guides I wrote up and curated. I had to drop back from modding due to a major life event, but I’d be glad to answer any questions you have.

Best of luck 👍🏻

2 more...

I didn't follow any single guide, but the following got me through my installation:

I used Dockstarter, since I am relatively unfamiliar with Docker. If you haven't heard of it, it is essentially a GUI script that helps you with directories, ownership, and settings involved with a large selection of Docker containers. It tends to focus on the linuxserver io releases.

The Trash Guides are useful for setting up the directory trees.

There's also a list of suggested Plex server settings on that site.

Thank you for everyone respone. Now I have enough material to setup my own streaming server.

I have a docker compose script you can have that sets up an array of arr containers as well as plex and enby, plus qbittorrent and jackett fed through a vpn container. Ping me tomorrow so I can anonymize it and pass it to you if you'd like.

I'd be interested in seeing it if you wouldn't mind passing it along

Sorry it took a while, busy weekend.

Here you can find the script. I commented the parts that i thought were not clear.

This does not include the streaming apps since people seem to have very strong preferences about that.

I use both Plex and Emby for different types of media, but any media server will work with this setup so I left those out to leave it more generic.

I also left Heimdall in there cause i find a landing page very useful but feel free to remove it as needed.

You will need OpenVPN credentials as provided by your VPN service, check here for a list of supported services and general FAQs and here for the tutorial this is based on.

Very interesting, thank you for sharing! Question from a newbie: why did you declare the host_network external network? What purpose does it serve and how is it managed?

You can see more in the tutorial I linked.

I'm no expert myself but it is my understanding that the VPN container needs an explicit reference to the network to use to connect outwardly, and that definition just tells it to use the default connection of the host machine.