2020-04-20 19:17:40 +02:00
|
|
|
# Changing the administration password
|
2015-02-14 17:31:45 +01:00
|
|
|
|
2020-04-20 19:17:40 +02:00
|
|
|
You may want to change your administrator password for security reason or because you forgot it.
|
2015-02-14 17:31:45 +01:00
|
|
|
|
2020-04-20 19:17:40 +02:00
|
|
|
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...)
|
2015-02-14 17:31:45 +01:00
|
|
|
|
2020-04-20 19:17:40 +02:00
|
|
|
## Using the web administration interface
|
2015-02-14 17:31:45 +01:00
|
|
|
|
|
|
|
First, connect to your [web administration](/admin).
|
|
|
|
|
2020-04-20 19:17:40 +02:00
|
|
|
Then go to Tools > Change administration password.
|
2015-02-14 17:31:45 +01:00
|
|
|
|
|
|
|
|
2020-04-20 19:17:40 +02:00
|
|
|
## Using the command line interface
|
|
|
|
|
2015-02-14 17:31:45 +01:00
|
|
|
|
|
|
|
```bash
|
|
|
|
yunohost tools adminpw
|
|
|
|
```
|