README.md 1.81 KB
Newer Older
Igor Pecovnik's avatar
Igor Pecovnik committed
1
2
# Armbian config

Igor Pecovnik's avatar
Typo    
Igor Pecovnik committed
3
Utility for configuring your board and install various services.
Igor Pecovnik's avatar
Igor Pecovnik committed
4
5
6
7
8
9
10
11

It comes with Armbian (from 5.27) by default. Login as super user and type:

	armbian-config

![](https://www.armbian.com/wp-content/uploads/2017/05/confsoft.png)

**Configuration**
Igor Pečovnik's avatar
Igor Pečovnik committed
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
45
46
- 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
47
48
49
50
51
52
53
54
55
56

----------

**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