Connect to Bytebeam cloud
Learn how to connect your device to the Bytebeam cloud with this step-by-step guide. Start by creating an account on Bytebeam, then download the device configuration JSON file. Rename the file to “device.json” and store it in the “download” partition of y
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.
and then use scp
command
Running Uplink
Start uplink and enable it to run at boot.
To verify that the uplink is up and running, check the status in systemd, using the following command.
You should see the status as “active” like in the screenshot below: