Where will I find the users folder on the server?
I thought it is under /var/www/nextcloud/data/
but I can only see the ncp folder there - no other user foledrs.
That depend on your configuration. See your configuration file.
$ cat config/config.php | grep datadirectory
'datadirectory' => '****',
1 Like
ahh - my datadirectory is on the external drive…
that’s very kind of you thank you!!