Saya akan berikan langkah-langkah untuk install Unifi Controller di Ubuntu 18.04 dengan APT yang pernah saya coba.

Jika anda menggunakan windows untuk remote ubuntu bisa pakai tools Putty.

Berikut cara install UniFi Controller di Ubuntu 18.04 LTS via APT (Advanced Package Tool).

Use the following command to add a new source list:

  1. echo ‘deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti’ | sudo tee /etc/apt/sources.list.d/100-ubnt-unifi.list
  2. sudo apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv 0C49F3730359A14518585931BC711F9BA15703C6
  3. echo “deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse” | sudo tee /etc/apt/sources.list.d/mongodb-org-3.4.list
  4. sudo apt update
  5. sudo wget -O /etc/apt/trusted.gpg.d/unifi-repo.gpg https://dl.ubnt.com/unifi/unifi-repo.gpg
  6. sudo apt update
  7. sudo apt install unifi

open your browser then type IP ubuntu then follow the wizard
<IPUBUNTUANDA>:8080

Restart UNIFI Service:
sudo /etc/init.d/UniFi restart atau  sudo service unifi restart