Bumps [actions/stale](https://github.com/actions/stale) from 9 to 10. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v9...v10) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Purpose of This Repository
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.
Quick Start
Armbian Config comes preinstalled with Armbian images.
To launch the utility:
- Open a terminal (locally or via SSH)
- Run the following command:
armbian-config
Compatibility
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
Contribute
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.
Support
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.
Contributors
Thanks to all who have contributed to Armbian Config!
Armbian Partners
Armbian's partnership program helps to support Armbian and the Armbian community! Please take a moment to familiarize yourself with our Partners.

