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

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

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

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

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

Igor Pecovnik's avatar
Igor Pecovnik committed
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
- **system**
	- change timezone, languages and hostname
	- adjust SSH daemon features
	- update board firmware
	- toggle desktop, RDP and login manager (desktop builds)
	- adjusting the display resolution (some boards)
	- toggle running servives (stock Debian utility)
	- enabling read only root filesystem (Ubuntu)
	- install kernel headers
- **networking**
	- select dynamic or static IP address
	- hotspot management. Automatic detection of: nl80211, realtek, 802.11n, 802.11a and 802.11ac 
	- connect to wireless 
	- pair and connect Bluetooth devices
	- edit IFUPDOWN interfaces
- **armbian**
	- install to SATA, eMMC, NAND or USB
	- freeze and unfreeze kernel and BSP upgrades
	- edit boot environment, welcome screen items
	- reconfigure board settings with DT overlays or FEX (Allwinner legacy)
	- switching between avaliable kernels and nightly builds
- **software**
33
34
35
36
37
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)*
		- [Transmission](https://transmissionbt.com/) *(torrent server)*
		- [ISPConfig](https://www.ispconfig.org/) *(WEB & MAIL server)*
		- [Openmediavault NAS](http://www.openmediavault.org/) *(NAS server)*
		- [PI hole](https://pi-hole.net) *(ad blocker)*
		- [MiniDLNA](http://minidlna.sourceforge.net/) *(media sharing)*
Igor Pecovnik's avatar
Igor Pecovnik committed
42
43
44
45
	- monitoring tools	
	- create diagnostics report	
- **help**
	- Links to documentation, support and sources
Igor Pecovnik's avatar
Igor Pecovnik committed
46

Igor Pecovnik's avatar
Igor Pecovnik committed
47
**Running this utility on 3rd party Debian based distributions**
Igor Pecovnik's avatar
Igor Pecovnik committed
48
49
50

	sudo apt-get -y install git
	cd ~
Igor Pecovnik's avatar
Igor Pecovnik committed
51
52
53
	git clone https://github.com/armbian/config
	cd config
	bash debian-config