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
Copy file name to clipboardExpand all lines: docs/sandbox/apps/unifi-network-application.md
+13-10Lines changed: 13 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,31 @@
1
-
# Unifi Controller
1
+
# Unifi Network Application
2
2
3
3
## What is it?
4
4
5
-
[Unifi Controller](https://www.ui.com/download/unifi/) software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.
5
+
[Unifi Network Application](https://www.ui.com/download/unifi/) software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.
This role is a replacement for the previous Unifi Controller role. This is not an in-place replacement. In order to migrate, you must perform a full backup from the Unifi web interface, and restore from that backup when running the setup wizard in a fresh instance of the Unifi Network Application.
10
13
11
14
### 1. Installation
12
15
13
16
```shell
14
17
15
-
sb install sandbox-unifi
18
+
sb install sandbox-unifi-network-application
16
19
17
20
```
18
21
19
22
### 2. URL
20
23
21
-
- To access Unifi Controller, visit `https://unifi._yourdomain.com_`
24
+
- To access Unifi Network Application, visit `https://unifi._yourdomain.com_`
22
25
23
26
### 3. Setup
24
27
25
-
1. Visit the Unifi Controller site at `https://unifi._yourdomain.com_`
28
+
1. Visit the Unifi Network Application site at `https://unifi._yourdomain.com_`
26
29
27
30
2. For Unifi to adopt other devices, e.g. an Access Point, it is required to change the inform IP address. Because Unifi runs inside Docker by default it uses an IP address not accessible by other devices. To change this go to Settings > System Settings > Controller Configuration and set the Controller Hostname/IP to a hostname or IP address accessible by your devices. Additionally the checkbox "Override inform host with controller hostname/IP" has to be checked, so that devices can connect to the controller during adoption (devices use the inform-endpoint during adoption).
28
31
@@ -37,11 +40,11 @@ sb install sandbox-unifi
37
40
38
41
When using a Security Gateway (router) it could be that network connected devices are unable to obtain an ip address. This can be fixed by setting "DHCP Gateway IP", under Settings > Networks > network_name, to a correct (and accessible) ip address.
📢 The default setup only publish the 8080 tcp port, which is the bare minimum to allow communication between your network equipment and Unifi Controller.
44
-
Depending on your requirements, you may need additional ports according to the [:octicons-link-16: Documentation](https://github.com/linuxserver/docker-unifi-controller#parameters) .
46
+
📢 The default setup only publish the 8080 tcp port, which is the bare minimum to allow communication between your network equipment and Unifi Network Application.
47
+
Depending on your requirements, you may need additional ports according to the [:octicons-link-16: Documentation](https://github.com/linuxserver/docker-unifi-network-application#parameters) .
45
48
46
49
The recommended way to customize these parameters is to use the [inventory](../../saltbox/inventory/index.md).
47
50
@@ -50,7 +53,7 @@ sb install sandbox-unifi
50
53
```
51
54
### Open Specified Ports for the specified container ###
52
55
##### Unifi Ports for aditional services #####
53
-
unifi_docker_ports_custom:
56
+
unifi_network_application_docker_ports_custom:
54
57
- "1900:1900/udp" #Required for Make controller discoverable on L2 network option
55
58
- "8843:8843/tcp" #Unifi guest portal HTTPS redirect port
56
59
- "8880:8880/tcp" #Unifi guest portal HTTP redirect port
0 commit comments