A [[Linux]] distribution that primarily aims at [[ARM]] single-board computers, though supports other architectures. As its name implies, it is based primarily on [[Debian]] and [[Ubuntu]].
# Issues
The default username/password is usually `armbian` / `1234` for SSH login after install.
`/etc/machine-id` is shared across installations, so if you have multiple machines of the same type and install them from the same media/bootable, you will hit a ton of problems with networking. To fix, run `sudo rm -f /etc/machine-id && sudo dbus-uuidgen --ensure=/etc/machine-id`. I have encountered this issue multiple times on my [[Orange Pi 5]]s.