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

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

# Cloud server with n8n

<N8nDescription />

## Start working with n8n \{#getting-started-with-n8n}

For n8n to work, the cloud server must be accessible from the internet. To do this, when creating a server, you must 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 n8n](#create-cloud-server-with-n8n).

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

4. [Run n8n](#run-n8n).

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

Create a public floating IP address so the cloud server with n8n 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) instruction.

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

<Tabs queryString="create-n8n-server">
  <TabItem value="with-gpu">
    <TabItemLabel>
      With GPU
    </TabItemLabel>

    <CreateServerWithGpu AppNameInPanel="n8n VM" MinConfig="2 vCPU, RAM от 4 ГБ and размером загрузочного диска от 25 ГБ" OptionalVolumes="Optional: add an additional" VolumeSize="Specify the size of the network disk in GB or TB" />
  </TabItem>

  <TabItem value="without-gpu">
    <TabItemLabel>
      Without GPU
    </TabItemLabel>

    <CreateServer AppNameInPanel="n8n VM" MinConfig="2 vCPU, RAM от 4 ГБ and размером загрузочного диска от 25 ГБ" OptionalVolumes="Optional: add an additional" VolumeSize="Specify the size of the network disk in GB or TB" />
  </TabItem>
</Tabs>

### 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 that you [created in step 1](#create-floating-ip).

2. In the **Email** field, enter an email address.

3. In the **First Name** field, enter a first name.

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

5. In the **Password** field, enter a password.

6. Click **Next**.

### 4. Run n8n \{#run-n8n}

1. In a browser, open the page `http://<ip_address>`.

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

2. Enter the email address you specified in step 3 when [creating an account in step 3](#create-account).

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

4. Click **Sign in**.

<Formbricks />
