Skip to content

Armbian configuration utility

Note: armbian-config is undergoing major rewrite and therefore is not receiving much attention. So functions might not be available or even broken, especially on more recent boards.

Is a base utility for configuring your board, divided into four main sections:

  • System - system and security settings,
  • Network - wired, wireless, Bluetooth, access point,
  • Personal - timezone, language, hostname,
  • Software - system and 3rd party software install.

The tool needs root privileges to work and can be launched by entering sudo armbian-config at the terminal prompt or by clicking to the armbian-config menu item on desktop images.

System

  • Install - installs to SATA, eMMC, NAND or USB. It gives you an option to install the system to more resilient and faster internal or external media. You can also change filesystem type to ext2,3,4 or BTRFS (if supported),
  • Freeze - freeze or unfreeze kernel and board support packages, to avoid upgrading,
  • Nightly - switch between nightly automated beta and stable builds,
  • Bootenv - edit boot environment and alter kernel boot parameters,
  • Hardware - toggle board low level functions: UART, I2C, SPI, …
  • Switch - switch to/between alternative kernels: legacy, current, edge
  • SSH - reconfigure SSH daemon. Permit root login, toggle ssh key and mobile phone authentication,
  • Firmware - execute apt update and upgrade to update your system,
  • Zshell - toogle stock BASH and ZSH with Oh My ZSH and tmux
  • Enable - toggle desktop on and off (on desktop images)
  • Lightdm - change login managers from none to lightdm (on desktop images)
  • RDP - toggle remote desktop from Windows (on desktop images)
  • Overlayroot - toggle overlayroot (Ubuntu images)
  • Minimal - install minimal Armbian XFCE powered desktop,
  • Default - install Armbian XFCE powered desktop with web browser and extras.

Network

  • IP - choose to select dynamic or edit static IP address,
  • Hotspot - create or manage wireless access point. If your wireless adapter is recognized by a kernel, then armbian-config utility auto selects best mode on the selected device. It can detect 802.11n, 802.11a and 802.11ac. It also knows how to handle some special Realtek adapters,
  • IPV6 - toggle IPV6 for apt and system,
  • Iperf3 - toogle network troughput tests daemon,
  • LTE - 3G/4G LTE modem management
  • WiFi - manage wireless networking. Connect with Wifi network. You can create multiple wireless connections at the same time. They are managed by Network Manager,
  • BT install - pair Bluetooth devices without PIN code,
  • Advanced - edit network config manually,
  • Forget - disconnets and clear all wireless connections.

Personal settings

  • Timezone - change timezone,
  • Locales - reconfigure language and character set,
  • Keyboard - change console keyboaard settings,
  • Hostname - change hostname,
  • Mirror - change to backup APT repository mirror in case of troubles,
  • Welcome - toggle welcome screen items.

Software

Software installation menu provides automated install of the following packages.

Sources

https://github.com/armbian/config