Launch

Launch pricing: up to 74% below on-demand, fixed for your term — ends Oct 31, 2026 · 42d left Launch pricing ends Oct 31 · 42d left

See pricing

Documentation

From welcome email to nvidia-smi

Your server is a plain Linux box with root access and the NVIDIA stack already in place. This page is everything you need — short on purpose, and kept in step with what the deploy page actually offers.

Quickstart

Three commands between a fresh server and a running container.

  1. 1 · Connect

    Provisioning finishes in under 10 minutes; the hostname and IPv4 address appear on the server page in your console. The SSH key from your order is already installed for root — password login is disabled unless you chose the one-time root password.

    ssh root@203.0.113.10
  2. 2 · Check the GPUs

    Every card you ordered must be listed, at 0 % utilisation, with the driver and CUDA versions of your image.

    nvidia-smi
  3. 3 · Run something on them

    This proves the container runtime sees the GPUs. From here the machine is yours: pull images, mount storage, install frameworks.

    docker run --rm --gpus all \ nvidia/cuda:12.6.0-base-ubuntu24.04 nvidia-smi

Nothing else is installed on the machine — no agent, no monitoring daemon inside your OS. We watch the hardware from outside.

Images & software

Choose the image on the deploy page; it is written before first boot. You can ask support to re-image at any time.

ImageCategoryWhat is inside
Ubuntu 24.04 LTS Recommended Linux NVIDIA 570 · CUDA 12.6 · cuDNN · Docker
Ubuntu 22.04 LTS Linux Same NVIDIA stack on the previous LTS
Debian 12 Linux Minimal install · NVIDIA 570 · CUDA 12.6
Rocky Linux 9 Linux RHEL-compatible · NVIDIA 570 · CUDA 12.6
PyTorch 2.7 Popular ML frameworks CUDA 12.6 · torchvision · torchaudio · JupyterLab
TensorFlow 2.19 ML frameworks CUDA 12.6 · Keras 3 · JupyterLab
JAX 0.6 ML frameworks CUDA 12.6 · Flax · Optax · JupyterLab
Hugging Face stack ML frameworks Transformers · PEFT · Accelerate · bitsandbytes on PyTorch 2.7
vLLM 0.9 Popular Inference OpenAI-compatible API server · PyTorch 2.7
Ollama + Open WebUI Inference Pull an open model and chat with it in minutes
NVIDIA Triton 25.x Inference Multi-framework inference server · TensorRT
ComfyUI + Stable Diffusion Inference SDXL · FLUX-ready · web UI on port 8188
Docker only Containers Ubuntu 24.04 · Docker CE · NVIDIA Container Toolkit · no host CUDA
Kubernetes (K3s) Containers Single-node K3s · NVIDIA GPU Operator · Helm
Windows Server 2022 Windows Desktop Experience · NVIDIA RTX driver · RDP · $29/mo licence
Windows Server 2025 Windows Desktop Experience · NVIDIA RTX driver · RDP · $29/mo licence
Bare OS, no drivers Custom Plain Ubuntu 24.04 — bring your own driver and CUDA
Your own image Custom ISO or qcow2 from a URL — you add the link in your console after ordering
Driver570 seriesProduction branch, pinned
CUDA12.6cuDNN and NCCL included
Container runtimeDocker 27NVIDIA Container Toolkit
Python3.12uv and pip, no framework pinned

Older toolkits install side by side — conda, uv or a container all work. The ML and inference images add JupyterLab on port 8888, bound to localhost: tunnel it rather than opening the port.

ssh -N -L 8888:localhost:8888 root@203.0.113.10

Storage

Local NVMe for speed, block volumes for size.

Local NVMe

The NVMe listed with your GPU is mounted at /data and is the fastest storage on the machine — datasets, checkpoints, container layers. It lives and dies with the server: keep a copy of anything irreplaceable elsewhere.

Block volumes

Network-attached, resizable, billed $25 per TB per month. Add up to 8 TB at checkout or later through support; the volume appears as a second device and survives a re-image.

df -h /data # free space on the local NVMe lsblk -o NAME,SIZE,MOUNTPOINT # block devices, including attached volumes

