Module Integration Guides
Linux

Connect to Bytebeam cloud

4min



This page assumes that you have gone through the Getting Started guide for creating an account.

Provisioning the device

Each device needs to be provisioned with a unique JSON file device.json that is used for authentication. Refer to the Device Provisioning Guide to download the device configuration file.

Rename the downloaded file to device.json and place it in the "download" partition(/mnt/download) of the device. If you are connecting to the device via ssh you can use the below scp command. First, provide permission to the /mnt/download partition using chmod command.

Shell


and then use scp command

Shell


Running Uplink

Start uplink and enable it to run at boot.

Shell


To verify that the uplink is up and running, check the status in systemd, using the following command.

Shell


You should see the status as "active" like in the screenshot below:

Document image