---
title: "Cloud server with Label Studio"
sidebar_label: "Label Studio"
sidebar_position: 13
description: "How to create and run a cloud server with Label Studio"
---

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 LabelStudioDescription from '@site/i18n/en/docusaurus-plugin-content-docs/current/_partials/ai-marketplace/label-studio.mdx'
import CopyIcon from '@selectel/docux/icons/copy'

# Cloud server with Label Studio

<LabelStudioDescription />

## Get started with Label Studio \{#getting-started-with-label-studio}

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

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

2. [Create a cloud server with Label Studio](#create-cloud-server-with-label-studio).

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

4. [Launch Label Studio](#run-label-studio).

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

Create a public floating IP address so that the cloud server with Label Studio 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 Label Studio \{#create-cloud-server-with-label-studio}

<CreateServer AppNameInPanel="Label Studio 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 **Sign up**.

3. Enter your email address.

4. Enter your password.

5. Click **Create account**.

### 4. Launch Label Studio \{#run-label-studio}

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

   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. Enter the email address you specified in step 4 when [creating the account in step 3](#create-account).

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

4. Click **Log in**.

<Formbricks />
