---
title: "Cloud server with ispmanager"
sidebar_label: "ispmanager"
sidebar_position: 8
toc_max_heading_level: 3
description: "How to create a cloud server to work with the ispmanager control panel"
---

import EditIcon from 'docs-kit/icons/edit'
import CheckIcon from 'docs-kit/icons/check'
import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import {TabItemLabel} from 'docs-kit/components'
import {CustomTable} from 'docs-kit/components'
import Formbricks from '@theme/MDXComponents/Formbricks'
import CopyIcon from 'docs-kit/icons/copy'
import CreateServer from '@site/i18n/en/docusaurus-plugin-content-docs/current/_partials/cloud-servers/applications/create-server-for-apps.mdx'

# Cloud server with ispmanager

ispmanager is a control panel for web servers and websites. In ispmanager, you can manage domains, DNS, email, databases, and users, install CMS and certificates, configure redirects, edit files, and perform other tasks.

You can [create a cloud server with a pre-installed ispmanager application](#create-cloud-server-with-ispmanager). We provide the ispmanager Lite version; you can add up to ten domains.

Before creating a cloud server with an application, please review the [software license agreements](https://423.selcdn.ru/kb/license-agreements-for-application-images-LANG.pdf) included in the image.

## Minimum resource requirements \{#minimum-requirements}

<CustomTable>
  <table>
    <thead>
      <th />

      <th>Control panel</th><th>Control panel and 10 websites</th><th>Control panel and more than 10 websites</th>
    </thead>

    <tbody>
      <tr>
        <th>vCPU count</th><td>1</td><td>1</td><td>2</td>
      </tr>

      <tr>
        <th>RAM</th><td>1 GB</td><td>2 GB</td><td>3 GB</td>
      </tr>

      <tr>
        <th>Boot volume</th><td>10 GB</td><td>20 GB</td><td>50 GB</td>
      </tr>
    </tbody>
  </table>
</CustomTable>

## Create a cloud server with ispmanager \{#create-cloud-server-with-ispmanager}

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

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

Create a public floating IP address so that the cloud server with Apache Kafka 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 ispmanager \{#create-ispmanager-server}

<CreateServer AppNameInPanel="ispmanager Lite" MinConfig="1 vCPU, RAM starting from 2 GB and a boot disk size starting from 20 GB for 10 and less domains" OptionalVolumes="Optional: add an additional" VolumeSize="Specify the size of the network disk in GB or TB" />

## Open the ispmanager panel⁠ \{#open-ispmanager-panel}

1. Purchase an ispmanager license — leave a request on the official website [ispmanager](https://www.ispmanager.ru/price).

2. Open the following page in your browser:

   ```bash
   https://<ip_address>:1500/
   ```

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

3. Log in to the ispmanager panel. Use:

   * username — `root`;
   * password — the `root` user password. You can view it in the [control panel](https://my.selectel.ru/vpc/default/servers/): from the top menu, click **Products** → **Cloud Servers** → server page → **Console** tab → **Password**.

4. The browser will issue a warning about an insecure connection because there is no certificate. Ignore the warning and open the page.

5. Activate the license. Find more information about licenses in the [Licensing](https://www.ispmanager.ru/docs/ispmanager/liczenzirovanie) section of the ispmanager documentation.

<Formbricks />
