Anyone self hosting on Mac mini M1/M2?
from SuperFola@programming.dev to selfhosted@lemmy.world on 22 Jun 09:03
https://programming.dev/post/15872064

I currently have a server, a Dell T310 with an SSD in it and 12Gig of ram (weird config, I know I messed up but it works fine so I can’t be bothered to change that for now), with all my dockers running in it.

It runs mostly fine, with Debian 11, a VPN so that I can block public ssh and allow it only on the VPN network, an nginx proxy to have services like a forgejo and a music library (ampache).

However it can’t run a Minecraft server with more than a single person on it without stuttering ; so I was considering changing it maybe next year, after more than 3 years of services, for something beefier but also consuming less W/h (current consumption is 80W), and since I already have a Mac for work I was wondering how suitable a Mac Mini M1/M2 would be for a homelab?

Does anyone have such a configuration and how does it work for you? Any hurdle that you should be aware of?

#selfhosted

threaded - newest

makingStuffForFun@lemmy.ml on 22 Jun 09:11 next collapse

An m2 / m2 runs Debian?

TCB13@lemmy.world on 22 Jun 09:18 next collapse

Yes… wiki.debian.org/InstallingDebianOn/Apple/M1

NameTaken@lemmy.world on 22 Jun 10:31 collapse

I mean technically it does. Isn’t this the Ashai Linux and isnt it very Alpha / Beta stage? As far as I’m aware this is not recommended for anything critical ( per the project maintainers) and unless OP loves tinkering he is most likely going to hit a lot of unique edge case scenarios that require a lot of time to unwind. If you have a very narrow use case this might work but is probably not worth the headache.

Telodzrum@lemmy.world on 22 Jun 13:56 next collapse

Asahi is not at all “alpha” and I’d hesitate to describe even parts of it on the first and second generation Apple silicon as “beta.” Its daily driver levels of stability and I’m constantly impressed by it.

NameTaken@lemmy.world on 22 Jun 17:34 collapse

From the Ashai website - “Asahi Linux is a work in progress. Many hardware components are not yet supported!”

Just be warned a lot of people have bricked or nearly bricked their computers just trying to get Ashai installed on their Mac. Daily driver this is not but they are making great progress! It will get there eventually.

pukeko@lemm.ee on 22 Jun 17:44 next collapse

It’s a fair warning, but on my M2 MBA the only things that don’t work are the microphone and some elements of graphics acceleration. I keep macos on a tiny partition for firmware updates and, I guess, to recover in the event of a catastrophic failure, but … it’s been rock solid. Most of the software I use has compatible builds, which might be the most surprising part.

Telodzrum@lemmy.world on 22 Jun 19:37 collapse

BULLSHIT

No one has hard bricked a device, you can always flash MacOS back with a tool. Any issues installing are years old. OFC it’s a work in progress, so is all of Linux even RHEL. It is 100% ready to daily drive and many people do.

NameTaken@lemmy.world on 22 Jun 20:16 collapse

Ok cool 😎

markstos@lemmy.world on 22 Jun 22:05 collapse

All the hardware support for the Mac Mini is complete and working.

I’ve had no problems running Asahi Linux on an M1 Mac Mini.

SuperFola@programming.dev on 22 Jun 10:30 next collapse

I was thinking more like just having dockers on macOS

But running a Linux like asahi is an option

Oisteink@feddit.nl on 22 Jun 13:53 next collapse

IMO venturing out in the unknown using fringe case hardware/software is a hobby by itself. It’s my 2nd hobby besides self hosting. Being more about experimenting than stability and ease of use, it’s not compatible with self hosting so I keep them separate

markstos@lemmy.world on 22 Jun 22:11 collapse

I host using an M1 Mac Mini using Fedora Asahi Linux. Installed easily, no problems. Fast and quiet!

I ran a Minecraft server for a while. Worked fine.

bluey@lemmy.world on 22 Jun 11:18 collapse

Yes, thanks to AshiLinux

TCB13@lemmy.world on 22 Jun 09:28 next collapse

since I already have a Mac for work I was wondering how suitable a Mac Mini M1/M2 would be for a homelab?

