---
title: "Cloud server with Evidently AI"
sidebar_label: "Evidently AI"
sidebar_position: 6
description: "How to create and launch a cloud server with Evidently AI"
---

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

# Cloud server with Evidently AI

<EvidentlyAiDescription />

## Getting started with Evidently AI \{#getting-started-with-evidently-ai}

For Evidently AI 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 attach a public floating IP address.

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

2. [Create a cloud server with Evidently AI](#create-cloud-server-with-evidently-ai).

3. [Run Evidently AI](#run-evidently-ai).

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

Create a public floating IP address so that the cloud server with Evidently AI 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 Evidently AI \{#create-cloud-server-with-evidently-ai}

<CreateServer AppNameInPanel="Evidently AI 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. Run Evidently AI \{#run-evidently-ai}

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

   Specify `<ip_address>` — the public floating IP address of the cloud server that you [created in step 1](#create-floating-ip).

2. Enter the username — `admin`.

3. Enter the password — the server UUID. You can copy it in the [control panel](https://my.selectel.ru/): from the top menu, click **Products** → **Cloud Servers** → on the server card, click <CopyIcon /> next to the UUID.

4. Click **Log in**.

<Formbricks />
