Computers & Electronics

Need advice on running Plex server

  • Last Updated:
  • Aug 17th, 2025 12:00 pm
[OP]
Deal Fanatic
Jan 31, 2007
8056 posts
8061 upvotes
Center of Canada

Need advice on running Plex server

I currently running Plex on Win10 PC, with i7-10070 CPU. I have couple more software that run on this "Always On" PC. I do have Plex LifePass.

With Win10 end of support soon, I am looking for options.

Option 1:
Reload this machine with Win11 and re-install everything.

Option 2:
- Load Ubuntu as main OS and run Plex on Ubuntu.
- Run Win11 VM on Ubuntu as guest system to handle software I need that only run on Windows.

Option 3:
- Win11 as base OS, run Docker to run Plex on Docker.

My First priority is Plex stability and transcoding performance. Everything etc is secondary.

Which way would be best option?

Additional Info: I change between Hardware Decoding vs Software from time to time.
I notice Hardware decoding give me problem on same of the MKV file and crash from time to time. Software is more stable but just use a lot of CPU.

I am not sure if move to Linux base will improve it.
******************************************************
Bright side of RFD: Often find good deal
Dark side of RFD: Tons of stuff that I don't need but still got them because of RFD
******************************************************
23 replies
Sr. Member
Aug 18, 2004
757 posts
1 upvote
Running Plex on anything other than windows is the way to go IMO.
Windows will be problematic due to windows updates, you will need to take your Plex server down for updates, constantly.
Running it on Linux resolves this issue, you will still need to do updates, but less frequently.
Have a look at unRAID if you haven't already, its not free, but is a great OS for things like Plex or running a NAS
Deal Addict
Dec 11, 2008
3131 posts
2129 upvotes
Toronto
ashman wrote: Running Plex on anything other than windows is the way to go IMO.
Windows will be problematic due to windows updates, you will need to take your Plex server down for updates, constantly.
Running it on Linux resolves this issue, you will still need to do updates, but less frequently.
Have a look at unRAID if you haven't already, its not free, but is a great OS for things like Plex or running a NAS
Windows is not the nightmare that you paint it.
I run Plex server, Docker, NordVPN meshnet and multiple other applications on my i5-10400 Dell 3440 and I think yesterday was the first time that the system had to be rebooted in months.
Sr. Member
Aug 18, 2004
757 posts
1 upvote
I support windows for a living, have done for the past 30 years. It may not be a nightmare for you, but IMO it's certainly a nightmare compared to Linux, and that was all I was trying to convey.
[OP]
Deal Fanatic
Jan 31, 2007
8056 posts
8061 upvotes
Center of Canada
ashman wrote: I support windows for a living, have done for the past 30 years. It may not be a nightmare for you, but IMO it's certainly a nightmare compared to Linux, and that was all I was trying to convey.
In term of Plex specific, do you know does it run "trancode" better in Windows or Linux? Or really doesn't matter
******************************************************
Bright side of RFD: Often find good deal
Dark side of RFD: Tons of stuff that I don't need but still got them because of RFD
******************************************************
Deal Guru
User avatar
Nov 21, 2002
12833 posts
5308 upvotes
Winnipeg
where do you store your files?

If its on the same windows 10? then its using ntfs and that fragments easily and requires defragmentation more often and more work on said drives lowering performance. Less so on linux based with ext 4 etc

Instead of always transcoding use better clients that don't need it. Those are quite cheap these days
[OP]
Deal Fanatic
Jan 31, 2007
8056 posts
8061 upvotes
Center of Canada
lead wrote: where do you store your files?

If its on the same windows 10? then its using ntfs and that fragments easily and requires defragmentation more often and more work on said drives lowering performance. Less so on linux based with ext 4 etc

Instead of always transcoding use better clients that don't need it. Those are quite cheap these days
It just store on the same Win10 machine.
I use Plex client run on Android TV Box (Android TV OS). It is MeCool, Google and Netflix certified. Also have one Walmart Onn.

