From 2b217b0534087e215dca24a7250e5d18c2bc5450 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 Apr 2022 18:51:12 -0400 Subject: [PATCH] remoteit/README.md: Clarify 'sudo ./runrole remoteit' context & options --- roles/remoteit/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/roles/remoteit/README.md b/roles/remoteit/README.md index 6c480f98f..ee1b2c8e7 100644 --- a/roles/remoteit/README.md +++ b/roles/remoteit/README.md @@ -101,13 +101,22 @@ Prerequisite: Find any IIAB with `remoteit_installed: True` in `/etc/iiab/iiab_s When that's complete, skip to Step 5. -4. If your IIAB software is already installed, make sure your IIAB is online, and then run: +4. If your IIAB software is already installed, make sure your IIAB is online. + + Now register your IIAB to your remote.it account (while enabling remote.it on your IIAB device) by running: ``` cd /opt/iiab/iiab sudo ./runrole remoteit ``` + If you also want to reinstall the (latest) remote.it Device Package on your IIAB, you can instead run: + + ``` + cd /opt/iiab/iiab + sudo ./runrole --reinstall remoteit + ``` + 5. Authorize services/ports (e.g. SSH, HTTP, etc) for your IIAB device, as shown in these [screenshots](https://docs.remote.it/software/device-package/installation#4.-set-up-services-on-your-device). SUMMARY: One or more [remote.it "Services"](https://support.remote.it/hc/en-us/articles/360060992631-Services) needs to be authorized (registered) to allow remote access to your IIAB device.