README.md 5.05 KB
Newer Older
1
# Armbian configuration utility
Igor Pecovnik's avatar
Igor Pecovnik committed
2

JC Staudt's avatar
JC Staudt committed
3
4
Utility for configuring your board, adjusting services and installing applications.
It comes with Armbian by default.
Igor Pecovnik's avatar
Igor Pecovnik committed
5

Igor Pecovnik's avatar
Igor Pecovnik committed
6
Login as root and type:
Igor Pecovnik's avatar
Igor Pecovnik committed
7

Igor Pecovnik's avatar
Igor Pecovnik committed
8
	armbian-config
Igor Pecovnik's avatar
Igor Pecovnik committed
9

Igor Pecovnik's avatar
Igor Pecovnik committed
10
![](images/animated.gif)
Igor Pečovnik's avatar
Igor Pečovnik committed
11

Igor Pecovnik's avatar
Igor Pecovnik committed
12
- **system**
13
14
	- install to SATA, eMMC, NAND or USB
	- freeze and unfreeze kernel and BSP upgrades
JC Staudt's avatar
JC Staudt committed
15
	- switching between available kernels and nightly builds
16
17
	- edit boot environment
	- reconfigure board settings with DT overlays or FEX (Allwinner legacy)
JC Staudt's avatar
JC Staudt committed
18
	- select dedicated DTB (Solidrun i.MX6 and Odroid XU4/HC1/HC2 boards)
Igor Pecovnik's avatar
Igor Pecovnik committed
19
	- adjust SSH daemon features
Igor Pečovnik's avatar
Igor Pečovnik committed
20
	- 3G/4G LTE modem management
21
	- run apt update and upgrade
