TanTech Desk

UniFi Access Point Setup

Centrally managed wireless networking using a UniFi Access Point, controlled by a self-hosted UniFi Network Application on Ubuntu Server.

Overview

This setup uses a UniFi Access Point to provide reliable wireless coverage across my network, managed through a UniFi Network Application running on my Ubuntu server. This allows for centralized control, monitoring, and advanced configuration of wireless networks.

Why UniFi?

Controller Setup (Ubuntu Server)

The UniFi Network Application is hosted on an Ubuntu Server, allowing me to manage the AP without needing dedicated UniFi hardware like a Cloud Key.

sudo apt update sudo apt install openjdk-17-jre
# Install UniFi Network Application (via repository) echo 'deb https://www.ui.com/downloads/unifi/debian stable ubiquiti' | sudo tee /etc/apt/sources.list.d/100-ubnt.list sudo apt update sudo apt install unifi

Adoption Process

Once the AP is connected to the network, it is discovered by the controller and can be adopted. In some cases, manual SSH adoption may be required.

set-inform http://<controller-ip>:8080/inform

Key Features

Use Cases

Future Improvements

My Thoughts & Opinions

UniFi has been one of the easiest ways to get enterprise-level wireless networking at home. The controller makes everything simple to manage, and having it self-hosted gives me full control.

Running the controller on Ubuntu was straightforward, and once everything was adopted, it’s been extremely reliable. It pairs really well with my Brocade switch, making the whole network feel much more structured and intentional.