KVM | WLAN Controller | Debian 9 |  UniFi Controller

RAM:        1GB
HDD:        Minimum 10GB free (20GB or more preferred)
Java:        Java Runtime Environment (JRE) 8

MongoDB: version 2.6.10.
AP:           >Ubiquiti UniFi AP AC-PRO, ac1300/n450<




  apt install vim-nox -y  
SSH # vi /etc/ssh/sshd_config
- PermitRootLogin yes
 and remove the # in front
IP Change  # vi /etc/network/interfaces iface lan inet static
  address 192.168.0.97/24
  gateway 192.168.0.1
Host  hostnamectl set-hostname dlp.srv.world hostnamectl
  apt install default-jre  
  # java -version  
     
  apt install mongodb systemctl start mongodb
systemctl stop mongodb
  # mongod --version  
     
 --- echo 'deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti' | tee /etc/apt/sources.list.d/100-ubnt-unifi.list
     
     
     
     
  sudo wget -O /etc/apt/trusted.gpg.d/unifi-repo.gpg https://dl.ubnt.com/unifi/unifi-repo.gpg  
     
     
  apt update -y && apt upgrade -y   
  apt install haveged  
  apt install unifi  
  VM-IP::8443  
--
Quellen/Source:
-
-
-
- www.globo.tech/learning-center/install-mongodb-debian-9/
-
-
-
-
-
-