Reset Owncloud User password using cli Rumi, April 30, 2020 Browse to your owncloud installed path, in my case it was /var/www/html/owncloud and apply the following command- sudo -u www-data php occ user:resetpassword — <username> Enter a new password: Confirm the new password: You’re done. Continue Reading
Accessing Nextcloud files using WebDAV Rumi, October 11, 2019 Mapping a network drive in Windows Go to the Start menu and click on ‘Computer’. When the ‘Computer’ file browser window opens, then click on ‘Map network drive’. Continue Reading
How to copy files using no owncloud web interface Rumi, July 22, 2019July 22, 2019 Migrating was instant since we’re moving on the local fs. Checking the above screenshot you can see the rights are still the same of course. Own the folders to the ownCloud user and change the permissions to octal 755: # Recursively own the folder to www-data sudo chown -R www-data:www-data… Continue Reading