Naar inhoud springen

Nextcloud: reset admin account

Uit VanderSchaft
Versie door Dschaft (overleg | bijdragen) op 23 jan 2026 om 19:46 (Nieuwe pagina aangemaakt met 'Key Commands Based on Installation Type Standard/Apache (Ubuntu): sudo -u www-data php /var/www/nextcloud/occ user:resetpassword admin Snap: sudo nextcloud.occ user:resetpassword admin Docker: docker exec -it -u www-data <container_name> php occ user:resetpassword admin Alternative Directory: If your installation is not in /var/www/nextcloud, adjust the path to the occ file accordingly. I just use : occ user:resetpassword admin')
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)

Key Commands Based on Installation Type

Standard/Apache (Ubuntu):

sudo -u www-data php /var/www/nextcloud/occ user:resetpassword admin

Snap:

sudo nextcloud.occ user:resetpassword admin

Docker:

docker exec -it -u www-data <container_name> php occ user:resetpassword admin

Alternative Directory: If your installation is not in /var/www/nextcloud, adjust the path to the occ file accordingly.

I just use :

occ user:resetpassword admin