README.md 4.65 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
43
44
		- [Plex](https://www.plex.tv/) *(Plex media server)*
		- [Radarr](https://radarr.video/) *(Movie downloading server)*
		- [Sonarr](https://sonarr.tv/) *(TV shows downloading server)*
45
46
		- [Transmission](https://transmissionbt.com/) *(torrent server)*
		- [ISPConfig](https://www.ispconfig.org/) *(WEB & MAIL server)*
47
		- [NCP](https://nextcloudpi.com) *(Nextcloud personal cloud)*
48
		- [Openmediavault NAS](http://www.openmediavault.org/) *(NAS server)*
49
		- [OpenHab2](https://www.openhab.org) *(Smarthome suite)*
Igor Pečovnik's avatar
Igor Pečovnik committed
50
		- [Home Assistant](https://www.home-assistant.io/hassio/) *(Smarthome suite within Docker)*
51
		- [PI hole](https://pi-hole.net) *(ad blocker)*
52
		- [UrBackup](https://www.urbackup.org/) *(client/server backup system)*
Igor Pecovnik's avatar
Igor Pecovnik committed
53
54
		- [Docker](https://www.docker.com) *(Docker CE engine)*
		- [Mayan EDMS](https://www.mayan-edms.com/) *(Document management system within Docker)*
55
		- [MiniDLNA](http://minidlna.sourceforge.net/) *(media sharing)*
56
57
	- monitoring tools
	- create diagnostics report
JC Staudt's avatar
JC Staudt committed
58
	- toggle kernel headers, RDP service, Thunderbird and LibreOffice (desktop builds)
Igor Pecovnik's avatar
Igor Pecovnik committed
59
60
- **help**
	- Links to documentation, support and sources
Igor Pecovnik's avatar
Igor Pecovnik committed
61

Igor Pecovnik's avatar
Igor Pecovnik committed
62
**Running this utility on 3rd party Debian based distributions**
Igor Pecovnik's avatar
Igor Pecovnik committed
63

64
	# Install dependencies
root's avatar
root committed
65
66
	apt install git iperf3 psmisc curl bc expect dialog network-manager sunxi-tools iptables \
	debconf-utils unzip dirmngr software-properties-common
67

Igor Pecovnik's avatar
Igor Pecovnik committed
68
69
	git clone https://github.com/armbian/config
	cd config
70
71
	bash debian-config

72
73
# Software testings

Igor Pečovnik's avatar
Igor Pečovnik committed
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|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|
|Plex (Plex media server)|:grey_question:|:heavy_check_mark:|:heavy_check_mark:|07.03.2019|
|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|
|OpenMediaVault NAS (NAS server)|:grey_question:|:heavy_check_mark:|n/a|29.09.2018|
|OpenHAB2 (Smarthome suite)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|10.06.2019|
|Home Assistant (Smarthome suite within Docker)|:grey_question:|:heavy_check_mark:|:heavy_check_mark:|09.03.2019|
|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|