---
title: "Cloud server with CVAT"
sidebar_label: "CVAT"
sidebar_position: 12
description: "How to create and run a cloud server with CVAT"
---

import CreateServer from '@site/i18n/en/docusaurus-plugin-content-docs/current/_partials/cloud-servers/applications/create-server-for-ai.mdx'
import {CustomTable} from '@selectel/docux/components'
import MoreVerticalIcon from '@selectel/docux/icons/more-vertical'
import Formbricks from '@theme/MDXComponents/Formbricks'
import CvatDescription from '@site/i18n/en/docusaurus-plugin-content-docs/current/_partials/ai-marketplace/cvat.mdx'
import CopyIcon from '@selectel/docux/icons/copy';

# Cloud server with CVAT

<CvatDescription />

## Getting started with CVAT \{#getting-started-with-cvat}

For CVAT to work, the cloud server must be accessible from the internet. To do this, when creating the server, you need to create a private subnet and attach a public floating IP address.

1. [Create a public floating IP address](#create-floating-ip).

2. [Create a server with CVAT](#create-cloud-server-with-cvat).

3. [Create an account](#create-account).

4. [Run CVAT](#run-cvat).

### 1. Create a public floating IP address \{#create-floating-ip}

Create a public floating IP address so the cloud server with CVAT is accessible from the internet.

Use the [Create a public floating IP address](/cloud-servers/cloud-networks/public-floating-ip-addresses.mdx#create-public-floating-ip) section of the [Public Floating IP addresses](/cloud-servers/cloud-networks/public-floating-ip-addresses.mdx) guide.

### 2. Create a cloud server with CVAT \{#create-cloud-server-with-cvat}

<CreateServer AppNameInPanel="CVAT VM" MinConfig="2 vCPU, RAM starting from 4 GB and a boot disk size starting from 20 GB" OptionalVolumes="Optional: add an additional" VolumeSize="Specify the size of the network disk in GB or TB" />

### 3. Create an account \{#create-account}

1. Open the `http://<ip_address>` page in your browser;.

   Specify `<ip_address>` — the public floating IP address of the cloud server. You can copy it in the [control panel](https://my.selectel.ru/): from the top menu, click **Products** → **Cloud Servers** → in the server card, click  next to the public floating IP address.<CopyIcon />

2. Click **Create an account**.

3. In the **First Name** field, enter your name.

4. In the **Last Name** field, enter your last name.

5. In the **Email** field, enter your email address.

6. In the **Username** field, enter your user name.

7. In the **Password** field, enter your password.

8. Click **Create account**.

### 4. Run CVAT \{#run-cvat}

1. Open the `http://<ip_address>` page in your browser.

   Specify `<ip_address>` — the public floating IP address of the cloud server. You can copy it in the [control panel](https://my.selectel.ru/): from the top menu, click **Products** → **Cloud Servers** → in the server card, click  next to the public floating IP address.<CopyIcon />

2. In the **Email or username** field, enter:

   * the email address you specified in step 6 when [creating the account in step 3](#create-account);
   * or the user name you specified in step 7 when [creating the account in step 3](#create-account);

3. Enter the password you specified in step 8 when [creating the account in step 3](#create-account).

4. Click **Next**.

<Formbricks />
