|
1 | 1 | --- |
2 | | -title: Install Orb on Unifi Dream Machine Pro |
3 | | -shortTitle: Unifi Dream Machine Pro |
4 | | -metaDescription: Install the Orb sensor on your Unifi Dream Machine Pro |
| 2 | +title: Install Orb on UniFi Routers |
| 3 | +shortTitle: UniFi Routers |
| 4 | +metaDescription: Install the Orb sensor on your UniFi Routers including the Dream Machine and Dream Router. |
5 | 5 | section: setup-sensor |
6 | 6 | layout: guides |
7 | 7 | subtitle: 'Difficulty: Intermediate 🧑🔬' |
8 | 8 | --- |
9 | 9 |
|
10 | | -# Install Orb on Unifi Dream Machine Pro with UniFi OS >= 4.2.0 |
| 10 | +# Install Orb on UniFi Routers with UniFi OS >= 4.2.0 |
11 | 11 |
|
12 | 12 | ## Introduction |
13 | 13 |
|
14 | | -This guide walks you through installing the Orb sensor on your Unifi Dream Machine (UDM) Pro. This will allow you to monitor your network connectivity right on your router, and access the information from anywhere within or outside the network. |
| 14 | +This guide walks you through installing the Orb sensor on UniFi Routers, including the Dream Machine and Dream Router. This will allow you to monitor your network connectivity right on your router, and access the information from anywhere within or outside the network using the Orb app. |
15 | 15 |
|
16 | | -**NOTE: This may work on other UniFi OS routers, but is currently untested.** |
| 16 | +**NOTE: These instructions have been tested on the Dream Machine Pro, but should work on other UniFi OS routers as well.** |
17 | 17 |
|
18 | 18 | ## Step 1: Enable SSH |
19 | 19 |
|
20 | | -In order to install Orb on your UDM (Pro), we'll need enable SSH access. If you already have SSH access enabled, skip ahead to Step 2. |
| 20 | +In order to install Orb on your UniFi Router, you'll need enable SSH access. If you already have SSH access enabled, skip ahead to Step 2. |
21 | 21 |
|
22 | | -1. Browse to your UDM control interface |
| 22 | +1. Browse to your UniFi Router control interface. |
23 | 23 | 2. Go to Settings -> Control Plane -> Console. |
24 | 24 | 3. Enable the SSH option and click 'Confirm'. |
25 | 25 | 4. Optional: Generate a new password if you have lost it. |
26 | 26 |
|
27 | 27 | ## Step 2: Install Orb |
28 | 28 |
|
29 | | -You can now login to your UDM device over ssh, so we can install the Orb sensor: |
| 29 | +You can now login to your UniFi Router over ssh, so we can install the Orb sensor: |
30 | 30 |
|
31 | | -1. Open your terminal and type `ssh root@[udm-ip]`. It will ask for the password. |
| 31 | +1. Open your terminal and type `ssh root@[router-ip]`. It will ask for the password. |
32 | 32 |
|
33 | 33 | 2. Create Orb install script: |
34 | 34 |
|
|
0 commit comments