I'm looking to upgrade my old Plex server setup. I originally used an Intel i7 4790k with Linux Mint, running Plex and some Python automation scripts. Now, I want to switch to a mini PC with an 11th Gen i7 and 16GB of RAM. I'm considering using Docker for isolation and ease of updates, and I'm leaning towards Ubuntu, but I've also heard about CasaOS. Can anyone recommend a good guide for setting up a Plex server using Docker on Ubuntu? Also, is CasaOS a solid choice for my needs, and can it work alongside a desktop environment since I occasionally do development work that requires a browser and tools like BlueFish?
4 Answers
Honestly, if this is primarily for a server, a desktop environment might be unnecessary. But if you're going to be doing some development work, it's understandable you’d want access to some GUI tools. Just think of it as a server with some extra perks.
Check out Proxmox—it's awesome once you get the hang of it! But with just 16GB of RAM, I understand your hesitation, especially when it comes to getting your home network set up right. Just remember, it's worth considering!
You might want to go with Debian. It's super stable and has loads of available packages. During installation, you can pick from several desktop environments, or even go without one if you prefer. For remote management, tools like Cockpit or Webmin are great options!
Debian is definitely a solid choice since it's what Ubuntu is based on. If you're feeling adventurous, Arch distros like Garuda also work well, but keep in mind they run on a rolling release model, which could mean some breakages. Just use a compatible file system to counter that.

Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux