mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
21 lines
597 B
Markdown
21 lines
597 B
Markdown
# Changing the administration password
|
|
|
|
You may want to change your administrator password for security reason or because you forgot it.
|
|
|
|
If you forgot your password or are unable to connect using the `admin` user, you
|
|
may still be able to change the password if you're able to login as `root` on
|
|
SSH (from your local network! or using a rescue mode if you're on a VPS...)
|
|
|
|
## Using the web administration interface
|
|
|
|
First, connect to your [web administration](/admin).
|
|
|
|
Then go to Tools > Change administration password.
|
|
|
|
|
|
## Using the command line interface
|
|
|
|
|
|
```bash
|
|
yunohost tools adminpw
|
|
```
|