From a8a6b0318e626c554d23ddacb65d50e37eb340ca Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 Apr 2022 18:34:33 -0400 Subject: [PATCH] remoteit/README.md: Clarify OPTION #2 license key approach --- roles/remoteit/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/remoteit/README.md b/roles/remoteit/README.md index 83eb10f60..6c480f98f 100644 --- a/roles/remoteit/README.md +++ b/roles/remoteit/README.md @@ -85,7 +85,7 @@ Prerequisite: Find any IIAB with `remoteit_installed: True` in `/etc/iiab/iiab_s ### OPTION #2: Paste your remote.it license key to IIAB + enable it + authorize services/ports -1. Copy your remote.it account _license key_ from their Desktop Application (https://remote.it/download/) (or from their https://remote.it Web Portal) as shown in this [screenshot](https://docs.remote.it/oem-and-bulk-provisioning/registration-into-a-users-account#3.-user-receives-the-device-and-registers-his-account). +1. Copy your remote.it account _license key_ from their Desktop Application (https://remote.it/download/) or from their Web Portal (https://remote.it) — as shown in this [screenshot](https://docs.remote.it/oem-and-bulk-provisioning/registration-into-a-users-account#3.-user-receives-the-device-and-registers-his-account). Paste it into your IIAB's [/etc/iiab/local_vars.yml](https://wiki.iiab.io/go/FAQ#What_is_local_vars.yml_and_how_do_I_customize_it.3F) as in this example: @@ -95,6 +95,8 @@ Prerequisite: Find any IIAB with `remoteit_installed: True` in `/etc/iiab/iiab_s 2. Also set `remoteit_enabled: True` in /etc/iiab/local_vars.yml + (And verify that `remoteit_install: True` is set.) + 3. If your [IIAB software](https://download.iiab.io/) is not yet installed, do that e.g. by running `sudo iiab` and following any on-screen instructions — until "INTERNET-IN-A-BOX (IIAB) SOFTWARE INSTALL IS COMPLETE" eventually appears on screen. When that's complete, skip to Step 5.