diff --git a/content/en/docs/Services/nextcloud.md b/content/en/docs/Services/nextcloud.md index 7ff6c40..00cee13 100644 --- a/content/en/docs/Services/nextcloud.md +++ b/content/en/docs/Services/nextcloud.md @@ -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) \ No newline at end of file +- [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. \ No newline at end of file diff --git a/content/ru/docs/Services/nextcloud.md b/content/ru/docs/Services/nextcloud.md index 08ae340..89fc713 100644 --- a/content/ru/docs/Services/nextcloud.md +++ b/content/ru/docs/Services/nextcloud.md @@ -22,4 +22,18 @@ description: > ## Рекомендуемые клиенты - WEB-интерфейс: доступен после настройки сервера SelfPrivacy, по адресу `https://cloud.ВАШ.ДОМЕН` -- [Официальное приложение](https://nextcloud.com/install/#install-clients) (GNU/Linux, Windows, macOS, Android, iOS) \ No newline at end of file +- [Официальное приложение](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``` + +Вас попросят ввести новый пароль, отображение символов будет скрыто. \ No newline at end of file