Account & Getting Started
What is the signup bonus?
What is the signup bonus?
Do I need to verify my email?
Do I need to verify my email?
What payment methods are accepted?
What payment methods are accepted?
- Credit and debit cards via Stripe (Visa, Mastercard, Amex)
- Cryptocurrency via Crypto.com Pay — coming soon
Can I use Nova Cloud without a credit card?
Can I use Nova Cloud without a credit card?
How do I enable two-factor authentication (2FA)?
How do I enable two-factor authentication (2FA)?
Instances & GPUs
What GPUs are available?
What GPUs are available?
- NVIDIA RTX 5090 — 32GB vRAM, latest generation
- NVIDIA RTX 4090 — 24GB vRAM, excellent value
- NVIDIA RTX PRO 6000 — 48GB vRAM, professional grade
What operating systems and templates are available?
What operating systems and templates are available?
- Ubuntu 22.04 Base Image — Clean install with NVIDIA drivers
- Ubuntu 24.04 Base Image — Latest Ubuntu with NVIDIA drivers
- Stable Diffusion (A1111) + Jupyter — Pre-configured for image generation
- ComfyUI + Jupyter — Node-based image generation workflow
- Linux Desktop + Jupyter — Full desktop environment in browser
What's the difference between Stop and Destroy?
What's the difference between Stop and Destroy?
- Stop pauses the instance. GPU billing stops, but storage billing continues at a small rate. Your data is preserved and you can start the instance again later.
- Destroy permanently deletes the instance and all its data. All billing stops immediately. This action is irreversible.
Can I change the rental type of a running instance?
Can I change the rental type of a running instance?
What happens if my interruptible instance is preempted?
What happens if my interruptible instance is preempted?
- Running processes are stopped (like a power-off)
- Your data on disk is preserved
- The status changes to Interrupted in the dashboard
- If auto-restart is enabled (on by default), the instance automatically restarts when a GPU becomes available
- The system checks for available capacity every 60 seconds
What does auto-restart do?
What does auto-restart do?
How long does it take to create an instance?
How long does it take to create an instance?
Can I label or rename my instances?
Can I label or rename my instances?
What performance metrics can I see for my instances?
What performance metrics can I see for my instances?
- CPU usage (percentage)
- RAM usage (percentage)
- Disk I/O (data transferred)
- Network (data transferred)
Billing & Pricing
How does billing work?
How does billing work?
- GPU cost — Based on GPU type, count, and rental type
- Storage cost — Based on disk size, continues even when the VM is stopped
- Network cost — $2 per TB of data transfer
What happens when my balance reaches \$0?
What happens when my balance reaches \$0?
- All running on-demand and interruptible VMs are stopped
- You receive a warning email
- A reminder email is sent 4 days later (72 hours before destruction)
- After 7 days, all stopped non-reserved VMs are permanently destroyed
How does auto billing work?
How does auto billing work?
- Threshold: $2, $5, $10, $25, or $50 (triggers the top-up)
- Amount: $10, $25, $50, $100, or $250 (amount added)
What are the reserved instance discount tiers?
What are the reserved instance discount tiers?
| Commitment Period | Discount |
|---|---|
| 1 month | 3.33% |
| 3 months | 10% |
| 6 months | 20% |
What is the cancellation fee for reserved instances?
What is the cancellation fee for reserved instances?
Can I download invoices?
Can I download invoices?
Am I charged while my instance is stopped?
Am I charged while my instance is stopped?
Connectivity & Ports
How do I connect to my instance?
How do I connect to my instance?
- SSH — Terminal access using
ssh ubuntu@<your-vm-ip>. Available for all instances. - WebUI Portal — Browser-based access for templates that include a WebUI (Stable Diffusion, ComfyUI, Linux Desktop). Access it by clicking Connect on your instance.
Why can't I access my service on a specific port?
Why can't I access my service on a specific port?
0.0.0.0 (not 127.0.0.1). See the Instance Ports guide for details.What is the WebUI portal?
What is the WebUI portal?
What is the default username for SSH?
What is the default username for SSH?
ubuntu for all instances.Can I use SSH tunneling instead of opening ports?
Can I use SSH tunneling instead of opening ports?
http://localhost:8888 in your browser. See the Instance Ports guide for details.Security & API
How many SSH keys can I have?
How many SSH keys can I have?
What API key scopes are available?
What API key scopes are available?
| Scope | Access Level |
|---|---|
read_only | Read-only access to all endpoints |
read_write | Full read and write access |
billing_only | Only billing-related endpoints |
Is my data secure?
Is my data secure?
- SSH key authentication (recommended) or strong password requirements
- Two-factor authentication (optional but recommended)
- Firewall with all ports closed by default
- Cloudflare-secured WebUI portal
- Encrypted payment processing via Stripe
What happens to my data when I destroy an instance?
What happens to my data when I destroy an instance?

