Skip to main content

Managing Your Linux Device with the Particle Cloud

Now that your Linux device is up and running, you've explored:

  • LED indicators for system status (if available).
  • Console access via SSH, ADB, or serial.
  • Using it as a headless or desktop system.

But the most critical part of using a Particle-supported Linux board is its cloud management functionality.

This guide walks you through how Particle Cloud manages your device and what you can do with it.

Looking for Tachyon-specific setup?
If you are setting up a Tachyon device, refer to the Tachyon Cloud Guide.


Cloud Registration During Setup

During setup, you were:

  1. Logged into your Particle account.
  2. Asked to select an organization (sandbox or enterprise).
  3. Assigned your device to a product within that organization.

This process:

  • Used your Particle access token to register the device.
  • Generated a record for it inside the Particle Console.
  • Linked the device to your account, allowing for remote management.

➡️ At the end of setup, a URL was displayed to take you directly to your device in the Particle Console:

https://console.particle.io/devices/


First Connection to the Cloud

After setup, your device may not appear as "connected" immediately in the console.

What Happens in the Background:

  1. The device finishes booting and starts connecting to the cloud.
  2. The Particle Cloud recognizes the device but marks it as offline until it establishes a connection.
  3. The Particle Console auto-refreshes and updates when the device comes online.

📷 [INSERT IMAGE: Device appearing in the Particle Console, offline state]

Once connected, you'll see:

  • Online Status
  • Device vitals (temperature, battery life, connectivity)
  • Location tracking on the map (if GPS is enabled)

🛠 What Can You Do from the Particle Console?

With your Linux device connected to the Particle Cloud, you can:

FeatureDescription
Remote SSH AccessOpen a shell session directly from the console.
Identify DeviceFlash an LED remotely (if applicable) to locate your device.
Location TrackingView the device's last known position on a map.
Device MetricsMonitor core statistics (temperature, uptime, connectivity).
Remote CommandsSend system commands to control or reset the device.

Advanced Cloud Features

Particle Cloud provides powerful management tools for Linux devices:

  • Event Streaming → Subscribe to device-generated events.
  • Cloud Functions → Trigger actions remotely.
  • Over-the-Air (OTA) Updates → Remotely update your OS and applications.
  • Device Groups → Manage fleets of devices with bulk commands.

Next Steps

Now that your Linux device is fully connected to the cloud, you can:

  • Deploy applications to your device.
  • Monitor & control your fleet using the Particle Console.
  • Automate processes with cloud-based functions and integrations.

Next Up → Deploying Applications