Cloud Storage VM
Role: Private Cloud Storage & Collaboration.
Host: Hypervisor
IP: <NEXTCLOUD_IP>
Stack Configuration
- Application: Nextcloud
- Web Server: Apache2
- Database: MariaDB
- Caching: Redis (Valkey)
Maintenance
- Administration: Most tasks are performed using the
occcommand-line tool.sudo -u www-data php /var/www/nextcloud/occ <command> - Logs: Located at
/var/www/nextcloud/data/nextcloud.log. - Data Directory: Separate from the web root, typically at
/var/nc-dataor a mounted virtual disk.