When a plan ends, drives are cryptographically wiped before the hardware goes back into the pool.

Networking

Dedicated uplink, public addresses, closed by default.

Uplink10–25 GbpsDedicated, per server
Transfer20 TB outInbound unmetered, no egress fee
Addresses1 IPv4 + /64+$4/mo per extra IPv4
FirewallSSH onlyEverything else closed at the edge

A stateful firewall runs at the network edge with every inbound port closed except SSH (22). Ask support to open a port, or keep the service private and reach it through an SSH tunnel. For public inference endpoints, put a reverse proxy with TLS in front — never expose a framework's dev server.

Private VLANs between your own servers in the same region are available on request, at no charge.

Multi-GPU nodes

Eight GPUs on one NVLink fabric, ready for torchrun.

Order 8 GPUs of a data-center model and you get a single NVLink node rather than eight separate machines — cheaper than eight singles, and with full peer-to-peer bandwidth between the cards. Check the topology before you tune anything:

nvidia-smi topo -m # NV# links between GPUs, PIX/SYS across PCIe nvidia-smi nvlink -s # NVLink state and per-link bandwidth

NCCL is installed and tuned for the fabric, so a standard torchrun --standalone --nproc_per_node=8 works as-is. Node-level specs and prices are on the clusters page.

Monitoring & maintenance

We watch the hardware. Your workload stays yours.

  • What we watch — GPU ECC errors, temperatures and clock throttling, drive SMART data, link state and power. From outside your OS: no agent is installed on the machine.
  • What we never touch — your data, your processes, your logs. We do not log into a running server without your written consent.
  • Planned maintenance — announced at least 7 days ahead and scheduled with you.
  • Hardware failure — 4-hour replacement target, credits under the SLA.

Billing & balance

One prepaid balance pays for everything.

  1. You fund the balanceFrom Billing: pick an amount and a coin — BTC, ETH or USDT (ERC-20 / TRC-20) — and we mint a deposit address for that payment only. Minimum $50.00. No card, no KYC.
  2. The chain confirmsYour balance is credited on the first on-chain confirmation, day or night, and any invoice it covers settles itself.
  3. Renewals charge the balanceThe renewal invoice is issued 7 days ahead and charged on the renewal day when auto-renew is on. We email you if the balance will not cover it.

An invoice left unpaid 3 days past its due date suspends the server — data intact — and it resumes automatically as soon as the invoice is settled. Auto-renew can be switched off per server.

Building a tool, or asking an AI assistant? The catalogue, prices and stock are published as JSON at /pricing.json, and a plain-text summary of this site for language models at /llms.txt.

Troubleshooting

The four things that actually come up.

SSH refuses my key

Check you are using the private key matching the public key you pasted at checkout, and that you connect as root. The fingerprint of every key installed on the server is listed on its page in your console.

ssh -i ~/.ssh/id_ed25519 -v root@203.0.113.10
nvidia-smi says « No devices were found »

Almost always a driver that was upgraded by hand or a kernel update without the matching module. Check the driver first; if the module is missing, tell support rather than reinstalling blindly — the card may also have dropped off the bus, which is a hardware swap under the SLA.

cat /proc/driver/nvidia/version lspci | grep -i nvidia dmesg | grep -i -E 'nvrm|xid'
Training slows down after a while

Look at throttling and ECC before blaming your code: nvidia-smi -q -d PERFORMANCE,ECC. Persistent thermal throttling or ECC errors on a single card are ours to fix — open a ticket with that output pasted in.

nvidia-smi -q -d PERFORMANCE,ECC
My service is unreachable from outside

Inbound ports other than 22 are closed at the edge. Confirm the service listens on 0.0.0.0 and not 127.0.0.1, then ask support to open the port — or tunnel it over SSH, which needs no change at all.

ss -tlnp

Support

Engineers who run this hardware, around the clock.

Incidents15 minUnreachable server, GPU errors, network
Everything else4 hoursQuestions, changes, quotes
ChannelOne formNo portal, no chatbot

Open a ticket from the Support section of your console — tickets are reserved for customers with an active server. Pick the server it is about and, for anything hardware, paste the output of nvidia-smi -q. That single detail is what turns a two-day thread into a same-hour fix.