---
title: "View basic firewall status"
sidebar_label: "View firewall status"
description: "How to view basic firewall status"
sidebar_position: 3
toc_max_heading_level: 2
---

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

# View basic firewall status

1. In the [Control panel](https://my.selectel.ru/cloud-servers/basic-firewall), on the top menu, click **Products** and select **Dedicated Servers**.
2. Go to the **Basic Firewall** section.
3. Open the firewall page.
4. View the firewall status in the top right corner.

<CustomTable>
  <table>
    <tbody>
      <tr>
        <th>INACTIVE</th><td>The firewall has no rules</td>
      </tr>

      <tr>
        <th>APPLIED</th><td>Rule list activated</td>
      </tr>

      <tr>
        <th>PENDING</th><td>Rule list not activated</td>
      </tr>

      <tr>
        <th>PROCESSING</th><td>Changes are being applied to the firewall</td>
      </tr>

      <tr>
        <th>CLEANING</th><td>Firewall is being deleted</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 />