What I notice is Most file it can play video direct but it transcode audio.
Some odd case not sure why it transcode Video too.

I need Transcode since some of my family watch my liberty from their home.
******************************************************
Bright side of RFD: Often find good deal
Dark side of RFD: Tons of stuff that I don't need but still got them because of RFD
******************************************************
Deal Addict
Apr 29, 2018
4721 posts
3817 upvotes
Vancouver
Yeah upgrade to Windows 11 and stick to Windows. Linux can be a massive pain unless you also use it professionally

Many of us, use Linux for work and so for us it is not that big a deal. But for the average user, it is a lot easier to stick to Windows.

Also since the drivers are generally better on Windows, it may transcode faster
Deal Guru
User avatar
Nov 21, 2002
12833 posts
5308 upvotes
Winnipeg
cheapshopper wrote: It just store on the same Win10 machine.
I use Plex client run on Android TV Box (Android TV OS). It is MeCool, Google and Netflix certified. Also have one Walmart Onn.

What I notice is Most file it can play video direct but it transcode audio.
Some odd case not sure why it transcode Video too.

I need Transcode since some of my family watch my liberty from their home.
it should play it all. The audio might just be due to the container or you haven't completley disabled transcoding altogether in settings of your plex server.

The realty is it comes down to exoplayer for your devices which is not a flexible player. Its only good for plex and jellyfin for its extras like restarting from last played etc or uhd playback that those servers are only dev to use for those client apps. Different kind of containers its not great and then the plex server kicks in as it reads an error. It can be tweaked and if someone out their would release a modified version to unlock playback to software level when it hits a hiccup it would be the goto. Otherwise I have tried a few but vlc remains the best. I use it and set my jellyfin client to use external player and on the fly plays old avi to hvec by the client instead of relying on the server when it hits an error for hardwrae accel to do it. Jellyfin used to offer libvlc directly but becuase that branch of vlc depreciated and had not be updated they dropped support for it. That was my goto. waiting for them to re-include it as it was updated in apr.

https://forum.jellyfin.org/t-solved-bring-back-libvlc
[OP]
Deal Fanatic
Jan 31, 2007
8056 posts
8061 upvotes
Center of Canada
lead wrote: it should play it all. The audio might just be due to the container or you haven't completley disabled transcoding altogether in settings of your plex server.

The realty is it comes down to exoplayer for your devices which is not a flexible player. Its only good for plex and jellyfin for its extras like restarting from last played etc or uhd playback that those servers are only dev to use for those client apps. Different kind of containers its not great and then the plex server kicks in as it reads an error. It can be tweaked and if someone out their would release a modified version to unlock playback to software level when it hits a hiccup it would be the goto. Otherwise I have tried a few but vlc remains the best. I use it and set my jellyfin client to use external player and on the fly plays old avi to hvec by the client instead of relying on the server when it hits an error for hardwrae accel to do it. Jellyfin used to offer libvlc directly but becuase that branch of vlc depreciated and had not be updated they dropped support for it. That was my goto. waiting for them to re-include it as it was updated in apr.

https://forum.jellyfin.org/t-solved-bring-back-libvlc
Yeah, I still remember the old good day that Plex allow us to use External Player. Much better.
Back to the Plex server topic. Anyone know does it make a different for the Plex server run on Windows vs Linux?
******************************************************
Bright side of RFD: Often find good deal
Dark side of RFD: Tons of stuff that I don't need but still got them because of RFD
******************************************************
Deal Guru
User avatar
Nov 21, 2002
12833 posts
5308 upvotes
Winnipeg
cheapshopper wrote: Yeah, I still remember the old good day that Plex allow us to use External Player. Much better.
Back to the Plex server topic. Anyone know does it make a different for the Plex server run on Windows vs Linux?
its always gonna come down to the linux support of the gpu for q-sync support. If all good then no different just less ram will be used due to less bloat and less fragmentation of drives if housed in the pc are also the server would need to be atleast ext4 formatted drives.

That means they will all be reformatted thus they will be wiped. Just a heads up if you don't have a backup.

