Solutions · Dev & Staging

Dev and staging environments
that match production.

Affordable Basic Cloud Cubes for development and staging — same infrastructure, same OS, same management as your production server. Experiment freely with daily snapshots as your safety net.

For development teams and solo developers who need isolated, production-matching environments
The problem with typical dev environments

"Works on staging" fails because staging doesn't match production.

  • Local and staging environments diverge from production

    Different OS, different PHP version, different MySQL configuration, different server settings — bugs that only appear in production are almost always environment differences.

  • Shared staging environments cause conflicts

    When multiple developers share one staging server, deployments conflict, databases collide, and branches interfere with each other's testing.

  • Unmanaged dev servers accumulate security debt

    Dev servers get the same security vulnerabilities as production but none of the patching attention. Exposed dev environments are a frequent attack vector.

  • Fear of breaking staging slows development

    When restoring a broken staging environment takes hours, developers become conservative — avoiding the experiments and destructive tests that make staging valuable.

The RC approach to dev and staging

Identical infrastructure to production. Daily snapshots make experiments free.

  • Same stack as production — always

    Your dev Cloud Cube runs the same OS, same control panel, same software versions as production. "Works on staging" becomes a reliable signal.

  • Daily snapshots — break anything, restore in minutes

    Every morning your staging server is snapshotted. Run destructive tests, try breaking changes, experiment freely — restore to this morning's clean state in minutes if needed.

  • Full SSH access for any workflow

    SSH key auth, root access, git pull, Ansible playbooks, Docker — your deployment and testing workflow works exactly the same on staging as it does in production.

  • Basic tiers keep dev costs low

    Basic Cloud Cubes starting at $8/mo (or $2 for the first month) give you a real server for development without paying production prices for a non-production workload.

Billing
Save 17%
🚀 Start Here
Shared CPU 2GB
$ 3226 .67 /mo
  billed $320.04/year
1
Shared vCPU
2 GiB
Memory
50 GB
NVMe
5 TB
Transfer
  • Fully Managed, server, mail, security
  • Dual Remote Backups, PBS + S3
  • Daily Snapshots
  • Inbound & Outbound Mail Gateway
  • 500% SLA Guarantee
Order Now Order Now Learn more about Shared CPU
⚡ Apps Ready
Shared CPU 8GB
$ 8268 .33 /mo
  billed $819.96/year
4
Shared vCPU
8 GiB
Memory
200 GB
NVMe
20 TB
Transfer
  • Fully Managed, server, mail, security
  • Dual Remote Backups, PBS + S3
  • Daily Snapshots
  • Inbound & Outbound Mail Gateway
  • 500% SLA Guarantee
Order Now Order Now Learn more about Shared CPU
🔥 High Density
Shared CPU 16GB
$ 146121 .67 /mo
  billed $1,460.04/year
6
Shared vCPU
16 GiB
Memory
400 GB
NVMe
40 TB
Transfer
  • Fully Managed, server, mail, security
  • Dual Remote Backups, PBS + S3
  • Daily Snapshots
  • Inbound & Outbound Mail Gateway
  • 500% SLA Guarantee
Order Now Order Now Learn more about Shared CPU
🚀 Start Dedicated
Dedicated CPU 8GB
$ 9075 /mo
  billed $900.00/year
1
Reserved vCPU
8 GiB
Memory
200 GB
NVMe
20 TB
Transfer
  • Fully Managed, server, mail, security
  • Reserved CPU, no sharing or bursting
  • Dual Remote Backups, PBS + S3
  • Daily Snapshots
  • 500% SLA Guarantee
Order Now Order Now Learn more about Dedicated CPU
⚡ CPU Powerhouse
Dedicated CPU 32GB
$ 308256 .67 /mo
  billed $3,080.04/year
4
Reserved vCPU
32 GiB
Memory
800 GB
NVMe
80 TB
Transfer
  • Fully Managed, server, mail, security
  • Reserved CPU, no sharing or bursting
  • Dual Remote Backups, PBS + S3
  • Daily Snapshots
  • 500% SLA Guarantee
Order Now Order Now Learn more about Dedicated CPU
🔥 Heavy Workloads
Dedicated CPU 64GB
$ 600500 /mo
  billed $6,000.00/year
8
Reserved vCPU
64 GiB
Memory
1600 GB
NVMe
160 TB
Transfer
  • Fully Managed, server, mail, security
  • Reserved CPU, no sharing or bursting
  • Dual Remote Backups, PBS + S3
  • Daily Snapshots
  • 500% SLA Guarantee
Order Now Order Now Learn more about Dedicated CPU
Why RemarkableCloud for dev and staging

The closer staging matches production, the more valuable it is.

A staging environment that diverges from production isn't just useless — it's misleading. Cloud Cubes close the gap completely.

Identical infrastructure to production

Dev and staging Cloud Cubes run the same OS, same configuration, same network stack as your production server. If it works on staging, it works in production — because the environments are identical.

Daily snapshots turn experiments into safe bets

Want to try a major refactor, a database migration, or a third-party integration that might break things? Every morning's snapshot is your unconditional rollback. Experiment freely — restore in minutes.

Full control for any development workflow

SSH, git, Docker, Vagrant provisioners, Ansible, custom scripts — whatever your team's deployment workflow is, it works. No platform restrictions, no push-to-deploy-only constraints.

Managed security keeps dev servers patched

Dev servers attract attackers because they're assumed to be unpatched. RC manages patching and firewall rules on every Cloud Cube — including your dev and staging environments.

What's included for dev and staging

A full managed server for every environment in your stack.

Every Cloud Cube — including Basic tiers for dev/staging — includes the full management stack. No stripped-down dev plan.

Affordable Basic tiers

Basic Cloud Cubes start at $8/mo — or $2 for your first month. A production-matching dev environment for the price of a lunch.

Full SSH and root access

SSH key authentication, root access, any package installation, any service configuration — your dev workflow, unchanged.

Daily snapshots — free rollback for any experiment

Every morning, automatic snapshot. Run destructive migrations, test breaking changes, deploy experimental branches — roll back to this morning's clean state in minutes.

Match your production OS exactly

Run the same Ubuntu, AlmaLinux, or Debian version as production. Environment parity means no more "it worked on staging" bugs from OS differences.

Managed firewall and security patching

Dev servers get the same managed security as production — firewall rules, OS patches, intrusion detection. No exposed dev environments in your stack.

Proactive monitoring on dev servers

We watch dev and staging Cloud Cubes too. A crashed service on staging that would waste hours of debugging is caught and logged — you know what broke and when.

Isolated database per environment

Each Cloud Cube gets its own database server resources — no production database shared with staging, no test data contaminating real data.

Scale up when load testing

Need to simulate production traffic on staging before a launch? Temporarily scale the staging Cloud Cube to match production specs — then scale back.

Common dev environment patterns

How teams typically structure Cloud Cubes for development.

There's no single right answer — here are common patterns and the tradeoffs of each.

PatternSetupBest for
Shared staging serverOne Cloud Cube for all developers to test onSmall teams, infrequent deployments, simple apps
Per-developer stagingEach developer gets their own Basic Cloud CubeParallel feature development, frequent conflicting changes
Production mirrorStaging Cloud Cube matches production specs exactlyPre-launch load testing, complex deployment validation
Branch-based stagingStaging cube redeployed per branch or PRCI/CD pipelines, automated testing before merge
Separate DB stagingApp + DB on separate staging cubesApps with large databases, data migration testing

A real server for development. Starting at $2.

First month 75% off on monthly billing. Basic Cloud Cubes from $8/mo — production-matching dev environments for less than a dinner.