You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Homarr allows the integration of network controllers to display their stats.
13
+
Multiple network controllers can be added at the same time.
14
+
15
+
## Unifi Controller
16
+
The Unifi Controller integration enables you to see basic stats with the help of the [Network Controller widget](/docs/next/widgets/network-controller). It is created to support the normal and pro variants of the Unifi Controller.
17
+
18
+
It is used to show some metrics like www ping, the number of users in different kinds of networks like LAN and WiFi.
19
+
20
+
For a successful integration you have to make sure of the following:
21
+
22
+
* Remember that the internal address should not have a path, only the fqdn on SSL (``https://unifi.local``). In this case it would mean to remove anything of the likes of "`/api`" from the link you would usually use.
23
+
* Since the Unifi Controller only runs on SSL, it usually creates a self-signed certificate on the fqdn `unifi.local`. You will have to:
24
+
* put in your own certificate into the Unifi Controller if you use another fqdn
25
+
***OR**
26
+
* make sure your Unifi Controller can be reached through the fqdn `unifi.local`
27
+
* get your certificate from the Unifi Controller with a browser by downloading it
28
+
*[add the certificate](/docs/management/certificates) to the Homarr instance
29
+
* You have to create a user (can be *Restrict*ed *to Local Access Only*) with at least the following permissions:
30
+
* Network: Full Management
31
+
* Control Plane: View Only
32
+
33
+
**NOTICE**: The integration does currently **NOT** support the "*Unifi Network API*" with the "*Control Plane API keys*".
34
+
35
+
<details>
36
+
<summary>
37
+
Available configuration options
38
+
</summary>
39
+
<div>
40
+
41
+
| Field | Type | Description |
42
+
| -------- | ------- | ----------- |
43
+
| Username | Public | Username used for authentication |
44
+
| Password | Private | Password used for authentication |
0 commit comments