Previous
Overview
Check the status of your machines from the Viam app, the mobile app, or the command line.
Navigate to the FLEET page and click the machines tab. The machines table shows every machine in your organization with its current status:
You can also see the amount of binary and tabular data your fleet has synced in the last 48 hours from this dashboard.
Click a machine name to open its page. At the top of the page, the status indicator shows whether the machine is online or offline.
Click the status dropdown to see details about each part of your machine:
viam-server versionOn a machine’s CONFIGURE page, look for a red exclamation icon on any resource card. Click the icon or expand the ERROR LOGS panel to see errors produced by that resource.
For more detailed debugging, see Troubleshoot problems.
On the CONTROL tab, you can remotely operate the machine and test each configured resource without writing code.
Check machine status from the CLI:
viam machines status --machine <machine-name-or-id>
Check a specific part:
viam machines part status --part <part-name-or-id>
List all parts on a machine:
viam machines part list --machine <machine-name-or-id>
Replace the placeholder values with your machine name or ID. You can find the machine name on the machine’s page in the Viam app. To find the machine ID, click the … menu on the machine’s page and select Copy machine ID.
To receive an email or webhook notification when a machine goes offline, configure a trigger. See Set up alerts.
The Viam mobile app shows machine status from your phone. You can see which machines are online, view logs, and remotely operate components.
The mobile app is available on the App Store and Google Play.
Was this page helpful?
Glad to hear it! If you have any other feedback please let us know:
We're sorry about that. To help us improve, please tell us what we can do better:
Thank you!