> For the complete documentation index, see [llms.txt](https://docs.carto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carto.com/carto-self-hosted/operations/licensing-and-admin/change-admin-console-password.md).

# Change the Admin Console password

\
When initiating the installation of the CARTO platform for the first time, it is needed to secure the Admin Console by setting up a password. This password will serve as the primary means to manage your deployment.

The Admin Console password undergoes a stringent security process. Initially, it is salted and subjected to a one-way hashing algorithm using `bcrypt`. The resulting irreversible hash is then securely stored in a secret. It's important to note that the password cannot be retrieved if lost.

To modify your Admin Console password, follow these steps:

1. Log in to the Admin Console using your current password.
2. Navigate to the drop-down menu located in the top right corner of any page and select “Change Password”.
3. In the “Change Admin Console Password” dialog, make the necessary modifications.
   * Ensure that the new password comprises at least 6 characters.
   * Verify that the new password differs from your current one.
   * Confirm that the entries in both the “New Password” and “Confirm New Password” fields match.
4. Click on “Change Password” to proceed with the alteration.
5. In case of any issues during the password change process, an error message will specify the exact problem encountered.
6. Upon successful password modification, the current session will terminate, and you will be redirected to the Login page.
7. Log in using your new password to access the Admin Console.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.carto.com/carto-self-hosted/operations/licensing-and-admin/change-admin-console-password.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
