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

Installation:

Development version:

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

Systme administrators

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 Generated on: Sun Apr 7 07:47:14 PM MST 2024.


Armbian-configng Menu table

Development

Prosedures Testing grounds (WIP)

Job ID Description Contributor Reference Documents Status
T00 Check Colors (beta) X wiki Ref or doc Needed
T01 Chack if apt up to date (beta) X wiki Ref or doc Needed
T02 Yes/NO,Check for internet and OK message box (stable) X wiki Ref or doc Needed
T02 GUI Poof of consept (alpha) X wiki Ref or doc Needed

System (beta)

System wide and admin settings

Job ID Description Contributor Reference Documents Status
S01 Enable Armbina kernal upgrades X wiki Ref or doc Needed
S02 Disable Armbina kernal upgrades X wiki Ref or doc Needed
S03 Edit the boot enviroment (WIP) X wiki Ref or doc Needed

Network

Wireless, Ethernet, and Network settings

Job ID Description Contributor Reference Documents Status
BT0 Install Bluetooth support X wiki Ref or doc Needed
BT1 Remove Bluetooth support X wiki Ref or doc Needed
BT3 Bluetooth Discover X wiki Ref or doc Needed
IR0 Install Infrared support X wiki Ref or doc Needed
IR1 Uninstall Infrared support X wiki Ref or doc Needed
N00 Manage wifi network connections X wiki Ref or doc Needed
N01 Advanced Edit /etc/network/interface X wiki Ref or doc Needed
N02 Disconect and forget all wifi connections (Advanced) X wiki Ref or doc Needed
N03 Toggle system IPv6/IPv4 internet protical X wiki Ref or doc Needed

Localisation

Localisation

Job ID Description Contributor Reference Documents Status
L00 Change Globla timezone (WIP) X wiki Ref or doc Needed
L01 Change Locales reconfigure the language and charitorset X wiki Ref or doc Needed
L02 Change Keyboard layout X wiki Ref or doc Needed
L03 Change APT mirrors X wiki Ref or doc Needed

Software (Beta)

Run/Install 3rd party apllications

Job ID Description Contributor Reference Documents Status
I00 Update Application Repository X wiki Ref or doc Needed
I01 CLI System Monitor X wiki Ref or doc Needed

Downloads (Alpha)

Download and run 3rd party apllications

Job ID Description Contributor Reference Documents Status
D00 CLI System Monitor X wiki Ref or doc Needed

Help

About this app

Job ID Description Contributor Reference Documents Status
H00 About This systme. (WIP) X wiki Ref or doc Needed
H02 List of Config function(WIP) X wiki Ref or doc Needed

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, with an emphasis on ease of translation or interpretation for compatibility with different naming conventions, particularly for language files. 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