Ubiquiti announces new UniFi World Conference events for 2025
UWC is happening again in 2025, this time in Mexico, Brazil, Germany and United Kingdom
February 25, 2025
To install the UniFi Controller on Raspberry Pi OS, follow the steps below.
If you want fast and reliable UniFi hosting, check out HostiFi with fast support, regular backups, managed updates and prices from just $9 per month.
To learn more about our hosting plans, create an account and get started today.
You can run UniFi on pretty much anything, Windows, Ubuntu, macOS and Debian plus much more. If you want to host the UniFi Controller and not benefit from the simple setup HostiFi offers, you can host UniFi on a Raspberry Pi.
sudo apt update && sudo apt upgrade -
sudo apt install openjdk-8-jre-headless -y
Verify the installation:
java -version
You should see output similar to:
openjdk version "1.8.0_xxx"
Install required dependencies:
sudo apt install gnupg curl -y
Add the Ubiquiti GPG Key:
curl -fsSL https://dl.ui.com/unifi/unifi-repo.gpg | sudo tee /usr/share/keyrings/unifi-repo.gpg > /dev/null
Add the UniFi repository to sources list:
echo 'deb [signed-by=/usr/share/keyrings/unifi-repo.gpg] https://www.ui.com/downloads/unifi/debian stable ubiquiti' | sudo tee /etc/apt/sources.list.d/unifi.list
Update package list again:
sudo apt update
Install the UniFi Controller:
sudo apt install unifi -y
After installation, enable and start the UniFi service:
sudo systemctl enable --now unifi
Check if the service is running:
sudo systemctl status unifi
Once the UniFi Controller is running, open your web browser and go to:
https://<your-raspberry-pi-IP>:8443
That's it! You should now have the UniFi Controller installed and running on your Raspberry Pi!
HostiFi provides hosting for both Ubiquiti and TP-Link software-defined-networking (SDN) applications, with servers for UniFi, UISP and Omada. We also offer network consulting, with HostiFi Pro.
No spam. Unsubscribe anytime.
Newsletter Subscriber
Newsletter Subscriber
Newsletter Subscriber