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

3
Utility for configuring your board, adjust services and install applications. It comes with Armbian by default. Login and type:
Igor Pecovnik's avatar
Igor Pecovnik committed
4
5
6

	armbian-config

Igor Pecovnik's avatar
Igor Pecovnik committed
7
![](images/armbian-config.png)
Igor Pecovnik's avatar
Igor Pecovnik committed
8
9

**Configuration**
Igor Pečovnik's avatar
Igor Pečovnik committed
10

11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
- software
	- 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)*
	- monitoring tools
	- create diagnostics report
	- install kernel headers
- networking
	- select dynamic or static IP address
	- manage hotspot. Automatic detection of: nl80211, realtek, 802.11n, 802.11a and 802.11ac 
	- connect to wireless
	- Bluetooth devices pair and connect,
	- edit IFUPDOWN interfaces
- system
	- change timezone
	- reconfigure locales, languages and charset
	- change hostname
	- toggle desktop (on desktop builds)
	- toggle RDP (on desktop builds)
	- toggle running servives (stock Debian app)
	- enabling read only root filesystem (Ubuntu only)  
- armbian
	- install to SATA, eMMC, NAND or USB
	- freeze and unfreeze kernel and BSP upgrades
	- edit boot environment, network, FEX, welcome screen items
	- switching between avaliable kernels and nightly builds
- about
	- basic info about tool
Igor Pecovnik's avatar
Igor Pecovnik committed
45
46
47
48
49
50
51
52
53
54

----------

**Installation for regular Ubuntu or Debian based distributions**

	sudo apt-get -y install git
	cd ~
	git clone https://github.com/igorpecovnik/Debian-micro-home-server
	cd Debian-micro-home-server
	sudo ./debian-config