Reset nextcloud admin password (snap install)
To reset the admin password of a nextcloud installed using the snap package, run sudo nextcloud.occ user:resetpassword USER_NAME_HERE It will ask for…
To reset the admin password of a nextcloud installed using the snap package, run sudo nextcloud.occ user:resetpassword USER_NAME_HERE It will ask for…
Maintenance mode is useful when you are making changes to your nextcloud installation like a software upgrade. To enable maintenance mode, run…
When trying to upgrade nextcloud, I get the following error www-data@mail:/www/nextcloud$ php7.3 occ upgrade An unhandled exception has been thrown: OC\HintException: [0]:…
You can use lost password link in login page to reset password. If you don’t have a valid email set or mail…
To enable preview for files in nextcloud, you need to install “Preview Generator” from next cloud app store https://apps.nextcloud.com/apps/previewgenerator To install login…
To enable SEO url in next cloud, first make sure your web server have mod_rewrite module enabled. Edit config.php file vi config/config.php…
NextCloud is a private file storage, share, and sync platform like DropBox. It is a fork of OwnCloud. Both software is OpenSource.…