> For the complete documentation index, see [llms.txt](https://kashz.gitbook.io/kashz-jewels/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kashz.gitbook.io/kashz-jewels/services/nextcloud.md).

# nextcloud

## Default Credentials

```
admin:admin
```

## Interesting Paths

```bash
# login page
/cloud/index.php/login

# language fix
# icon-click on top, Settings > Language > English > Save

# version check (authenticated)
/cloud/index.php/settings/admin/overview

# system information (auth)
Support > Generate System Report

# file manager (with webDAV)
/cloud/remote.php/dav/files/admin/
(bottom-left) > Settings > WebDAV link
```
