---
title: "Working with multiple accounts"
sidebar_label: "Working with multiple accounts"
sidebar_position: 4
description: "How to log in to one or more accounts, switch between accounts, and log out of one or all of them"
---

import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import {TabItemLabel} from '@selectel/docux/components'
import Formbricks from '@theme/MDXComponents/Formbricks'

# Working with multiple accounts

If you have multiple accounts in the Control panel, you can [log in](#log-in) to each of them and [switch between them](#switch-between-accounts).

If necessary, you can [log out of one or all accounts at once](#log-out).

## Log in to one or more accounts \{#log-in}

If you have multiple accounts, the order in which you log in to them does not matter.

You can view the list of accounts you have logged into in the [Control panel](https://my.selectel.ru/) in the upper right corner of the menu (account number) → section **Other accounts**.

<Tabs queryString="log-in-account">
  <TabItem value="first" default>
    <TabItemLabel>
      Log in to the first account
    </TabItemLabel>

    1. In the [Control panel](https://my.selectel.ru/login/), enter your account number or select an account from the list if you have logged in before. You can view the account number:

       * in the payment purpose field of a payment order;
       * in acts of work performed;
       * in notifications from `no-reply@selectel.ru`.
    2. Enter the account password. If you have forgotten your password, [reset it](/account/restore-access.mdx#reset-password).
    3. Click **Sign in**.
  </TabItem>

  <TabItem value="additional">
    <TabItemLabel>
      Log in to the second and subsequent accounts
    </TabItemLabel>

    1. In the [Control panel](https://my.selectel.ru/), open the menu in the upper right corner (account number) and select **+ Add account**.
    2. Enter the account number or select an account from the list if you have logged in before. You can view the account number:

       * in the payment purpose field of a payment order;
       * in acts of work performed;
       * in notifications from `no-reply@selectel.ru`.
    3. Enter the account password. If you have forgotten your password, [reset it](/account/restore-access.mdx#reset-password).
    4. Click **Sign in**.
  </TabItem>
</Tabs>

## Switch between accounts \{#switch-between-accounts}

To switch to a different account, you do not need to log out of the current account, enter account details, or perform two-factor authentication.

In the [Control panel](https://my.selectel.ru), open the menu in the upper right corner (account number) and select the account you want to switch to.

## Log out of one or all accounts \{#log-out}

You can sign out of one account or all accounts at once. If you are signed out of an account, you will need to enter your account credentials and complete two-step authentication the next time you sign in.

<Tabs queryString="log-out-account">
  <TabItem value="first" default>
    <TabItemLabel>
      Log out of a single account
    </TabItemLabel>

    1. [Switch to the account](#switch-between-accounts) you want to log out of.
    2. In the [Control panel](https://my.selectel.ru), open the menu in the upper right corner (account number) and select **Log out**.
  </TabItem>

  <TabItem value="additional">
    <TabItemLabel>
      Log out of all accounts
    </TabItemLabel>

    In the [Control panel](https://my.selectel.ru), open the menu in the upper right corner (account number) and select **Log out of all accounts**.
  </TabItem>
</Tabs>

<Formbricks />
