---
title: "Connect Cyber Backup"
sidebar_position: 2
description: "How to connect backup via Cyber Backup"
---

import Formbricks from '@theme/MDXComponents/Formbricks'

import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import SettingIcon from 'docs-kit/icons/settings'
import {TabItemLabel} from 'docs-kit/components'

# Connect Cyber Backup

1. [Order services](#order-services).
2. [Download the agent](#download-agent).
3. [Install the agent](#install-agent).
4. [Create a protection plan](#create-protection-plan).

## 1. Order services \{#order-services}

<Tabs queryString="order-services">
  <TabItem value="first" default>
    <TabItemLabel>
      Initial order
    </TabItemLabel>

    1. In the [control panel](https://my.selectel.ru/services/cyber-backups), on the top menu, click **Products** and select **Cyber Backup Cloud**.

    2. Click **Connect**.

    3. Select a service:

       * if you plan to use a large number of backup agents, select the **Cyber Backup Cloud (Repository) Storage of backups** service in the required region – agent licenses will be unlimited, and the repository space will be billed;
       * if the number of agents is small, select the **Cyber Backup Cloud (Devices)** service for the required device — each license and storage volume will be billed. The storage price will be lower than for the **Cyber Backup Cloud (Repository)**.

    4. If you selected the **Cyber Backup Cloud (Repository) Storage of backups** service, specify the storage volume.

    5. If you selected the **Cyber Backup Cloud (Devices)** service for the required device:

       5.1. Specify the number of licenses.

       5.2. Select a region for storing backups.

       5.3. Specify the storage volume.

    6. Click **Order**. We will connect the service and send the connection details in a ticket.
  </TabItem>

  <TabItem value="repeat">
    <TabItemLabel>
      Repeat order
    </TabItemLabel>

    1. In the [control panel](https://my.selectel.ru/services/cyber-backups), on the top menu, click **Products** and select **Cyber Backup Cloud**.

    2. Click **Connect services**.

    3. Select a service:

       * if you plan to use a large number of backup agents, select the **Cyber Backup Cloud (Repository) Storage of backups** service in the required region – agent licenses will be unlimited and the repository space will be billed;
       * if the number of agents is small, select the **Cyber Backup Cloud (Devices)** service for the required device — each license will be billed;
       * if you are already using the **Cyber Backup Cloud (Devices)** service for the required device and want to purchase extra repository space, select the **Cyber Backup Cloud (Devices) Storage of backups** service in the required region — the repository space will be billed. The storage price will be lower than for the **Cyber Backup Cloud (Repository)**.

    4. If you selected the **Cyber Backup Cloud (Repository) Storage of backups** or **Cyber Backup Cloud (Devices) Storage of backups** service, specify the storage volume.

    5. If you selected the **Cyber Backup Cloud (Devices)** service for the required device, specify the number of licenses.

    6. Click **Order**. We will connect the service and send the connection details in a ticket.
  </TabItem>
</Tabs>

## 2. Download agent \{#download-agent}

1. Log in to the [Cyber Backup panel](https://ru01-cloud.cyberprotect.ru/) with the credentials we sent in the ticket.
2. Go to the **Devices** section.
3. Click **+ Add**.
4. Select the device type. If you want to protect an **Active Directory**, **MS SQL**, or **MS Exchange** server, select the device in the **Applications** block, and choose Windows OS.
5. Wait for the agent installation file to download to the device.
6. If you downloaded the installation file to the wrong device, move the file to the required device.

## 3. Install agent \{#install-agent}

<Tabs queryString="os">
  <TabItem value="windows" default>
    <TabItemLabel>
      Windows
    </TabItemLabel>

    1. Run the installation file on the machine you want to back up.
    2. Click **Install**. Wait for the agent to install.
    3. Click **Register machine**. You will be redirected to the Cyber Backup panel. The registration code will be entered automatically. You can view the registration code later using the following command:

       ```bash
       %ProgramFiles%\BackupClient\RegisterAgentTool\register_agent.exe -o register -t cloud –a https://ru01-cloud.cyberprotect.ru -u <username> -p <password>
       ```

       Specify `<username>` and `<password>` — credentials in the Cyber Backup panel.
    4. In the **Register to get an account** field, select an account.
    5. Select your account and click **Check code** → **Confirm registration**.
    6. Optional: if you closed the agent, you can add the code manually in the **Devices** → **Add** → **Registration by code** → **Register**.
  </TabItem>

  <TabItem value="linux">
    <TabItemLabel>
      Linux
    </TabItemLabel>

    1. In the [Cyber Backup panel](https://ru01-cloud.cyberprotect.ru), go to the **Devices** section and click **Add**.

    2. In the **Registration token** block, click **Create** → **Generate Token**. The token will appear in the **Created token** field.

    3. Copy the registration token.

    4. Add execution permissions to the installer file:

       ```bash
       sudo chmod +x <agent_file>
       ```

       Specify `<agent_file>` — the installer file name.

    5. Start the installation:

       ```bash
       sudo <agent_file>
       ```

       Specify `<agent_file>` — the installer file name.

    6. Select **Agent for Linux** and confirm the installation of missing packages. For more details on the required packages, see the [Linux packages](https://docs.cyberprotect.ru/ru-RU/CyberBackupCloud/26.03/user/#linux-packages.html) section of the Cyber Backup Cloud documentation.

       The machine will appear on the **Devices** tab within a few minutes.
  </TabItem>
</Tabs>

## 4. Create a protection plan \{#create-protection-plan}

1. In the [Cyber Backup panel](https://ru01-cloud.cyberprotect.ru), go to **Devices** → **All devices**.
2. Select the machines for which you want to create a protection plan.
3. Click **Protect** → **Create plan**.
4. Optional: change the plan name.
5. Configure the protection and backup plan settings; for more details, see the [Protection plan cheat sheet](https://docs.cyberprotect.ru/ru-RU/CyberBackupCloud/26.03/user/#protection-plan-cheat-sheet.html) in the Cyber Backup Cloud documentation.
6. If you need to protect an Active Directory, MS SQL, or MS Exchange server, click **Application backup**, enable the toggle, and click **OK**.
7. Click **Create**. The actual start of the protection plan may be delayed by up to 30 minutes due to load balancing.

<Formbricks />
