1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

remoteit/README.md: Clarify 'sudo ./runrole remoteit' context & options

This commit is contained in:
root 2022-04-06 18:51:12 -04:00
parent a8a6b0318e
commit 2b217b0534

View file

@ -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. 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 cd /opt/iiab/iiab
sudo ./runrole remoteit 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). 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. 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.