Resetting admin password
The Admin password can be reset in 2 ways: 1. Go at your Nextcloud URL and click to reset the password. You will receive an automated email with the short steps on how…
Deploy Nextcloud as a fully managed service starting at €9/month. Get automated backups, SSL, updates, monitoring, and human support, all included.
DANIAN runs Nextcloud as a fully managed service: installation, updates, backups, monitoring and security are handled for you.
See the nextcloud hosting page for plans, pricing and a free trial.
The Admin password can be reset in 2 ways:
1. Go at your Nextcloud URL and click to reset the password. You will receive an automated email with the short steps on how to change the password.
2. Or you can use the Web terminal
>
To reset the admin password, run the following occ command using the Web terminal:
sudo -u www-data php -f /app/code/occ user:resetpassword admin
If you had deleted the admin user previously by mistake, you can create it again:
sudo -u www-data php -f /app/code/occ user:add --display-name="Admin" -g admin admin
You can also make an existing user an admin:
sudo -u www-data php -f /app/code/occ group:adduser admin <username> -n
Find more information about our company, platform, and services on our website.
Visit danian.co