Module Integration Guides
Linux
Connect to Bytebeam cloud
4 min
this page assumes that you have gone through the https //bytebeam io/docs/getting started on bytebeam cloud 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 https //bytebeam io/docs/provisioning a device 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 chmod 777 /mnt/download and then use scp command scp /home/bytebeam/downloads/device json user@\<ip address of device> /mnt/download running uplink start uplink and enable it to run at boot sudo systemctl start uplink sudo systemctl enable uplink to verify that the uplink is up and running, check the status in systemd, using the following command sudo systemctl status uplink you should see the status as "active" like in the screenshot below