JC Staudt's avatar
JC Staudt committed
22
	- toggle BASH/ZSH with [Oh My ZSH](https://ohmyz.sh/) and [tmux](https://en.wikipedia.org/wiki/Tmux)
23
	- toggle desktop and login manager (desktop builds)
Igor Pecovnik's avatar
Igor Pecovnik committed
24
25
	- adjusting the display resolution (some boards)
	- enabling read only root filesystem (Ubuntu)
26
- **network**
Igor Pecovnik's avatar
Igor Pecovnik committed
27
	- select dynamic or static IP address
28
	- hotspot management. Automatic detection of: nl80211, realtek, 802.11n, 802.11a and 802.11ac
JC Staudt's avatar
JC Staudt committed
29
	- iperf3. Toggle bandwidth measuring server
30
31
32
	- connect to wireless
	- install IR support
	- install support, pair and connect Bluetooth devices
Igor Pecovnik's avatar
Igor Pecovnik committed
33
	- edit IFUPDOWN interfaces
34
35
36
- **personal**
	- change timezone, languages and hostname
	- select welcome screen items
Igor Pecovnik's avatar
Igor Pecovnik committed
37
- **software**
38
39
40
41
	- softy
		- [TV headend](https://tvheadend.org/) *(IPTV server)*
		- [Syncthing](https://syncthing.net/) *(personal cloud)*
		- [SoftEther VPN server](https://www.softether.org/) *(VPN server)*
42
		- [Plex](https://www.plex.tv/) *(Plex media server)*
43
		- [Emby](https://emby.media/) *(Emby media server)*
44
45
		- [Radarr](https://radarr.video/) *(Movie downloading server)*
		- [Sonarr](https://sonarr.tv/) *(TV shows downloading server)*
46
47
		- [Transmission](https://transmissionbt.com/) *(torrent server)*
		- [ISPConfig](https://www.ispconfig.org/) *(WEB & MAIL server)*
48
		- [NCP](https://nextcloudpi.com) *(Nextcloud personal cloud)*
49
		- [Openmediavault NAS](http://www.openmediavault.org/) *(NAS server)*
50
		- [OpenHab2](https://www.openhab.org) *(Smarthome suite)*
Igor Pečovnik's avatar
Igor Pečovnik committed
51
		- [Home Assistant](https://www.home-assistant.io/hassio/) *(Smarthome suite within Docker)*
52
		- [PI hole](https://pi-hole.net) *(ad blocker)*
53
		- [UrBackup](https://www.urbackup.org/) *(client/server backup system)*
Igor Pecovnik's avatar
Igor Pecovnik committed
54
55
		- [Docker](https://www.docker.com) *(Docker CE engine)*
		- [Mayan EDMS](https://www.mayan-edms.com/) *(Document management system within Docker)*
56
		- [MiniDLNA](http://minidlna.sourceforge.net/) *(media sharing)*
57
58
	- monitoring tools
	- create diagnostics report
JC Staudt's avatar
JC Staudt committed
59
	- toggle kernel headers, RDP service, Thunderbird and LibreOffice (desktop builds)
Igor Pecovnik's avatar
Igor Pecovnik committed
60
61
- **help**
	- Links to documentation, support and sources
Igor Pecovnik's avatar
Igor Pecovnik committed
62

63
64
65
66
67
68
69
70
**Run this utility on 3rd party Debian based distributions**

	echo "deb [arch=arm64] http://apt.armbian.com $(lsb_release -cs) main" > /etc/apt/sources.list.d/armbian.list
	apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9F0E78D5
	apt update
	apt install armbian-config

Development version:
Igor Pecovnik's avatar
Igor Pecovnik committed
71

72
	# Install dependencies
root's avatar
root committed
73
	apt install git iperf3 psmisc curl bc expect dialog network-manager sunxi-tools iptables \
Igor Pečovnik's avatar
Igor Pečovnik committed
74
	debconf-utils unzip dirmngr software-properties-common psmisc
75

Igor Pecovnik's avatar
Igor Pecovnik committed
76
77
	git clone https://github.com/armbian/config
	cd config
78
79
	bash debian-config

80
81
# Software testings

Igor Pečovnik's avatar
Igor Pečovnik committed
82
83
84
85
86
|Application name|Buster|Stretch|Bionic|Test install|
|:--|:--:|:--:|:--:|--:|
|TV headend (IPTV server)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|10.06.2019|
|Syncthing (personal cloud)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|10.06.2019|
|SoftEther VPN server (VPN server)|:grey_question:|:heavy_check_mark:|:heavy_check_mark:|09.03.2019|
87
88
|Plex (Plex media server)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|15.07.2019|
|Emby (Emby server)|:heavy_check_mark:|:heavy_check_mark:|:grey_question:|24.07.2019|
Igor Pečovnik's avatar
Igor Pečovnik committed
89
90
91
92
93
|Radarr (Movie downloading server)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|10.06.2019|
|Sonarr (TV shows downloading server)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|10.06.2019|
|Transmission (torrent server)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|10.06.2019|
|ISPConfig (WEB, SMTP, POP, IMAP, FTPD, MYSQL server)|:grey_question:|:heavy_check_mark:|:heavy_check_mark:|29.09.2018|
|NCP (Nextcloud personal cloud)|:grey_question:|:heavy_check_mark:|n/a|19.05.2019|
94
|OpenMediaVault NAS (NAS server)|:heavy_check_mark:|:heavy_check_mark:|n/a|24.07.2019|
Igor Pečovnik's avatar
Igor Pečovnik committed
95
|OpenHAB2 (Smarthome suite)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|10.06.2019|
Igor Pečovnik's avatar
Igor Pečovnik committed
96
|Home Assistant (Smarthome suite within Docker)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|09.03.2019|
Igor Pečovnik's avatar
Igor Pečovnik committed
97
98
99
100
101
|PI hole (ad blocker)|:grey_question:|:heavy_check_mark:|:heavy_check_mark:|09.03.2019|
|UrBackup (client/server backup system)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|10.06.2019|
|Docker (Docker CE engine)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|10.06.2019|
|Mayan EDMS (Document management system within Docker)|:grey_question:|:heavy_check_mark:|:heavy_check_mark:|29.09.2018|
|MiniDLNA (Media sharing)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|10.06.2019|