Spyke

best professional server Distro option?

I am about to set up a cloud instance with linux operating system, and the common choice here normally would be ubuntu. But since they failed their newest release, and I have the option of going fedora or debian. What would you guys recommend for server?

View original on lemmy.world
lemmy.ml

Best fit is always dependent on how you're planning to use it. Find out what your requirements before you set up a server.

Generally Debian is chosen very often, but I'd wager pretty much any distro will do. Your own experience goes a long way in making a distro a good choice.

29
lemmy.world

Which one has the biggest repositpry libruary off the bat? It's a GUI-less server. So no browser downloading of .deb files anyways.

1
infeeeeereply
lemmy.zip

OpenMediaVault comes with a beginner friendly webui, and all programs from the debian repos are available. It's plain debian under the hood. You can install docker, lxc, k8s and kvm plugins and they are managable from the webui.

https://www.openmediavault.org/

0
lemmy.world

It is going to run af .go application that is the backend for my website. Handling user logins, database translation etc.

1

Go applications are statically built. So you don't really need anything special on the server for that. Anything will do. Debian would be fine here.

5

Debian would be the most obvious choice. Perhaps Alma is also a good option. If you would like a european option, OpenSUSE leap can also do the job.

15

Can't say anything for professional use, but debian is rock solid, always a strong choice for servers.

11

I personally favour Alpine Linux for its minimalism, but Devuan or Debian are fine, and more familiar choices, too. Depending on what you intend to run, especially appliance-like things, OpenBSD might be a good alternative.

10
piefed.zip

Professional as in an organisation? You should probably start by gathering functional and non-functional requirements from stakeholders.

9
lemmy.world

It's for running a .go app as a backend through an api to my website/app frontend.

1

I usually have Debian on all my servers for stability, and run almost everything inside containers for convenience. The few things that run directly in Debian are nginx for reverse proxying to container services, fail2ban+firewall, and wireguard for everything that moves data between servers/computers/devices I own

7
lemmy.nz

Rhel if you are using professionally. Their enterprise support staff are wizards when it comes to finding the cause of random issues.

5
HelloRootreply
lemy.lol

Mostly the uutils.

  • MIT license isn't nice.
  • They have way more CVEs than the core utils they replace.
  • They don't have feature parity yet, so if you use some rare flags in your scripts, those will break.
3
Dranreply
lemmy.world

Code rewrites are always going to have growing pains. Rewriting gnu-corrutils in rust is a noble effort.

1

Should have used agpl if they wanted to be noble.

But this is just a corpo moating strategy.

2
lemmy.world

Dno, I don't use Ubuntu. Just heard from all my Linux sources (podcasts, forums, etc) that their Newest release sucked.

0
bizdelnickreply
lemmy.ml

LOL, you could hear that about pretty much every release of any software.

1

I'd go with Debian but it's just a personal preference. I had some difficult to set up a samba server the other day in one of my laptops that was running fedora because of firewall configs that I don't use in Debian like adding context or something. Besides that, I kinda think dnf is better than apt in some ways but still use Debian on my home server. I just works

4
slrpnk.net

Depends on what you mean by professional and your needs.

Debian (stable) is rock solid but (because) slow changing, if your application is slow (or not) changing it's probably the better choice, but if you need new things before it's ready for a new version it'll be pain. It's the professional sysad's choice because they'll likely not have to do anything.

