Frequently asked questions

Quick answers to the questions we hear most. Can’t find what you’re looking for? Email [email protected] — we read every message.

Getting started

How long does signup take?

About 90 seconds — email + password, OTP verification, autopay setup, and you’re in the dashboard. KYC for compliance happens in parallel and doesn’t block you from launching your first VM.

Do I need a credit card?

No. We use Razorpay autopay over UPI / NetBanking / Debit-card. UPI is the most common — no card required. The first autopay charge funds your wallet so it isn’t a loss.

Is there a free trial or free credit?

Every new account gets ₹500 free credit automatically on signup. That’s about ~7 days of a small instance or ~3 weeks of a nano. No credit card surprise after the trial — you decide when to top up.

Where are servers located today?

Single region: EU West (Helsinki, Hetzner DC). India South (Mumbai) is on the public roadmap — see Regions & latency. Most B2B workloads tolerate the ~135 ms RTT from Mumbai fine; if you need sub-50 ms for end-users, wait for Mumbai.

Billing & wallet

How does the wallet work?

Your account is prepaid by default: top up the wallet, instances debit hourly from the balance. Razorpay autopay can keep it filled automatically. The wallet balance is shown in the top-right of the portal at all times.

What happens if I run out of balance?

We send 3 emails over a 60-minute grace period, then stop (not delete) instances. Storage continues to bill while instances are stopped — top up to start them again. Data is preserved unless you explicitly delete a volume.

Can I get postpaid billing?

Yes, for trusted accounts with consistent monthly spend. Email [email protected] with your last 3 months of usage and we’ll set a credit limit. Once approved, your account can run up to the credit limit and we invoice monthly with 7-day net terms.

When does GST apply?

Always — CloudNx Technologies is registered for GST in India. 18% IGST is added to invoices for inter-state customers and 9%+9% CGST+SGST intra-state. Your GSTIN, if entered on the billing page, appears on the invoice and is available for input-credit claim.

How is per-minute billing calculated?

Compute meters every 60 seconds. A VM that runs 1 hour 23 minutes costs (price_monthly / 730) × (83 / 60) — fractional and fair. Storage is per-hour. Bandwidth is per-GB after the included quota.

Are there minimum charges or commitments?

No commitment, no minimum spend. Stop an instance at minute 2 and you’re billed for 2 minutes. Delete it and the bill stops entirely.

Instances

How do I resize an instance?

From the instance detail page → Resize. We stop the VM, change its Proxmox config, and restart. Takes ~60 seconds. RAM and CPU are flexible; disk grows but doesn’t shrink without a full backup/restore.

Can I attach more disk after launch?

Yes — create a block volume and attach it to a running instance. The volume appears at /dev/vdb (or next available /dev/vd*). Mount, format, and use it like any other block device. Snapshot independently; detach to move to another instance.

How do I take a snapshot?

From the instance detail page → SnapshotsTake snapshot. Snapshots are live (no downtime), stored on the host’s NVMe, and billed at ₹2/GB-month. Restore creates a new instance from the snapshot in ~30 seconds.

What’s the SLA?

v1 commitment: 99.5% monthly uptime for compute instances, measured at the VM level. Credit for downtime ≥ 30 min applied to your next invoice. Single-host today (Hetzner AX41), so a host failure means a coordinated restore — typically < 30 min. Multi-host HA is on the roadmap when the second AX41 lands.

Can I run my own kernel / custom OS?

Today: pick from the 9 first-party Linux distros (Ubuntu / Debian / Rocky / Alma / Fedora / openSUSE). Custom AMIs are planned for v1.1 — upload a qcow2 image, mark it as your own, launch instances from it.

Storage

When should I use Block Storage vs Object Storage?

Block (volumes) — when you need a filesystem mounted into one VM at a time. Postgres data, application uploads, logs. Latency: NVMe-fast. Object (S3) — when you need many readers, public URLs, or unlimited size. Photos, backups, static sites. Latency: ~5 ms internal.

Are my volumes encrypted at rest?

Yes — every volume is created on an LUKS-encrypted Proxmox pool with the host root key. For customer-managed-key encryption layered on top, store sensitive data in a file encrypted by CloudNx KMS with your CMK.

Can I detach a volume from one VM and attach to another?

Yes. Detach from VM A (data is preserved), attach to VM B, mount. Use this for blue/green deploys, debugging a stuck instance from a fresh VM, or moving data between availability tiers.

Is there a maximum volume size?

10 TB per volume, 50 TB per instance (5 volumes max). Talk to us if you need more — we can carve a custom Proxmox pool for genuinely large workloads.

Networking

Do I get a public IP?

Every instance gets a NAT’d public IP with port-forwarded SSH (different port per VM, shown on the instance detail page). For a dedicated, attachable public IPv4 use an Elastic IP — 1:1 NAT, full port range.

How many Elastic IPs can I reserve?

5 per account by default. Higher quotas via support — we just need a reason and your typical traffic profile.

Can I run my own DNS for my domain?

Use Managed DNS: create a zone, delegate your registrar to ns1.cloudnx.in and ns2.cloudnx.in, manage records from the portal or CLI. Or point an existing zone (Route 53, Cloudflare) at the instance’s public IP / EIP — we don’t require you to use our DNS.

Are firewall rules per-instance or per-network?

Per-instance today. Each VM has its own stateful iptables ruleset, applied by the host NAT reconciler within seconds of any change. Network-wide security groups land with VPC v1.1 (logical groupings already exist; physical isolation is the next phase).

Compliance & data

Where is my data stored?

EU West (Helsinki) on Hetzner AX41 bare-metal owned and operated by Hetzner Online GmbH. CloudNx Technologies (Indian sole proprietorship) is your sole contractual counter-party. We never expose Hetzner branding to your customers and your data never leaves the EU until you move it.

Is this DPDP Act compliant?

Yes for the customer-data plane. We capture audit logs on every state-changing API call, expose them to you at /portal/audit-logs, and honour DSAR (data-subject access requests) within 30 days. Personal data of your end-users is handled by your application; CloudNx is the data processor for your account-level metadata.

Can I export everything?

Yes — every list endpoint returns JSON, the CLI has --output json, and a one-click full account export (instances, volumes, buckets, invoices, audit logs) is in the portal’s Account → Export section. Object storage ships an S3-compatible API so any S3 tool works.

What about SOC 2 / ISO 27001?

Pre-audit. The engineering preconditions (audit logs, KMS, MFA, RBAC) all shipped in 2026 H1. Formal SOC 2 Type II audit is gated on the second AX41 procurement (multi-AZ requirement).

Support

How fast do you respond?

Free tier: best-effort email response in 24 business hours. Paid (any spend in the last 30 days): < 4 business hours. Enterprise (postpaid customers): 1 business hour, with on-call escalation for production-down. We’re honest about not having 24×7 phone support yet.

Is there a status page?

Yes — status.cloudnx.in. Hosted on a separate provider (Upptime on GitHub Pages) so it stays up when CloudNx is down. Subscribe by email for incident notifications.

How do I escalate a production-down issue?

Email [email protected] with subject prefix [P1]. For postpaid customers, the dedicated phone number on your contract — that page wakes the on-call engineer.