Suitable yes, if you want to do it… maybe or maybe not. Here’s a few pointers:

  • Debian can be installed on those machines, however I’m not sure how power management works properly:
  • Installation isn’t as straightforward and as easy as in another systems because Apple decided to keep pushing the usual ARM bullshit of not including a proper UEFI with the system;
  • Some stuff will be broker, but you most likely don’t need it for self-hosting;
  • If you keep macOS around you may have good luck with virtualizing Debian using UTM or VMware. Debian’s arm64 images will run at optimal performance on that hardware.

If you’re about to spend money I would grab an HP Mini unit with a “T” CPU, those will downclock really hard and you can get a i5-10500T (on ebay) for around 250€… and everything will work fine out of the box. An i7-8500T model also sells for 150€ or something like that.

Have a look at those CPU benchmarks (last one is probably yours):

<img alt="" src="https://lemmy.world/pictrs/image/02065e37-3547-49bf-84d4-9f1aa337138c.png">

If you’re looking for power efficiency the newer CPUs are always better. Those mini units will downclock and idle at around 9-12W depending on hardware configuration but Apple should be able to do better - at least assuming you’ve power management working.

cpubenchmark.net/…/Apple-M1-8-Core-3200-MHz-vs-Ap…

onlinepersona@programming.dev on 22 Jun 09:59 next collapse

The problem with Mac hardware is that it’s ARM and vertically integrated with everything Apple. Not all hardware is supported by Linux because Apple won’t write any linux drivers and everything is reverse engineered. You’re better off buying something non-Apple which linux properly supports.

If power consumption is an issue for you get, a R9 7950X consumes as much and at times less power than an M1/M2 (I think even M3). Check out GamerNexus’s charts. IINM AMD in W/Ghz performs better than Intel across the board.

No idea where you are, but you can get a small factor PC from one of the vendors that preload linux, or configure a small form factor PC of your liking for cheap and put linux on it. You’ll get more out of your money for the same or better performance with about the same energy consumption (or a bit more).
Somebody I know who happens to live in Hungary got himself this cheap beauty. They deliver all over Europe, but if you live elsewhere on this planet, there probably is something similar like this out there.

Anti Commercial-AI license

markstos@lemmy.world on 22 Jun 22:09 next collapse

There are plenty of Linux containers available for ARM in part because a lot of developers want to run Linux containers within macOS on Apple Silicon.

That has had the effect improving the experience of running Linux directly on ARM servers.

onlinepersona@programming.dev on 22 Jun 22:36 collapse

That may be, but buying a Mac Mini is like buying a device made from the ground up for Windows, where any other operating system has to reverse engineer 100% of the things to work well, or you have to emulate another OS on it (which comes with its own pitfalls), and it’s 200+€ more expensive than its nearest equivalent.

Every single company I’ve worked at which introduced Apple Silicon to its developers has had headaches with compatibility. The worst I’ve seen was it taking a developer a month to get up and running because the specific component we used didn’t have a build for the specific ARM architecture. Multipass, UTM, podman, docker desktop, all didn’t work until colima and forcing the VM to emulate x86 + forcing docker in the VM to use the x86 image worked. There was a persistent problem with disk IO since it used 9p or whatever. Installing dependencies from scratch meant waiting 30 minutes on the M2.

Why pay a premium for less compatibility and worse specs? Just get yourself something that works, which is cheaper, maybe even supports a company that invests in Linux and its ecosystem, and be able to ask an existing developer community instead of asking the subsection of linux users that run your specific app on however you’re running linux on Appe hardware.

Anti Commercial-AI license

markstos@lemmy.world on 23 Jun 02:44 next collapse

I didn’t pay a premium, I got a great deal.

The reverse engineering work was already complete, and all the containers I needed for ARM were available.

These have great performance per watt.

onlinepersona@programming.dev on 23 Jun 06:32 collapse

That’s great if it’s your experience.

I’m just saying me and others have consistently had different experiences, and OP can get a better experience at half the price, with the same (or better) energy consumption, all while supporting the Linux ecosystem directly.

Anti Commercial-AI license

markstos@lemmy.world on 23 Jun 11:36 collapse

I’ve donated to marcan to work on Asahi Linux, which gets upstreamed. That’s direct.

What has better performance per watt than M1 at a better price?

onlinepersona@programming.dev on 23 Jun 18:31 collapse

www.cpubenchmark.net/power_performance.html