Fedora is faster moving (think cutting edge, not bleeding edge (e.g. Arch) as opposed to Debian's blunt safety) so if you're in active development it's likely a better choice. It is also sort of the testing arm for Red Hat Enterprise Linux, which is the quintessential professional Distro, so you'll learn some of that along the way.

4
lemmy.world

Just mean stable. Atleast it should not be the distros fault something suddenly isn't working

1

Debian it is then, it comes in stable, testing and sid (who breaks his toys) also called unstable variants. Unsurprisingly, you'll be wanting stable.

3
utopiahreply
lemmy.ml

if you need new things before it’s ready for a new version it’ll be pain

Like what?

Also if you need something before Debian is ready for it... you're weird. I don't mean this in a derogatory fashion, solely that you are doing something our of the ordinary. Consequently you should first question WHY you do that in the first place.

Finally if you do need something very specific, containers are there to ... contain that. Running Debian as the host distribution doesn't mean you're limited to it for your applications, servers included.

-1
slrpnk.net

Valid point re containers, but OP has a wanting bare metal feel IMO. I like and use both, horses for courses, just giving some context.

2

wanting bare metal feel IMO

Not sure what that means. Typically I would also question people who think containers are "expensive" in the sense of wasting resources. IMHO it's a great compromise to have very weird services while the server itself is very stable.

1

If you are choosing between Fedora and Debian, definitely go with Debian. Fedora evolves too rapidly for professional use, and its administration requires excessive effort.

3
feddit.uk

I've used rocky Linux on a couple of boxes and it's been very good to me though I've since rationalised everything to Debian for the sake of simplifying my setup.

3
lemmy.ml

Do yourself a favor and go with Nixos. Dive head first into to the rabbit hole and set up a repeatable and immutable system. You'll thank yourself later when so many maintenance tasks become a GitOps workflow: update config, commit, push, build, deploy, rollback if it fails

3

SME here, moving around 300 vms from Rocky to Debian.

But your question is really too vague. Our workflows are quite traditional, but the world is a big place and there is no single right answer here.

3

My first choice would still be Ubuntu, however if you don't like them RHEL is available for free for homelab's by jumping through some hoops.

Might also take a look at NixOS. Been running it for a while with no issues.

3

Github has zero 9's so at this point just use Arch for everything fuck it

(I would personally recommend Debian)

2
sopuli.xyz

I would use Ubuntu LTS (free) or Redhat Enterprise Linux. If paying is not an option, some RHEL derivate would probably also work.

Care to elaborate how Ubuntu failed newest release?

2

yea, ubuntu 'failing' is news to me, too. their infrastructure has been hammered by bad actors, and pre-release daily spins were at-times a bit rocky, but the release itself (barring a few potential issues on the desktop with all the changes) seems to be solid.

2

I think there are many right answers, and in the end it's dependent on your personal likings. I am self-hosting using Fedora, and I couldn't be happier.

2

Professional Server grade distro, would probably be either Ubuntu, Red Hat Enterprise Linux or OpenSUSE Enterprise Linux.

For my personal homelab server I run Arch Linux, but I wouldn't do it in an enterprise.

2

Both Debian and RHEL-like distros are solid choices. Both are super stable. Debian tends to not always have the newest packages, so if you want that I'd steer away from Debian. Personally I use Rocky Linux for my servers. It's based on RHEL, meaning each new major version benefits from Red Hat's 10 years of software support. Debian (and derivates) have better community support I think, but RHEL has very solid documentation (which for the most part applies directly to Rocky, Alma etc.)

Here's a great article outlining the differences between Alma and Rocky.

But for something simple like running a Go application, both should work just fine, so choose what you're most comfortable with.

Rocky is available at Scaleway too.

2

I’ve run Ubuntu servers for over a decade in some very large and demanding environments and have had so few issues with the OS itself.

Lemmy has a hate boner for Canonical, and Ubuntu, but the reality is this is an echo chamber. Ubuntu has been run in basically every corner of the globe for some of the most critical work human kind has, and it could be so easily swapped for Debian. But it isn't.

1
lemmy.world

At my workplace 95% is running ubuntu. Those servers that doesn't, are running crappy Microsoft server, and those are just because the applications weren't yet running on linux, but everything does now, so I gues they will switch to ubuntu very shortly.

4
Dranreply
lemmy.world

People shit on it but there's a lot of good open-source tooling that supports it.

There are nist l1 profiles

Tutorials and guides for everything

etc

Part of being a good sysadmin is knowing when not to reinvent the wheel. Ubuntu has a lot of options for vetted, hardened, "other people's wheels."

Also, for posterity, the competent ones are running the headless, server version of Ubuntu. (As opposed to the bloated mess that is Ubuntu Desktop). The server version catches a lot of flack it doesn't deserve.

3
bad1080reply
piefed.social

i didn't shit on it, i am on kubuntu rn. i just never heard of it being a thing in the server world.

1

It is the biggest os server wise in the world. Everything on aws runs ubuntu as well. Any SaaS is ubuntu. You cannot get around it datacenter or SaaS wise.

3

I’ve seen mostly RHEL in professional server environments.

-1
lemmy.world

My AI says I should always choose Debian 12 (last stabel) instead of 13 (latest build). Is this still a thing? Not hosting applications that needs to be reliably run on latest builds?

-7
OhneHosereply
feddit.org

Classic AI Garbage!

Debian 13 is stable and the latest stable you can get...

This page has options for downloading and installing Debian 13.4.0, the stable release.

Debian 13 download page, source of quote

I'm running on Debian Trixie since release last year with exactly zero issues, you can hardly get more stable than with Debian.

11

The current stable release is Debian 13. Choosing 12 is nonsense.

6

Debian is already noiriously lagging behind latest package versions (that's how they make it so stable : they freeze all package versions when they release a new version of Debian, and only backport security fixes).

Either your AI was trained before Debian 13 came out, or it is giving you really bad advice. I can't think of a single good reason to use an older Debian for a fresh install...

3
Telexreply
sopuli.xyz

To find out the actual current latest stable, just check the site: https://www.debian.org/releases/

The stable distribution contains the latest officially released distribution of Debian.

This is the production release of Debian, the one which we primarily recommend using.

The current stable distribution of Debian is version 13, codenamed trixie. It was initially released as version 13.0 on August 9th, 2025 and its latest update, version 13.4, was released on March 14th, 2026.

2