
- AWS· soonComing soon on Amazon Web Services
- Azure· nextMicrosoft Azure is next on the roadmap
- GCP· nextGoogle Cloud is next on the roadmap
Nextcloud Hub - Files and Collaboration
Nextcloud 34.0.3 on Apache, PHP 8.3 and MySQL 8.0 with phpMyAdmin and Webmin - file sync and share, calendars, contacts and collaboration on a server you own. Every component is the current release of its line, installed fresh from its official source, with console passwords set from your instance at first boot.
- Version
- v34.0.3
- Operating system
- Ubuntu 24.04 LTS
- Architecture
- x86_64
- Support
- Community
What's installed
Every package and version on the image. Nothing else is installed.
- Nextcloud 34.0.3
- Apache 2.4.58
- PHP 8.3.6
- MySQL 8.0.46
- phpMyAdmin 5.2.3
- Webmin 2.660
Licensing — Open source (AGPL-3.0), no licence key required
Deploy anywhere
Nextcloud Hub - Files and Collaboration on AWS.
Microsoft Azure and Google Cloud are next on the roadmap. One clean-room build, one first-boot credential model, one patch cadence — identical on every cloud you run. Every identifier below is the real one; copy it and launch.
- AWSComing soon
Amazon Web Services
AMI · v34.0.3
AWS AMI ID
ami-01706bd2a5f9b3ee4- Released
- September 4, 2026
- Root volume
- gp3 · 20 GiB
Instance types
- t3a.medium
- t3.medium
- t3a.large
- m6a.large
Regions
- us-east-1
Getting started
From launch to signed in, step by step.
Launch in us-east-1 with TCP
22,80and8000open; wait for the health checks to pass.Open
http://<instance-public-ip>/nextcloud- Nextcloud is served from the/nextcloudpath - and sign in with usernameadmin. phpMyAdmin:/phpmyadmin(usernameroot). Webmin: port8000(usernameadmin). The password for all three is your EC2 Instance ID (for examplei-0123456789abcdef0).Desktop and mobile clients connect at the same URL over WebDAV.
SSH as
ubuntuwith your key pair. Change passwords with the utilities in/home/ubuntu/iscripts.When you add a hostname, set it in
trusted_domainsinconfig/config.phpand put a certificate on Apache or a load balancer.
Security posture
What this image does and does not ship with, one fact per line.
Clean-room build on Canonical's official Ubuntu 24.04 LTS image: every component comes from its own official repository or release, nothing is copied from any third-party image, and the finished image was scanned for third-party vendor strings before capture.
No usable credential ships in the image; passwords are set on your instance at first boot from EC2 instance metadata (IMDSv2) and the scripts that set them delete themselves afterwards.
SSH is key-only, root login over SSH is refused, and build-time SSH keys, shell history and logs were removed before imaging.
Passwords for Nextcloud, MySQL root and Webmin are set per instance at first boot from the Instance ID.
System logs, shell histories and SSH authorized keys were purged and the MySQL maintenance credentials file sanitised before the image was captured with --no-reboot.
Webmin runs in plain HTTP mode on port 8000; MySQL listens locally.
The bundled password tools enforce at least 10 characters with upper- and lower-case letters, a number and a symbol, and verify the new credential with a real sign-in before reporting success.
The image is HTTP-only by design so it works at a bare IP with no certificate warnings: terminate TLS at a load balancer or add a certificate before exposing it publicly, and restrict port 22 and any admin ports to trusted IP ranges in your security group.