# Zerops vs Railway Zerops and Railway are both developer platforms built for shipping apps without managing raw servers. Both run on owned hardware rather than reselling AWS or GCP. Where they differ is billing (seat fees vs none), how broad the managed service catalog is, and how much of the Linux environment you can reach day to day. This page is a straight comparison, not a sales pitch. Where Railway is genuinely stronger, we say so. ## At a glance | | Zerops | Railway | |---|---|---| | **Infrastructure** | Bare metal AMD EPYC, owned | Owned hardware (Railway Metal) | | **SSH into containers** | Yes, any container | Yes, added 2025 | | **Billing model** | Per minute, no seat fees | Per-second usage + per-seat plan fee | | **Entry price** | Free lightweight project core | $5/month (Hobby) | | **Free tier** | Free project core | One-time trial credit only | | **Managed services** | Databases, search, queues, vector DB as first-class services | Databases and add-ons on the private network | ## What Railway is Railway is a deployment platform focused on developer experience, usage-based billing, and fast setup. It runs on its own hardware (**Railway Metal**), not resold AWS or GCP capacity. Services sit on a private network and can talk to each other without exposing public endpoints. ## Pricing As of **August 2026**: - **Hobby:** $5/month, includes $5 of usage - **Pro:** $20/month per seat, includes $20 of usage - Both plans bill CPU, RAM, volumes, and egress **per second** on top of the included credit - There is no permanent free tier. New accounts get a one-time trial credit instead Zerops bills compute **per minute**, with no seat fee and no platform minimum beyond the project core. As your team grows, Railway's per-seat Pro charge scales with headcount; Zerops does not. :::tip Check current numbers Plan prices and included credits change. Confirm on Railway's own pricing page before you decide. ::: ## Where Railway is genuinely strong - **Deploy speed and DX.** Getting an app live is fast, and the dashboard is polished. - **SSH access.** Railway added SSH into containers in 2025, closing a gap that used to be a clear Zerops advantage. - **Owned hardware.** Like Zerops, Railway operates its own hardware rather than deploying customer workloads on AWS or GCP. ## Where Zerops differs ### No seat fees Zerops bills compute per minute with **no seat fee at all**. No per-seat charge applies as your team grows. Railway's Pro plan is priced per seat on top of usage. ### Broader managed service catalog Managed databases on both platforms sit on the same private network as your services and are addressed by hostname (for example `db`) rather than only by a connection URL. Zerops also includes more managed service types as first-class services rather than add-ons: search, queues, and vector databases. See [Project & Services Structure](/features/infrastructure) and [Internal access](/references/networking/internal-access). ### Full Linux containers Every Zerops container is a full Linux environment via [Incus](https://linuxcontainers.org/incus/). You can SSH into any running service. Railway also supports SSH as of 2025; the remaining difference is less about access and more about how much of the surrounding platform (managed services, networking defaults, project core) is built in. ## Quick answers **Question: Is Zerops cheaper than Railway?** It depends on the workload and team size. Railway charges a plan fee (Hobby $5/month, or Pro $20/month per seat) plus per-second usage. Zerops has no seat fees and bills compute per minute with a free lightweight project core. Larger teams often see the seat fee matter more than the per-second vs per-minute difference. **Question: Does Railway have SSH like Zerops?** Yes. Railway added SSH access into containers in 2025. Zerops has offered SSH into any running container as a full Linux environment from the start. **Question: Does Railway run on AWS?** No. Railway runs on owned hardware (Railway Metal), similar to how Zerops runs on its own bare metal AMD EPYC servers rather than reselling AWS or GCP. **Question: Does Railway still have a free tier?** No permanent free tier. New accounts get a one-time trial credit. Zerops has a free lightweight project core; you pay only for the resources you actually run. **Question: When should I pick Railway over Zerops?** When deploy speed and a polished day-one dashboard matter more than seat-fee cost or a broader built-in managed service catalog. Railway is genuinely strong at getting an app live quickly on owned metal. ## Related comparisons - [Comparisons overview](/comparisons) — Zerops vs Railway, Render, Heroku, and Fly.io at a glance. - [Zerops vs Render](/comparisons/zerops-vs-render) — Workspace tiers, bandwidth changes, and free database expiry. - [Zerops vs Heroku](/comparisons/zerops-vs-heroku) — Dyno pricing, sustaining-engineering status, and scaling limits. - [Zerops vs Fly.io](/comparisons/zerops-vs-flyio) — Multi-region edge deploy, pay-as-you-go pricing, and networking fees. ## Keeping this accurate Pricing and features change often. This page reflects information verified in **August 2026**. If something is out of date, we'd like to know. The goal is accuracy, not a stacked deck. Always check each platform's own pricing page before you decide. :::note Still deciding? Jump into the [Zerops Discord](https://docs.zerops.io/discord) and ask. The team can walk through your specific use case. :::