# Create Managed Account

## Requirements

Linux Control Center = 2.10.X or higher

## Overview

The Linux Control Center allows you to manage local accounts on Linux servers, enabling more efficient control of access to services and servers. This feature allows you to create a managed account in the LCC Console, which can be created on a remote server according to the desired sudo permission level.

## Objective

This document aims to present the step-by-step process for using the LCC account management features.

## Account Management

### Create a Managed Account for Hosts

* To create an account in the LCC Console, follow the steps below; 1. Access the LCC Click on **Accounts**

![](/files/xTxzMvZCdnmGsQMepm7T)

1. Click on **Create**

![](/files/eXv5IDiQcDQLHJrA0B4l)

1. Fill in the fields according to the needs of your environment.

**Name**: Account Display Name\
**username**: Account User\
**Password**: Account Password\
**Shell**: Defines which Shell the account will have when logging in\
**BeyondTrust Functional Account**: Defines whether the account will be defined as a *Functional Account* through integration with PasswordSafe in your environment.

1. Click **Save**

![](/files/DNtY5yXliVC1Xfmip9CC)

1. Click on the account that was created, where you will be able to see the account information as shown in the image below;

![](/files/dDeFnozsN1TZcUZquJDK)

1. Click on **Account Host**

![](/files/m2KJuVt76CuPPcmfA78Z)

### Add Account to Host

1. Click on **ADD Host**

![](/files/TtBiAeBHNn6yb9aA5dyY)

1. Choose which **Host** you want to add the account to.

![](/files/7N88oFTqtixiIJXnO3MM)

1. Choose the permission level to escalate privilege in **Sudo**

![](/files/F0jXFBKUXCJoJhKnq2EX)

1. Click **Save** to add the account to the selected Host.

![](/files/72MOZltOceMRkrdO5aEb)

1. You can track the status of the **Account ADD** action in the queue by clicking on **Actions Working**

![](/files/1rWC2xl3udBASoApIJMk)

1. Once the **Account ADD** action is complete, a **Photography** action will automatically start to update the Host information in the LCC database.

![](/files/SvOmBmMvEP88CRM4OfX8)

1. To validate that the account was created correctly, access the Host on the **Hosts** screen and click on **Accounts** and the added account will be listed.

![](/files/vcsClcjVjKSpiUdBrkMo)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.linuxcontrolcenter.com.br/en/managed-account/create_managed_account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
