# admin-console

This topic describes the options available with the Embedded Cluster `admin-console` command.

## Usage

```bash
sudo ./<app-slug> admin-console reset-password [flags]
```

## Subcommands

<table>
  <tr>
    <th width="35%">Command</th>
    <th width="65%">Description</th>
  </tr>
  <tr>
     <td>reset-password</td>
     <td>
        <p>Reset the Admin Console password. If no password is provided, you will be prompted to enter a new one.</p>
     </td>
  </tr>
</table>

## Flags

<table>
  <tr>
    <th width="30%">Flag</th>
    <th width="20%">Type</th>
    <th width="50%">Description</th>
  </tr>
  <tr>
     <td>`-h, --help`</td>
     <td></td>
     <td>
        <p>help for reset-password</p>
     </td>
  </tr>
</table>