People who run headless plex servers tend to run linux for 24/7. People who run widows based do so because they use it mostly for double duty as a desktop that they just leave on anyway and are comfortable with windows and/or have the storage/media drives on a separate nas already.

Example this my omv server but I use jellyfin and other dockers which holds usb 3 external drives formatted in ext4 all runs headless 24/7 no complaints cheap and easy
https://www.ebay.ca/itm/326391945589?_s ... g&LH_BIN=1

I bought it awhile ago paid maybe 65 shipped but prices have gone trumped for things lately. Does the job for me. Low powered reliable
Deal Expert
User avatar
Mar 14, 2009
19786 posts
11910 upvotes
ashman wrote: I support windows for a living, have done for the past 30 years. It may not be a nightmare for you, but IMO it's certainly a nightmare compared to Linux, and that was all I was trying to convey.
Yeah well if you're going to run Plex, you should realistically run a bunch of stuff associated with Plex, and most of that stuff runs Windows only and can be problematic to get running under Linux, if you can do it at all.
Deal Addict
Apr 29, 2018
4721 posts
3817 upvotes
Vancouver
cheapshopper wrote: Yeah, I still remember the old good day that Plex allow us to use External Player. Much better.
Back to the Plex server topic. Anyone know does it make a different for the Plex server run on Windows vs Linux?
No they are the same, more or less

Performance may be lower on Linux when transcoding.
[OP]
Deal Fanatic
Jan 31, 2007
8056 posts
8061 upvotes
Center of Canada
kramer1 wrote: No they are the same, more or less

Performance may be lower on Linux when transcoding.

Thanks So I should just stay with windows. No point to learn Linux if there is no good reason to do so
******************************************************
Bright side of RFD: Often find good deal
Dark side of RFD: Tons of stuff that I don't need but still got them because of RFD
******************************************************
Deal Addict
Apr 29, 2018
4721 posts
3817 upvotes
Vancouver
cheapshopper wrote: Thanks So I should just stay with windows. No point to learn Linux if there is no good reason to do so
It will be easier. Windows can pretty much do whatever Linux can.

Moving to Linux will be a steep learning curve and not like you will get a big performance bump or anything.

Why do you want to move to Linux anyway?
[OP]
Deal Fanatic
Jan 31, 2007
8056 posts
8061 upvotes
Center of Canada
kramer1 wrote: It will be easier. Windows can pretty much do whatever Linux can.

Moving to Linux will be a steep learning curve and not like you will get a big performance bump or anything.

Why do you want to move to Linux anyway?
It is not that I want to move to Linux.
It is the other way around, If there are noticeable benefits to run Plex on Linux, I am willing to learn.

Done many "Google" and saw many said best way to run Plex is run it on Linux or Container. so I was thinking are those the better way. Never saw anyone said best way is run it on Windows.
******************************************************
Bright side of RFD: Often find good deal
Dark side of RFD: Tons of stuff that I don't need but still got them because of RFD
******************************************************
Sr. Member
Aug 18, 2004
757 posts
1 upvote
Look into unRAID, there isn't a steep learning curve and compared to running it in Ubuntu, IMO, and the community support is fantastic. I've been running Plex on unRAID for 8 years and never had a problem. I run it in docker, and it works great.
Deal Addict
Apr 29, 2018
4721 posts
3817 upvotes
Vancouver
cheapshopper wrote: It is not that I want to move to Linux.
It is the other way around, If there are noticeable benefits to run Plex on Linux, I am willing to learn.

Done many "Google" and saw many said best way to run Plex is run it on Linux or Container. so I was thinking are those the better way. Never saw anyone said best way is run it on Windows.
If that were the case, Plex developers would also suggest that. They don't and infact suggest Windows. As the GPU driver support is better.

With Linux it may or may not have the right drivers and your transcoding may be slower

Now there are other benefits to learning Linux. Linuxfromscratch is what I suggest for people wanting a deep understanding of Linux. It is really worth it.

Top

Topic Information

There is currently 1 user viewing this thread. (0 members and 1 guest)