Unifi Network Controller 8.x.xx install on Ubuntu Server 24.04

preview_player
Показать описание
It's extremely easy to follow every step and you can't go wrong.
During installation, the latest version is always installed.
When creating the video, the current version was 8.2.93
Self Hosted UniFi Network Controller.

0:02 Introduction
0:08 Open instructions
0:29 Login via SSH
1:10 sudo apt update
1:19 sudo apt install openjdk-17-jre-headless
2:31 java -version
2:47 sudo apt-mark hold openjdk-17-jre-headless
2:02 Download Libssl 1.1
3:18 Install Libssl 1.1
3:29 Add Repository MongoDB
3:49 sudo apt update
3:58 sudo apt install mongodb-org-server
4:32 Add Repository Unifi
4:55 sudo apt update
5:01 sudo apt install unifi
8:29 sudo systemctl status unifi
8:39 Open in browser
9:34 THE END

-
Late Night Coffee by Vault Kid & Tellingbass
Creative Commons Attribution 3.0
Рекомендации по теме
Комментарии
Автор

Installed in a ubuntu 24.04 LCX on proxmox. Only needed to add ``apt install gnupg curl`` at the beginning of step 4. everything else went smooth.

mtiner
Автор

should I not update java at all or I can ?

KrnChahal