---
title: "Manage virtual data center users"
sidebar_label: "Manage virtual data center users"
sidebar_position: 3
description: "How to create an additional user, grant them access to a virtual data center, and change their password"
---

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

# Manage virtual data center users

When a virtual data center is created, a user with the administrator role is created automatically. You can [create additional users](#create-user) and [grant them access to virtual data centers](#grant-user-access-to-vdc).

## Create a user \{#create-user}

1. From the [control panel](https://my.selectel.ru/vmware/), open the Cloud Director panel: in the top menu, click **Products** → **VMware-based Cloud** → the **Cloud Director \*\*\*\* section**.
2. Log in to Cloud Director with an administrator account. You can view administrator details and reset the password in the [control panel](https://my.selectel.ru/vmware/): **VMware-based Cloud** → **Users**.
3. Open the **Administration** tab.
4. Go to **Access Control** → **Users**.
5. Click **New**.
6. Enter the username, password, and user role. A user with the Organization Administrator role always has access to all organization data centers.
7. Click **Save**. The new user will be displayed in the [control panel](https://my.selectel.ru/vmware/public/default/user) on the **Users \*\*\*\* tab**.

## Grant a user access to a virtual data center \{#grant-user-access-to-vdc}

1. In the [control panel](https://my.selectel.ru/vmware/), on the top menu, click **Products** and select **VMware-based Cloud**.
2. Go to the **Panel Users** section.
3. In the user card, open the **Access to virtual data centers \*\*\*\* tab**.
4. In the row of the virtual data center you want to grant access to, turn on the toggle.

## Change a user password \{#change-user-password}

<Tabs queryString="where">
  <TabItem value="control-panel" default>
    <TabItemLabel>
      In the control panel
    </TabItemLabel>

    1. In the [control panel](https://my.selectel.ru/vmware/), on the top menu, click **Products** and select **VMware-based Cloud**.
    2. Go to the **Panel Users** section.
    3. In the user card, open the **Password reset \*\*\*\* tab**.
    4. Enter a new password or click **Generate**.
    5. Copy or note down the password. Once the password is saved, it cannot be viewed.
    6. Click **Save**.
  </TabItem>

  <TabItem value="cloud-director">
    <TabItemLabel>
      In Cloud Director
    </TabItemLabel>

    1. From the [control panel](https://my.selectel.ru/vmware/), open the Cloud Director panel: in the top menu, click **Products** → **VMware-based Cloud** → the **Cloud Director \*\*\*\* section**.
    2. Open the **Administration** tab.
    3. Go to **Access control** → **Users**.
    4. Open the user page.
    5. Click **EDIT**.
    6. In the **Password** field, enter a new password.
    7. In the **Confirm password** field, re-enter the new password.
    8. Click **SAVE**.
  </TabItem>
</Tabs>

<Formbricks />
