This repository contains the source code for Armbian Config, a versatile and extremly lightweight configuration utility designed to simplify and automate common system tasks within the Armbian Linux environment.
Armbian Config provides interactive and scriptable routines for:
- Initial system setup and personalization
- Networking configuration, including Wi-Fi, VPN, and static IP
- Sandboxed software installation and system updates
- Kernel selection, switching, and firmware management
- Enabling and managing hardware-specific features
It is especially useful for single board computers (SBCs), helping users quickly prepare a ready-to-use system without manual intervention.
Armbian Config comes preinstalled with Armbian images.
To launch the utility:
- Open a terminal (locally or via SSH)
- Run the following command:
armbian-config
This tool is optimized for use with Armbian Linux, but in theory, it should also work on any systemd-based, APT-compatible Linux distribution β including Linux Mint, Elementary OS, Kali Linux, MX Linux, Parrot OS, Proxmox, Raspberry Pi OS, and others.
Add Armbian key + repository and install the tool:
wget -qO - https://apt.armbian.com/armbian.key | gpg --dearmor | \
sudo tee /usr/share/keyrings/armbian.gpg > /dev/null
cat << EOF | sudo tee /etc/apt/sources.list.d/armbian-config.sources > /dev/null
Types: deb
URIs: https://github.armbian.com/configng
Suites: stable
Components: main
Signed-By: /usr/share/keyrings/armbian.gpg
EOF
sudo apt update
sudo apt -y install armbian-config
armbian-config
Want to expand Armbian Config with new features or tools? Whether you're adding a new software title, enhancing an existing configuration module, or introducing entirely new functionality, we welcome your ideas and code.
https://docs.armbian.com/Contribute/Armbian-config
π Tip: Keep your changes modular and easy to maintain β this helps us review and merge your contribution faster.
Armbian offers multiple support channels, depending on your needs:
-
Community Forums
Get help from fellow users and contributors on a wide range of topics β from troubleshooting to development.
π forum.armbian.com -
Discord / IRC / Matrix Chat
Join real-time discussions with developers and community members for faster feedback and collaboration.
π Community Chat -
Paid Consultation
For advanced needs, commercial projects, or guaranteed response times, paid support is available directly from Armbian maintainers.
π Contact us to discuss consulting options.
Thanks to all who have contributed to Armbian Config!
Armbian's partnership program helps to support Armbian and the Armbian community! Please take a moment to familiarize yourself with our Partners.