Nextcloud

Private file sync & sharing platform with web UI, calendar, contacts, and more.

Installation Directory

Installed via snap: /root/snap/nextcloud

Access & Domain Configuration

Access via IP: Already configured — visit https://<your-server-ip> after installation.

Login credentials: /root/.cloudzy-creds

Add a trusted domain (optional but recommended if using a domain name):

nextcloud.occ config:system:set trusted_domains 2 --value="<your-domain>"

Ensure your domain resolves to the server IP (e.g., add it to your /etc/hosts file if using locally).

HTTPS Configuration

To disable HTTPS:

nextcloud.disable-https

To see all HTTPS options:

nextcloud.enable-https --help

Let’s Encrypt certificate (requires public domain & email):

nextcloud.enable-https lets-encrypt

Documentation

https://docs.nextcloud.com/

Application Details