Package Details: unifi 10.4.57-1

Git Clone URL: https://aur.archlinux.org/unifi.git (read-only, click to copy)
Package Base: unifi
Description: Centralized management system for Ubiquiti UniFi AP
Upstream URL: https://unifi-network.ui.com
Licenses: custom
Conflicts: tomcat-native
Submitter: seblu
Maintainer: freswa
Last Packager: freswa
Votes: 73
Popularity: 0.026056
First Submitted: 2017-08-22 01:31 (UTC)
Last Updated: 2026-06-05 11:32 (UTC)

Dependencies (3)

Required by (0)

Sources (6)

Pinned Comments

freswa commented on 2019-10-30 11:50 (UTC)

We are on Stable with this Package. Please flag out-of-date only if the Version provided with this package does not match the version under "Stable" in this link: https://help.ubnt.com/hc/en-us/articles/360008240754#1

Latest Comments

1 2 3 4 5 6 .. 24 Next › Last »

knoedel001 commented on 2026-05-14 09:05 (UTC)

Didn't run for me with jdk25-openjdk. Had to install jre25-openjdk-headless instead.

ScottE commented on 2026-04-24 20:25 (UTC)

I confirm that for unifi 10.3.55-1 Java 25 seems to be required, jre25-openjdk-headless 25.0.3.u9-1 works fine and mongodb36-bin 3.6.23-1 does as well.

I am unable to remove jre21-openjdk-headless due to "removing jre21-openjdk-headless breaks dependency 'java-runtime-headless=21' required by unifi"

ipaqmaster commented on 2026-04-23 12:17 (UTC)

Got 10.3.55 working. Also noticed the latest mongodb-bin does not work and unifi.jar will never start listening/be accessible as mongodb exits indefinitely as it tries to get on its feet.

Downgrading back to mongodb36-bin as I had previously been using seemed to work.

My build pipeline has to sed a few things in the PKGBUILD to succeed. Otherwise it tries to build mongodb from source which takes over 8 hours as it goes off to build gcc14. I caught yay trying to do the same thing at some stage.

Sticking with mongodb36-bin and jre25-openjdk for now.

ToadKing commented on 2026-04-20 22:02 (UTC)

The newest version needs Java 25, not 21.

ipaqmaster commented on 2026-03-20 02:33 (UTC)

https://www.cve.org/CVERecord?id=CVE-2026-22557 suggests this package (unifi) needs to be updated urgently.

Frzk commented on 2026-03-19 21:46 (UTC)

Anyone successfully running this package past 10.0.162?

toffyrn commented on 2025-11-01 14:31 (UTC)

Note that unifi 9.5 does not support the newly released version 8.2 of mongodb. At least, in my case, latest mongodb-bin did not work. Switching to mongodb80-bin seems to work.

al7lem commented on 2025-08-02 16:07 (UTC)

We are waiting the new version :) 9.3

ipaqmaster commented on 2025-05-12 00:43 (UTC) (edited on 2025-05-12 00:49 (UTC) by ipaqmaster)

Looks like --add-opens has been deprecated?

systemctl status unifi Unrecognized option: --add-opens

Edit: My bad was using java-8-openjdk/jre

Fixed with archlinux-java set java-17-openjdk

boudekerk commented on 2025-01-06 16:41 (UTC)

Ah, thanks for clarifying.