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: start as sudo user

sudo ./armbian-configng

Or to 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 10:03:05 AM MST 2024.


Armbian-configng Menu table

System ID Description Documents Status
S01 Enable Armbina kernal upgrades wiki WIP
S02 Disable Armbina kernal upgrades wiki WIP
S03 Edit the boot enviroment (WIP) wiki WIP
Network ID Description Documents Status
BT0 Install Bluetooth support wiki active
BT1 Remove Bluetooth support wiki active
BT3 Bluetooth Discover wiki active
IR0 Install Infrared support wiki active
IR1 Uninstall Infrared support wiki active
N00 Manage wifi network connections wiki active
N01 Advanced Edit /etc/network/interface wiki active
N02 Disconect and forget all wifi connections (Advanced) wiki active
N03 Toggle system IPv6/IPv4 internet protical wiki active
Localisation ID Description Documents Status
L00 Change Globla timezone (WIP) wiki active
L01 Change Locales reconfigure the language and charitorset wiki active
L02 Change Keyboard layout wiki active
L03 Change APT mirrors wiki active
Software ID Description Documents Status
I00 Update Application Repository wiki active
I01 CLI System Monitor wiki active
Help ID Description Documents Status
H00 About This systme. (WIP) wiki active
H02 List of Config function(WIP) wiki active

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