Merge pull request 'docs: add reset paswd nextcloud' (#63) from reset_paswd_nextcloud into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #63
Reviewed-by: Inex Code <inex.code@selfprivacy.org>
update_hetzner_description^2
def 2023-10-26 14:54:47 +03:00
commit 510c4f84f0
2 changed files with 30 additions and 2 deletions

View File

@ -22,4 +22,18 @@ To add new users, go to the user administration panel, on the web interface of y
## Recommended clients
- WEB interface: available after SelfPrivacy server configuration, at `https://cloud.YOUR.DOMAIN`
- [Official application](https://nextcloud.com/install/#install-clients) (GNU/Linux, Windows, macOS, Android, iOS)
- [Official application](https://nextcloud.com/install/#install-clients) (GNU/Linux, Windows, macOS, Android, iOS)
## How to reset the admin password
To follow the steps below, you'll need to connect to the server via SSH with administrative rights. A basic understanding of the command line is beneficial ;)
For detailed connection instructions, [click here](https://selfprivacy.org/docs/how-to-guides/root_ssh/).
After connecting, enter the following command:
```nextcloud-occ user:resetpassword admin```
You will prompted for a new password, the characters will be hidden.

View File

@ -22,4 +22,18 @@ description: >
## Рекомендуемые клиенты
- WEB-интерфейс: доступен после настройки сервера SelfPrivacy, по адресу `https://cloud.ВАШ.ДОМЕН`
- [Официальное приложение](https://nextcloud.com/install/#install-clients) (GNU/Linux, Windows, macOS, Android, iOS)
- [Официальное приложение](https://nextcloud.com/install/#install-clients) (GNU/Linux, Windows, macOS, Android, iOS)
## Как сбросить админ пароль
Для следующих действий вам нужно будет подключиться по ssh к серверу с правами администратора. Минимальное понимание работы командной строки приветствуется ;)
Инструкцию по подключению вы можете [прочитать тут](http://selfprivacy.org/ru/docs/how-to-guides/root_ssh/).
После подключения введите команду:
```nextcloud-occ user:resetpassword admin```
Вас попросят ввести новый пароль, отображение символов будет скрыто.