I have made a decision to start a Linux server for some projects (files, media, etc.). However, I don’t know what would be a good server for me to use. Is there any good choices for me to use? I use EndeavourOS for my laptop and my desktop, if that matters.

Server specs: 2GB RAM 240GB SSD

(This is my first server, hopefully I will be able to upgrade after some time)

  • banazir@lemmy.ml
    link
    fedilink
    arrow-up
    32
    arrow-down
    1
    ·
    edit-2
    9 months ago

    Can’t go wrong with Debian on servers. Stable, secure and long term support. Very minimal install also.

    Maybe also look into Alpine. It might be a bit lighter, if that’s an issue.

  • scrapeus@feddit.de
    link
    fedilink
    arrow-up
    20
    ·
    edit-2
    9 months ago

    You will need a pretty light distro since you only have 2GB of Ram. Normally I would recommend containerized workloads, but 2GB RAM are just a bit too small.

    Your distro choice should also be made based on the frequency of maintainance and package availability.

    In the server space you have some contenders.

    Release based distros: Ubuntu is your beginner friendly go to recommended distro. Very well documented and with automatic security updates. In my opinion its okay but a tad bloated. Ubuntu has yearly release cycles but the LTS versions have longer support so you don’t have to upgrade your whole distro. Ubuntu uses apt package management.

    Debian would be the next normal choice. Also apt based with almost yearly releases. No bloat, but also no auto features. You are more on your own. Similar to Ubuntu.

    Fedora server is also a more beginner friendly got it all distro with better modularity and very recent packaging. Fedora uses dnf. Be aware that fedora has tight release cycles on which you have to upgrade every time. Fedora has virtually only a small grace period between releases.

    Centos/AlmaLinux/RockyLinux are all RedHat Linux clones without the enterprise support but with the same packages. Rock solid distro used in the enterprise server industry. Very well documented and known. Due to enterprise world also a bit outdated. But I found packages that are newer here than in the Debian repos. Those distros also use dnf/yum.

    OpenSuse Leap is also a Good distro. I can’t say much to it because I didn’t use it so much. Opensuse is well known and has a good knowledge base. There is also opensuse Tumbleweed wich is a rolling release distribution.

    Rolling releases: Rolling releases are distros wich don’t have real release cycles but are more or less “rolling” no big upgrades needed but more of a once a mont maintenance type distro.

    There is centos, archlinux, nixos, opensuse Leap and probably a lot more. Nixos is pretty special and I don’t really recommend it so much for beginners.

    Last category auto updating, immutable micro distros wich are mostly used for container hosts. This distros are made for only hosting containers. You have to take care of the right storage setup and be aware of all the special quirks it comes with. Best ones are Fedora CoreOS, Flarcar Linux and Opensuse MicroOS. Those are “low maintaince” but only if you really know what you are doing. Steep learning curve and non standard procedures.

    Hope this helps a bit.

    Feel free to correct me :)

    • calebm@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      9 months ago

      Fedora has virtually only a small grace period between releases.

      This part is inaccurate. Fedora releases every 6 months, like Ubuntu interim releases, but supports them for 18 months. Additionally, Fedora supports skipping a single release. So, for example, you could run Fedora 35, skip 36, and upgrade straight to 37. While not supported as long as the Ubuntu LTS, Fedora is supported for longer and more flexible than the Ubuntu interim releases.

      • scrapeus@feddit.de
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        9 months ago

        Yes that’s correct. But I see 18 months maintaine windows for a complete distro upgrade is fairly often. Ubuntu Interim is in my opinion not really suited for server applications due to the small support windows.

        Rocky Linux9 security EOL is in 8 years for the other end. In that context fedora is a lot more “short lived”.

    • fxt_ryknow@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      9 months ago

      “There is also opensuse Leap wich is a rolling release distribution.”

      Leap is not a rolling release. Tumbleweed is the rolling release.

    • Cyclohexane@lemmy.mlM
      link
      fedilink
      arrow-up
      2
      ·
      9 months ago

      My server is 2 GB, and for self hosted stuff it’s good enough. Granted, I use Gentoo, but I wouldn’t expect debian would be much higher unless you’re running something.

      I run postgres and a file server on mine. I’ve previously ran NextCloud. It was a liiittle slow, but I think I was CPU bound (raspberry pi).

      • scrapeus@feddit.de
        link
        fedilink
        arrow-up
        2
        ·
        9 months ago

        Tbh all modern mainstream distros are lightweight I give you that. But there are always exceptions. Something like PopOS (I know not a server distro) can hog a lot of resources, so those are not suited.

    • SALT@lemmy.my.id
      link
      fedilink
      arrow-up
      5
      ·
      9 months ago

      Debian. left ubuntu behind. If you can use Ubuntu, better use Alma/RHEL/Fedora

  • danielfgom@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    1
    ·
    9 months ago

    Ger more RAM if you can.

    Use Debian. It’s super stable and the deb format is the most popular.

    Don’t use Ubuntu because Snaps will eat all your space and RAM. Avoid like the plague!

  • brenno@lemmy.brennoflavio.com.br
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    1
    ·
    9 months ago

    I think the key here is to favor stability than latest features as you don’t want your server stopping due to bugs.

    So the systems being recommended here, like Debian and Ubuntu LTS are good.

  • MrPoopyButthole@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    ·
    9 months ago

    If you want remote desktop then it sounds like you want a desktop OS instead of a server OS. For servers you usually just SSH in without a graphical interface.

  • stellarforce@kbin.social
    link
    fedilink
    arrow-up
    10
    ·
    9 months ago

    I use DietPi which is Debian with nice installers that set things up for you for a lot of things you would want in a server. You can run it on a ton of devices including an x86 desktop.

  • Floey@lemm.ee
    link
    fedilink
    arrow-up
    8
    ·
    9 months ago

    I use Arch on my personal computers but on servers I usually opt for Debian unless I’m planning to run bleeding edge software.

  • d3Xt3r@lemmy.nzM
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    9 months ago

    files, media etc

    Sounds like you’re after a file/media server primarily? If so, you should check out TrueNAS. It’s based on FreeBSD, which has lower resource usage and better networking performance compared to Linux, also, it has native support for ZFS, which is one of the best filesystems you can use for file storage.

  • db2@sopuli.xyz
    link
    fedilink
    arrow-up
    6
    ·
    9 months ago

    Unless you need some special “enterprise” functionality I think just about any can be an effective server.