Self-host Nextcloud on a Pulsar67 VPS from our Tampa data center. Files, photos, calendars, contacts, and notes run on infrastructure you control, not a cloud account whose terms can change tomorrow.
Drive, iCloud, and OneDrive work well until pricing tiers shift, a feature changes, a scan flags a photo, or a policy update locks you out. Nextcloud keeps the data and the application under your control.
Nextcloud is a fully-featured self-hosted alternative: file sync (with desktop / iOS / Android clients), shared calendars, contacts, notes, a kanban board, even videocalls. On a Pulsar67 VPS, you own all of it.
Desktop, mobile, web. WebDAV for everything else. Selective sync per device.
Auto-upload from phone. Albums, timeline, EXIF preserved.
CalDAV / CardDAV. iOS Calendar / Apple Contacts sync natively.
Optional E2EE for sensitive folders. Server-side encryption otherwise.
Need more storage? Pair Nextcloud's "External Storage" app with cheap object storage (Backblaze B2, Cloudflare R2) for unlimited capacity at object-storage prices.
Daily backups on Pro. Snapshot before risky upgrades. Roll back if things go sideways.
Photo thumbnails and file sync feel instant. No SATA-SSD lag.
Public-facing services get scanned. We absorb it at the edge.
If something's broken at the host level, engineers fix it. We don't blame your stack.
Move off Google Drive and onto your own Nextcloud. Same conveniences, your data.
Concrete setup details for the first deploy, the firewall, and the first thing to check when something acts strange.
Expose HTTPS on 443. Keep database and Redis local-only. WebDAV, mobile sync, and desktop sync all ride over HTTPS.
Starter is enough for a personal instance. Pro is better for family use, preview generation, Collabora, or larger photo libraries.
Use Redis file locking, PHP-FPM, MariaDB or Postgres, and a cron job instead of AJAX background jobs.
If uploads fail, check PHP upload limits, reverse proxy body size, trusted_domains, and the Nextcloud admin overview page.