#nextcloud #digitalocean NextCloud creation in Simple steps
Create a Droplet and also have a domain name point to the Droplet
update the Droplet
apt update
apt upgrade
Add a user
adduser savio
#add the new user to sudo group
usermod -aG sudo savio
Install NextCloud
sudo snap install nextcloud
#Confirm that its Installed
snap changes nextcloud
Add administrative ACccount
sudo nextcloud.manual-install Savio Savio@2022
#Check the trusted Domain list
sudo nextcloud.occ config:system:get trusted_domains
#Add a domain to the trusted List
sudo nextcloud.occ config:system:set trusted_domains 1 --value=savio.ashtel.site
Open Firewall ports
sudo ufw allow 80,443/tcp
SSL Certificate enable
sudo nextcloud.enable-https lets-encrypt
#Check additional apps on the nextCloud Site
https://apps.nextcloud.com/