How to Install Nextcloud on Ubuntu 22.04
Nextcloud is an open-source, self-hosted file sharing and collaboration platform, similar to Dropbox.
Protect your data with a private cloud on VPS-SERVER HOST.
Complete Installation Script
#!/bin/bash
# Nextcloud Installer
# Note: Does not create the database.
cd /var/www/html
wget https://download.nextcloud.com/server/releases/latest.zip
unzip latest.zip
chown -R www-data:www-data /var/www/html/nextcloud