Back to Home Buy Me a Beer

Snap Install Nextcloud

Nextcloud is a powerful self-hosted cloud storage solution that gives you complete control over your data. This guide makes installing Nextcloud a breeze using Snap packages.

1 Install Nextcloud via Snap

sudo snap install nextcloud

2 Add the admin account

Replace "admin" with your desired username and "password" with a strong password.

sudo nextcloud.manual-install admin password

3 Add a trusted domain

Replace "example.com" with your domain or server IP address.

sudo nextcloud.occ config:system:set trusted_domains 1 --value=example.com

4 Secure with SSL using Let's Encrypt

Follow the prompts: enter your email, agree to the terms, and provide your domain.

sudo nextcloud.enable-https lets-encrypt

Access Your Nextcloud

After setup, you'll be able to access Nextcloud at:

https://example.com

Video Guide