# password

## Syntax

```
[no] password admin|user [<password>]
```

## Syntax Description

<table><thead><tr><th width="203">Keyword</th><th>Description</th></tr></thead><tbody><tr><td><code>no</code></td><td>(Optional) Deletes an existing password.</td></tr><tr><td><code>admin</code></td><td>Sets or changes the administrator password.</td></tr><tr><td><code>user</code></td><td>Sets or changes the read-only user password.</td></tr><tr><td>password</td><td>(Optional) The password to be set.</td></tr></tbody></table>

## Defaults

There is no password on the admin or user accounts by default.

## Usage Guidelines

This command sets the password for the specified user for access to the CLI. Users without a password may not log in to the CLI via ssh.

If the new password is not specified on the command line, the system will prompt for it.

## Examples

```
password admin
```

## Related Commands

{% content-ref url="/pages/Ruw6gqRGYQTgolO0qeFa" %}
[configure authorized-keys](/island-router-cli-2.3.2/commands/configure-authorized-keys.md)
{% endcontent-ref %}


---

# 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.islandrouter.com/island-router-cli-2.3.2/commands/password.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.
