---
title: "Registration in the control panel"
sidebar_label: "Registration"
sidebar_position: 1
description: "How to register an account and join an account by invitation"
---

import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import Formbricks from '@theme/MDXComponents/Formbricks'
import {TabItemLabel} from 'docs-kit/components'

# Registration in the control panel

You can [register an account](#sign-up-via-website) via the selectel.ru website; a primary user, the [Account Owner](/access-control/access-management.mdx), will be created. Additional account users can [join the account by invitation](#sign-up-by-invitation) if the Account Owner invites them.

The data you enter during registration will be specified in your profile. The set of data depends on the [account type](#account-types) and [user role](/access-control/access-management.mdx#roles). For more information on how to change user data and roles, see the instructions [Change user data or permissions](/access-control/manage/edit-user-data-or-role.mdx) and [Change your profile or company data](/account/change-profile.mdx).

If you encounter any problems during registration, please contact Technical Support at [support@selectel.ru](mailto:support@selectel.ru).

After registration, you can manage Selectel products via the control panel [my.selectel.ru](https://my.selectel.ru/), [API](/api/authorization/), or [Terraform](/terraform/). Records of resource operations and other events occurring in the account are saved in [audit logs](/audit-logs/about-audit-logs.mdx).

## Account types \{#account-types}

When you sign up, you can choose your account type:

* personal account — for individuals;
* business account — for legal entities, individual entrepreneurs, and government agencies.

The account type and country of residence determine the available [balance top-up methods](/balance-and-payments/manage/top-up-balance.mdx#top-up-methods). You cannot change the account type after registration.

## Register an account in the control panel \{#sign-up-via-website}

After registration, a new account will be created and a user with the [Account Owner](/access-control/access-management.mdx) role will be added.

<Tabs queryString="type">
  <TabItem value="private" default>
    <TabItemLabel>
      Personal account
    </TabItemLabel>

    1. On the [selectel.ru](https://selectel.ru/) website, click **Create Account**.
    2. Fill out the registration form.
    3. Click **Create Account**.
    4. We will send an email with a confirmation link to the email address provided.
    5. In the email, click **Confirm Email**. The confirmation link can only be used once.
    6. In the **Personal information** section, select your country of residence.
    7. Determine the [account type](#account-types). You cannot change this later.
    8. Enter the requested data.
    9. Confirm your agreement with the terms and click **Continue**.
    10. Enter your phone number and confirm your consent to use it.
    11. Click **Request Code**.
    12. Enter the code received.
    13. Two-step authentication via email will be automatically enabled for the [Account Owner](/account/two-step-authentication.mdx).
  </TabItem>

  <TabItem value="business">
    <TabItemLabel>
      Business account
    </TabItemLabel>

    1. On the [selectel.ru](https://selectel.ru/) website, click **Create Account**.
    2. Fill out the registration form.
    3. Click **Create Account**.
    4. We will send an email with a confirmation link to the email address provided.
    5. In the email, click **Confirm Email**. The confirmation link can only be used once.
    6. In the **Personal information** section, select your country of residence.
    7. Determine the [account type](#account-types). You cannot change this later.
    8. For a business account with Russian residency, enter your taxpayer identification number (INN) and select your organization from the list. The fields with the organization's details will be filled in automatically. If the fields do not appear, click **Enter data** and enter the details manually.
    9. For a business account with non-Russian residency, enter the data manually.
    10. Confirm your agreement with the terms and click **Continue**.
    11. Enter the contact person's full name.
    12. Enter your phone number and confirm your consent to use it.
    13. Click **Request Code**.
    14. Enter the code received.
    15. Two-step authentication via email will be automatically enabled for the [Account Owner](/account/two-step-authentication.mdx).
  </TabItem>
</Tabs>

## Join an account by invitation \{#sign-up-by-invitation}

[Invite a new user](/access-control/manage/add-user.mdx) to the account can an [Account Owner](/access-control/user-types.mdx#account-owner) or a user with the [`iam.admin`](/access-control/role-reference.mdx#iam-admin) role. After the invitation is sent, the user will receive an email with the account number and a confirmation link. [User permissions](/access-control/access-management.mdx) are determined by the user who sends the invitation.

1. In the email, click **Confirm Email**.
2. Enter a password.
3. Click **Continue**.
4. Enter the requested data. The phone number must be unique within an account — an account cannot have two users with the same phone number.
5. Click **Request Code**.
6. We will send an SMS to the phone number provided.
7. Enter the code received.
8. Two-step authentication via email is automatically enabled for the invited user.

<Formbricks />
