Skip to main content

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 occ command-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-data or a mounted virtual disk.