2025-07-18 17:49:48 +02:00
<h2 align="center">
2025-08-28 05:57:56 +02:00
<a href=#><img src="https://raw.githubusercontent.com/armbian/.github/master/profile/logosmall.png" alt="Armbian logo"></a>
2025-07-18 17:49:48 +02:00
<br><br>
</h2>
### 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:
2022-11-11 20:07:33 -05:00
2025-07-18 17:49:48 +02:00
- 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
2025-05-11 23:19:31 +02:00
2025-07-18 17:49:48 +02:00
It is especially useful for single board computers (SBCs), helping users quickly prepare a ready-to-use system without manual intervention.
2025-05-11 23:19:31 +02:00
2025-07-18 17:49:48 +02:00
### Quick Start
Armbian Config comes **preinstalled ** with Armbian images.
To launch the utility:
1. Open a terminal (locally or via SSH)
2. Run the following command:
2025-05-11 23:19:31 +02:00
```bash
armbian-config
```
2024-04-12 01:35:35 -07:00
2024-12-30 11:39:33 +01:00
<a href=#><img src=.github/images/common.png></a>
2024-04-12 01:35:35 -07:00
2025-07-18 17:49:48 +02:00
### Compatibility
2024-10-08 12:15:47 +02:00
2025-05-11 23:19:31 +02:00
This tool is optimized for use with [**Armbian Linux** ](https://www.armbian.com ), 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.
<details><summary>Add Armbian key + repository and install the tool:</summary>
2024-09-30 20:22:35 +02:00
```bash
2025-01-20 11:41:24 +01:00
wget -qO - https://apt.armbian.com/armbian.key | gpg --dearmor | \
sudo tee /usr/share/keyrings/armbian.gpg > /dev/null
2025-02-02 00:59:58 +00:00
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
2024-09-30 20:22:35 +02:00
sudo apt update
2024-10-13 22:12:47 +02:00
sudo apt -y install armbian-config
2024-12-30 11:39:33 +01:00
armbian-config
```
2025-05-11 23:19:31 +02:00
</details>
2024-12-30 11:39:33 +01:00
2025-07-18 17:49:48 +02:00
### Contribute
2024-04-12 01:35:35 -07:00
2025-07-18 17:49:48 +02:00
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.
2025-05-11 23:19:31 +02:00
2025-07-18 17:49:48 +02:00
<https://docs.armbian.com/Contribute/Armbian-config>
2025-05-11 23:19:31 +02:00
2025-07-18 17:49:48 +02:00
> 📌 Tip: Keep your changes modular and easy to maintain — this helps us review and merge your contribution faster.
2025-05-11 23:19:31 +02:00
2025-07-18 17:49:48 +02:00
### Support
2025-05-11 23:19:31 +02:00
2025-07-18 17:49:48 +02:00
Armbian offers multiple support channels, depending on your needs:
2025-05-11 23:19:31 +02:00
2025-07-18 17:49:48 +02:00
- **Community Forums**
Get help from fellow users and contributors on a wide range of topics — from troubleshooting to development.
👉 [forum.armbian.com ](https://forum.armbian.com )
2025-05-11 23:19:31 +02:00
2025-07-18 17:49:48 +02:00
- **Discord / IRC / Matrix Chat**
Join real-time discussions with developers and community members for faster feedback and collaboration.
👉 [Community Chat ](https://docs.armbian.com/Community_IRC/ )
2025-05-11 23:19:31 +02:00
2025-07-18 17:49:48 +02:00
- **Paid Consultation**
For advanced needs, commercial projects, or guaranteed response times, paid support is available directly from Armbian maintainers.
👉 [Contact us ](https://www.armbian.com/contact ) to discuss consulting options.
2024-04-12 01:35:35 -07:00
2025-07-18 17:49:48 +02:00
### Contributors
2023-12-06 12:34:25 -07:00
2025-07-18 17:49:48 +02:00
Thanks to all who have contributed to Armbian Config!
2024-04-12 01:35:35 -07:00
2025-07-18 17:49:48 +02:00
<a href="https://github.com/armbian/configng/graphs/contributors">
<img src="https://contrib.rocks/image?repo=armbian/configng" />
</a>
<br>
<br>
2024-06-22 20:57:30 -07:00
2025-07-18 17:49:48 +02:00
### Armbian Partners
2022-11-11 20:07:33 -05:00
2025-07-18 17:49:48 +02:00
Armbian's [partnership program ](https://forum.armbian.com/subscriptions ) helps to support Armbian and the Armbian community! Please take a moment to familiarize yourself with [our Partners ](https://armbian.com/partners ).