> ## Documentation Index
> Fetch the complete documentation index at: https://docs.callumcollins.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Adding users to your VPS

This guide covers how you can add users, specifically developers or owners, to your VPS. This is useful so your developers or owners can help you and collaborate on the server or project you are using your VPS for.

<Steps>
  <Step title="Open Computer Management">
    To begin adding a new user for Remote Desktop access, you need to open Computer Management. You can do this by searching for **Computer Management** in the Windows search bar.

    <Frame>
      <img src="https://mintcdn.com/stormnet/hKZ6fWxw8umzARcK/images/image.png?fit=max&auto=format&n=hKZ6fWxw8umzARcK&q=85&s=b33c49771e0ac0237d67be92e4101a0d" alt="Image" width="1100" height="618" data-path="images/image.png" />
    </Frame>

    Click on the **Computer Management** app from the search results to open it.
  </Step>

  <Step title="Navigate to Local Users and Groups">
    Once Computer Management is open, you'll see a tree structure on the left-hand side. Navigate to **System Tools** → **Local Users and Groups**.

    <Frame>
      <img src="https://mintcdn.com/stormnet/hKZ6fWxw8umzARcK/images/image-1.png?fit=max&auto=format&n=hKZ6fWxw8umzARcK&q=85&s=b15323ae9bc0539271ebb5762bf9b48e" alt="Image" width="1100" height="618" data-path="images/image-1.png" />
    </Frame>

    The red arrow indicates that you need to select **Local Users and Groups** in the navigation pane.
  </Step>

  <Step title="Create a new user">
    Expand **Local Users and Groups** and select **Users**. Right-click on **Users** in the right panel and select **New User** from the context menu.

    <Frame>
      <img src="https://mintcdn.com/stormnet/hKZ6fWxw8umzARcK/images/image-2.png?fit=max&auto=format&n=hKZ6fWxw8umzARcK&q=85&s=0604278ffb26401b87fbe904daee2503" alt="Image" width="1100" height="618" data-path="images/image-2.png" />
    </Frame>
  </Step>

  <Step title="Fill in user details">
    A "New User" dialog box will appear where you need to enter the new user's information. Fill in the required details as indicated by the red arrow.

    <Frame>
      <img src="https://mintcdn.com/stormnet/hKZ6fWxw8umzARcK/images/image-3.png?fit=max&auto=format&n=hKZ6fWxw8umzARcK&q=85&s=a87e2c231f02980c7cc4b7a1deca3f6d" alt="Image" width="1100" height="618" data-path="images/image-3.png" />
    </Frame>

    You will need to fill in the following fields:

    * **User Name:** Enter a username for the new account.
    * **Full Name:** Enter the full name of the user. \*Optional
    * **Description:** Add a description for this account. \*Optional
    * **Password:** Enter a strong password for the account.
    * Confirm your password.

    > After filling in the user details, uncheck the "User must change password at next logon" checkbox as shown in the image.
    >
    > Once done, click the Create button and the user's account will be created.

    <Tip>
      Make sure to use a strong password that meets Windows security requirements. It's recommended to use a combination of uppercase letters, lowercase letters, and special characters.
    </Tip>
  </Step>

  <Step title="Add the user to the group">
    Now that the user account has been created, you need to add it to the **Remote Desktop Users** group. In the left navigation pane, expand **Local Users and Groups** and select **Groups**.

    In the middle pane, you'll see a list of all local groups. Find and select the **Remote Desktop Users** group from the list. Right-click it and select Properties. The dialog will then open.

    Click the Add button when it opens, and enter the username of the user you created earlier in the text field. Click **Check Names** to verify the username. Windows will underline the username if it's valid and recognized. Once done, you can exit the window.

    <Frame>
      <img src="https://mintcdn.com/stormnet/hKZ6fWxw8umzARcK/images/image-4.png?fit=max&auto=format&n=hKZ6fWxw8umzARcK&q=85&s=41bb52f187202944a72d655238ccdfcd" alt="Image" width="1100" height="618" data-path="images/image-4.png" />
    </Frame>

    > Once the user is validated and underlined, click OK to proceed.
  </Step>
</Steps>

You've now added a user to the VPS. This user can access the VPS once you provide them with their credentials.

<Note>
  If you need any help with anything, you can contact the support team. We're always happy to help, and we'll help you resolve any issues.
</Note>
