Use case

Your own private cloud.
Not someone else's data center.

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.

Why a VPS

Google Drive is convenient until it isn't.

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.

File sync

Desktop, mobile, web. WebDAV for everything else. Selective sync per device.

Photos

Auto-upload from phone. Albums, timeline, EXIF preserved.

Calendar + Contacts

CalDAV / CardDAV. iOS Calendar / Apple Contacts sync natively.

End-to-end encryption

Optional E2EE for sensitive folders. Server-side encryption otherwise.

Recommended plan

Pick by how much storage you want.

Pulsar Starter
Solo / small family, ~30 GB used
$5/mo
  • 1 vCPU
  • 2 GB RAM
  • 40 GB SAS SSD
Order Starter

Need more storage? Pair Nextcloud's "External Storage" app with cheap object storage (Backblaze B2, Cloudflare R2) for unlimited capacity at object-storage prices.

What you'll need

Your own cloud, in an afternoon.

Why Pulsar67

Self-hosting that doesn't feel hostile.

Snapshots + backups

Daily backups on Pro. Snapshot before risky upgrades. Roll back if things go sideways.

Enterprise SAS SSD storage

Photo thumbnails and file sync feel instant. No SATA-SSD lag.

DDoS protection

Public-facing services get scanned. We absorb it at the edge.

Real support

If something's broken at the host level, engineers fix it. We don't blame your stack.

Take your data home.

Move off Google Drive and onto your own Nextcloud. Same conveniences, your data.

Field notes

Nextcloud deployment notes

Concrete setup details for the first deploy, the firewall, and the first thing to check when something acts strange.

Ports

Expose HTTPS on 443. Keep database and Redis local-only. WebDAV, mobile sync, and desktop sync all ride over HTTPS.

RAM

Starter is enough for a personal instance. Pro is better for family use, preview generation, Collabora, or larger photo libraries.

Config

Use Redis file locking, PHP-FPM, MariaDB or Postgres, and a cron job instead of AJAX background jobs.

First check

If uploads fail, check PHP upload limits, reverse proxy body size, trusted_domains, and the Nextcloud admin overview page.