Skip to content
Tearran edited this page Apr 8, 2024 · 18 revisions

Armbian configuration utility

Utility for configuring your board, adjusting services and installing applications.

Logo

To Configure and change global sytem settings, run the following command:

sudo ./armbian-configng

Start as non-root user

To use the utility as a user, run the following command:

./armbian-configng

Following was updated on: Mon Apr 8 02:14:39 AM MST 2024.


Armbian-configng Menu table

System ID Description Documents Status
s01 Enable Armbina kernal upgrades wiki Ref or doc Needed
s02 Disable Armbina kernal upgrades wiki Ref or doc Needed
s03 Edit the boot enviroment (WIP) wiki Ref or doc Needed
Network ID Description Documents Status
bt0 Install Bluetooth support wiki Ref or doc Needed
bt1 Remove Bluetooth support wiki Ref or doc Needed
bt3 Bluetooth Discover wiki Ref or doc Needed
ir0 Install Infrared support wiki Ref or doc Needed
ir1 Uninstall Infrared support wiki Ref or doc Needed
n00 Manage wifi network connections wiki Ref or doc Needed
n01 Advanced Edit /etc/network/interface wiki Ref or doc Needed
n02 Disconect and forget all wifi connections (Advanced) wiki Ref or doc Needed
n03 Toggle system IPv6/IPv4 internet protical wiki Ref or doc Needed
Localisation ID Description Documents Status
l00 Change Globla timezone (WIP) wiki Ref or doc Needed
l01 Change Locales reconfigure the language and charitorset wiki Ref or doc Needed
l02 Change Keyboard layout wiki Ref or doc Needed
l03 Change APT mirrors wiki Ref or doc Needed
Software ID Description Documents Status
i00 Update Application Repository wiki Ref or doc Needed
i01 CLI System Monitor wiki Ref or doc Needed
Downloads ID Description Documents Status
r00 CLI System Monitor wiki Ref or doc Needed
Help ID Description Documents Status
h00 About This systme. (WIP) wiki Ref or doc Needed
h02 List of Config function(WIP) wiki Ref or doc Needed

Development

get the lastet version of the utility by running the following command:

git clone https://github.com/armbian/configng.git
cd configng

Note:

The Bash procedures embedded within the JSON structure are meticulously designed with a focus on clear naming conventions and the simplicity of key pairs. These procedures serve multiple purposes, including facilitating the generation of content in various formats, such as Whiptail, YAML, Markdown, and others. Moreover, they are utilized for evaluation and execution of commands outlined in the JSON structure.

By adhering to consistent naming conventions and emphasizing the simplicity of key pairs, the application aims to streamline the output generation process. This approach attemps to enhances the versatility and usability of the application, accommodating different preferences for data formats and enabling direct execution of specified commands.

Clone this wiki locally