Overview
This article provides all the necessary information to install or update the UniFi LED application. The UniFi LED application can be deployed as a docker image on a server. Below you will find instructions for the different operating systems that are compatible with our application.
Table of Contents
Linux
Prerequisites
- Supported Distros:
- Ubuntu 16.04 LTS (Xenial Xerus) 64-bit
- Debian 9 64-bit
- 2 GB RAM (Minimal)
- 16 GB storage (Minimal)
- 64-bit (x64) CPU
- Local Ports: 20443, 1883, 6379, 6432 and 10001
- curl, sudo and bash
Installation Instructions
Run the command below on the host to install and start UniFi LED application. It will automatically install Docker and Docker-Compose if it is not installed already.
curl -fsSL https://raw.githubusercontent.com/ubiquiti/eot-controller/master/install.sh > /tmp/ueot_install.sh && sudo bash /tmp/ueot_install.sh
If you would like to update your LED installation use --update
flag
curl -fsSL https://raw.githubusercontent.com/ubiquiti/eot-controller/master/install.sh > /tmp/ueot_install.sh && sudo bash /tmp/ueot_install.sh --update
When the process is complete, you can access UniFi LED application at http://server_hostname_or_ip:20443/. The application will discover devices in local network.
Installing Prerequisites
Run the following command on your Ubuntu or Debian system to ensure that all required tools are installed:
sudo apt-get update sudo apt-get install curl sudo bash
UniFi Application Server
Prerequisites
- UniFi LED application on UAS is available from version 0.5.0
Installation Instructions
- Go to the UAS management console, usually: https://uas_hostname_or_ip
- Click
All Services
- Click
Install
button on LED application and wait for the installation - The LED application should be available at http://uas_hostname_or_ip:20443/