---
title: "View mobile farm device status"
sidebar_label: "View device status"
sidebar_position: 1
description: "How to view device status, list of statuses to track performance"
---

import Formbricks from '@theme/MDXComponents/Formbricks'
import {CustomTable} from '@selectel/docux/components'

# View mobile farm device status

1. In the [Control panel](https://my.selectel.ru/mobile-farm/), on the top menu, click **Products** and select **Mobile Farm**.
2. Go to the **Devices** section.
3. View the status in the device row.

   <CustomTable>
     <table>
       <tbody>
         <tr>
           <th>ACTIVE</th><td>Device is available</td>
         </tr>

         <tr>
           <th>USING</th><td>You are using the device</td>
         </tr>

         <tr>
           <th>BUSY</th><td>Device is being used by another user</td>
         </tr>

         <tr>
           <th>MAINTENANCE</th><td>Device is in maintenance mode</td>
         </tr>

         <tr>
           <th>ERROR</th><td>An error occurred, [create a ticket](https://my.selectel.ru/tickets/create/)</td>
         </tr>
       </tbody>
     </table>
   </CustomTable>

<Formbricks />
