Used globally, Hosted in Mumbai
Cloud servers from ₹0.236 an hour.
Excloud runs compute, GPUs, Kubernetes, storage, databases, and networking on hardware we operate directly. The control plane, CLI, and docs are built by the same team that runs the fleet.
$ curl -fsSL https://excloud.dev/install.sh | bash
✓ running api-1 · 2 vCPU · 1 GiB · mum-1a
- per hour
- ₹0.236
- per day × 24 h
- ₹5.66
- per month × 720 h
- ₹169.92
Run it by asking
Point a coding agent at the CLI and tell it what you want.
The install line up top drops the exc CLI and an Excloud skill for Claude Code and pi. The agent inspects first, shows the commands it plans to run, and uses the same CLI a human would.
- Drives the real exc CLI: VMs, security groups, public IPs, volumes, snapshots, Kubernetes, buckets, secrets, billing.
- Works with Claude Code and pi today, plus any agent that reads the open skills spec.
- Read-only inspection comes first. Billable and destructive actions require confirmation.
$ pi "create a t1a.micro with my ssh key, reserve a public IP, allow HTTP" → exc compute key list → exc securitygroup create --name web-1 → exc securitygroup rule create → exc compute create --instance_type t1a.micro --wait → exc compute publicip reserve → exc compute publicip associate ✓ running web-1 · 2 vCPU · 1 GiB · mum-1a $ pi "now delete web-1" this terminates web-1 and releases its public IP. confirm? (y/N)
Products
The core services are ready from one control plane.
Compute, storage, DNS, secrets, streams, databases, Kubernetes, and GPUs share the same account model, CLI, API, and documentation.
-
Compute
Burstable and dedicated AMD EPYC VMs on NVMe, from 2 to 64 vCPUs.
from ₹0.236/hr
-
GPU
Dedicated RTX Pro Blackwell cards with 32, 48 or 96 GiB of VRAM.
from ₹44.554/hr
-
Kubernetes
Single-tenant control planes with full admin access. It is your cluster, so you get the keys.
managed
-
Object Storage
S3-compatible buckets. Moving data in and out costs nothing.
₹1.30/GiB·mo
-
Block Storage
NVMe volumes, resizable online without detaching.
₹4/GB·mo
-
Snapshots
Point-in-time copies of any volume.
details inside
-
Managed Databases
Provisioned clusters, patched for you.
managed
-
Streams
KRaft mode, replication factor 3.
compute rate
-
Secrets
AES-256-GCM, every read audited.
details inside
-
DNS
Zones and records, API-first.
details inside
-
Email
Outbound, priced per recipient.
₹0.09/recipient
-
LLM Inference
Qwen3.6-27B, priced per token.
₹20/1M tokens in
Billing
Metering is visible before you launch.
Product pages show the billing unit beside the operational details: instance type, storage size, request class, public IP, or data transfer. Stop a VM and the VM meter stops with it.
| Item | Spec | Rate |
|---|---|---|
| t1a.micro VM | 2 vCPU · 1 GiB | ₹0.236/hr |
| m1a.large VM | 2 vCPU · 8 GiB, dedicated | ₹1.889/hr |
| Block storage | NVMe | ₹4/GB·mo |
| Object storage | S3-compatible | ₹1.30/GiB·mo |
| Egress | flat, no tiers | ₹1/GiB |
| Ingress | any volume | free |
Operational details
Platform behavior should be easy to verify.
Network policy is documented
Public IPv4, IPv6, ingress, and egress behavior are documented in the networking docs, with the same units used by the API.
Open interfaces
Storage speaks S3. Kubernetes is plain Kubernetes with an admin kubeconfig. Databases run engines you already know. The platform is designed around interfaces teams already operate.
Operator-owned support
The people answering support are close to the systems underneath: compute, storage, network, API, CLI, and console.
Get started
Launch a small VM and inspect the platform.
Create a t1a.micro, attach a security group, reserve an IP, and read the instance logs from the CLI. Delete it when you're done; the VM meter stops when the instance stops.
$ curl -fsSL https://excloud.dev/install.sh | bash