📃
Edge Signal Docs
Edge Signal Platform
Edge Signal Platform
  • Overview
  • Architecture
  • Quick Start
    • Register Device
    • Create a Dockerized Application
    • Create a Native Application
    • Create Deployment
    • Enable Alert
    • Create Tunnel
    • Execute Remote Commands
    • Monitor Device
    • Create & Deploy a Data Flow
  • PROJECTS
    • Overview
    • Create Project
    • Assign User
  • USERS
    • Account Registration
    • Accounts
    • Invitations
    • Roles
  • DEVICES
    • Device Registration
    • Fleet Management
    • Device Detail
    • WiFi Settings
    • Groups
  • APPLICATIONS
    • Overview
    • Create Application
    • Create Release
    • Application Settings
  • DEPLOYMENTS
    • Overview
    • Create Deployment
    • Modify Deployment
    • Delete Deployment
    • Upload Files
    • Deployment Scripts
  • Data Flows
    • Overview
    • Design a Data Flow
    • Use a Data Flow
      • OPC-UA Server to Cloud MQTT Video Demo
  • MONITORING
    • Metrics
    • Filtering
    • Custom Metrics
  • ALERTS
    • Create Channel
    • Create Rule
    • Custom Alerts
  • REMOTE CONTROL
    • Tunnel Architecture
    • Create Tunnel
    • Close Tunnel
  • LOGS
    • Overview
    • Fetch Device Logs
  • SDK
    • Overview
    • Python
    • Javascript
  • DEVICE AGENT
    • Release Notes
  • Policy and Legal
    • Terms and Conditions
    • Privacy Policy
    • Service Level Agreement
Powered by GitBook
On this page
  • Video Tutorial: Register/Add A Device (3 mins)
  • Step-by-Step: Register/Add A Device
  1. Quick Start

Register Device

PreviousArchitectureNextCreate a Dockerized Application

Last updated 1 year ago

Video Tutorial: Register/Add A Device (3 mins)

Step-by-Step: Register/Add A Device

  • Log in to the Edge Signal platform

  • Navigate to the lefthand sidebar near the top of the SERVICES section where you’ll find the PROJECTS menu

  • Here you can either create a new project by clicking the + icon, or you can select an existing project in which to register your new device

  • Click Add new device (top right-hand corner of the page), which will generate a registration command that you will run on the new device

  • Click the copy icon to copy the command to the clipboard

  • Log in to your device, paste and run the command

Note: By default, the user will be prompted to specify the desired device privilege mode by entering Y or N. If the user would rather skip this step, they should add the following option to the command: -p or --privileged

See the examples below.

Original Command:

sudo wget -qO /tmp/signal_installer.sh "https://signal-installer.s3.us-east-2.amazonaws.com/release/signal_installer.sh" && sudo bash /tmp/signal_installer.sh “token”

Modified Command with privilege:

sudo wget -qO /tmp/signal_installer.sh "https://signal-installer.s3.us-east-2.amazonaws.com/release/signal_installer.sh" && sudo bash /tmp/signal_installer.sh -p y “token"

Modified Command without privilege:

sudo wget -qO /tmp/signal_installer.sh "https://signal-installer.s3.us-east-2.amazonaws.com/release/signal_installer.sh" && sudo bash /tmp/signal_installer.sh -p n “token"

  • The device will require root user access for registration

Note: This may take several minutes as necessary dependencies are installed

  • If this device has been previously registered, you can use the previous configuration by typing Y for YES at the prompt and entering the relevant information

  • If not previously registered, type N for NO and enter a new device name

  • Next you will be prompted with the option to enter the device’s serial number

Note: Simply press Enter to skip the serial number option

  • Wait a minute or so as the remaining necessary dependencies are installed

  • Once registration is successful, you will see the new device appear in the device list

  • A status of unknown is only temporary, and will update momentarily

Removing a Device from a Project

  • Should you decide to remove the device from your project, simply click on the device name to open the device details page

  • Scroll to the bottom of this page, and you will see a Remove Device button. Click this button to remove the device from your project

🎬
📋
Register a device
Choose project for new device
Copy registration command
Run registration command
Enter device name, optional serial number
New device is available
Remove device