markstos@lemmy.world on 23 Jun 18:43 collapse

Other efficiency benchmarks place Apple Silicon and AMD chips ahead of Intel chips:

cpu-monkey.com/…/cpu_benchmark-cpu_performance_pe…

TachyonTele@lemm.ee on 23 Jun 04:04 collapse

That may be, but buying a Mac Mini is like buying a device made from the ground up for Windows, where any other operating system has to reverse engineer 100% of the things to work well, or you have to emulate another OS on it (which comes with its own pitfalls), and it’s 200+€ more expensive than its nearest equivalent.

Every single company I’ve worked at which introduced Apple Silicon to its developers has had headaches with compatibility. The worst I’ve seen was it taking a developer a month to get up and running because the specific component we used didn’t have a build for the specific ARM architecture. Multipass, UTM, podman, docker desktop, all didn’t work until colima and forcing the VM to emulate x86 + forcing docker in the VM to use the x86 image worked. There was a persistent problem with disk IO since it used 9p or whatever. Installing dependencies from scratch meant waiting 30 minutes on the M2.

Why pay a premium for less compatibility and worse specs? Just get yourself something that works, which is cheaper, maybe even supports a company that invests in Linux and its ecosystem, and be able to ask an existing developer community instead of asking the subsection of linux users that run your specific app on however you’re running linux on Appe hardware.

paranoia@lemmy.dbzer0.com on 23 Jun 19:28 collapse

What benchmark do you have that says a R9 7950X “consumes as much and at times less power than an M1/M2”??? I mean, a) of course that’s a crazy comparison because the M1/M2 is an entry-level laptop chip and the 7950x is AMD’s flagship high performance desktop chip and b) the M1/M2’s power consumption at full load is ~20W and the 7950x idles at 20-30W.

A reasonable comparable is one of AMD’s monolithic laptop chips like the 7840U or (if you’re willing to consume more power) 7840HS.

Some actual useful charts: notebookcheck.net/Apple-M3-SoC-analyzed-Increased… www.techspot.com/review/2499-apple-m2/

Ch4s3r@lemmy.world on 22 Jun 10:48 next collapse

Got an M2 mini and at first had it running with MacOS and k3s (mini kubernetes). What annoyed me a bit was that if you restart you need to login to get kubernetes/docker starting up again. Also you cannot start docker desktop from cli, but need GUI access via apple remote desktop. You could remove the login but then your setup is completely unsecured against local access. After waiting a bit asahi linux supported the M2 mini and I gave it a try. It’s a fedora linux, which I’m not super familiar with, but installing it was quite smooth and installing k3s was also easy and I’m only really using the server via ssh tunnel port forwarding and kubectl which is fine for me. It even uses less watt in this config what I remember after measuring. Restarting also starts k3s without login as with any linux. So quite happy with this config.

leds@feddit.dk on 22 Jun 20:48 next collapse

I have an old mac mini running nextcloud on Ubuntu, I did upgrade memory and plug in external ssd

good_hunter@lemmy.world on 22 Jun 21:54 next collapse

I have a Mac mini m1 and run several containers to manage media, arrs and vpn. I also have a Debian vm for homeassitant. I had used UTM prior but now moved the vm to VMware fusion.

Main issue I run into is not enough ram as the base model only has 8gb. And I do not have redundancy optimised when I reboot. I have it locked with a password so it doesn’t auto run the containers or the vm.

I double the mac for light browsing too. I considered getting a dedicated Linux mini pc for the services next to a desktop Mac. But my usage is too sparse at both ends of the spectrum.

Andromxda@lemmy.dbzer0.com on 23 Jun 09:17 next collapse

I don’t recommend Debian for Apple Silicon, just stick with Asahi Linux. There aren’t any big issues, except the fact that not all Docker images are built for arm64.

jecht360@lemmy.world on 23 Jun 13:06 collapse

Everyone else has described the complications that a Mac mini would have. So why not consider something else? Lenovo, HP, and Dell make 1l ultra small form factor PCs and they’re pretty cheap on eBay. They’re also low power. Search for Tiny Mini Micro to find information.

I have three Lenovo Thinkcentre machines - two with 32gb RAM and one with 64gb RAM - running my Proxmox VE cluster. Highly recommend using those small machines instead of a Mac mini.