Prerequisites
Before launching or switching to VM on a reservation:- The bid has been promoted to a confirmed reservation, and the reservation is visible in My GPUs.
- Checkout and payment for the reservation are complete.
- You have at least one active SSH public key registered on your account. See Manage SSH keys.
Set up VM access
1
Open the reservation detail page
From My GPUs, click View on the reservation you want to configure. The detail page opens at
/portfolio/[reservationId]. The legacy /portfolio/access URL redirects here.2
Select VM
Pick VM as the access mode on the reservation. VM is the default on new reservations.
3
Choose a VM image
Pick the image Ornn should use when launching the machine:
- Ornn base image · Ubuntu + CUDA + PyTorch: the default. A clean Ubuntu environment with NVIDIA drivers, CUDA, and PyTorch pre-installed. The right choice for most workloads.
- Approved custom image: any custom images on your account that have passed Ornn’s security scan appear in the dropdown alongside the base image.
Pick your image before launch. Changing the image after launch is only available where the reservation detail page exposes it, typically by tearing down the current VM and relaunching with a new selection.
4
Attach an SSH key and launch
In the SSH Keys section, add or confirm an active reservation SSH key (use Add Key), then launch the VM. Ornn authorizes the active reservation keys on the machine.
5
Connect via SSH
Once the VM is ready, the SSH Host and User fields (plus a ready-to-run Quick Connect command) appear in the Connect section of the reservation detail page. Connect:
The Ornn base image
The Ornn base image is an Ubuntu-based environment ready for GPU workloads out of the box:- OS: Ubuntu (22.04 or 24.04)
- GPU drivers: NVIDIA drivers pre-installed and validated
- CUDA: Installed and configured
- Framework: PyTorch included
Custom images
Custom images uploaded to your account appear in the image dropdown once they’ve been reviewed and approved. The dropdown shows the display name and OS family; the detail line shows the image slug and a partial hash for verification.Custom images must pass an Ornn security scan before they become available for selection. To submit an image for approval, contact Ornn support.
Only images with a
clean scan status appear in the dropdown. Images that are pending review, blocked, or revoked aren’t available for selection.Switching access modes (VM ↔ Bare Metal) after launch tears down the existing environment. Anything stored on the VM that isn’t persisted off the host will be lost.
VM access and the CLI
You can configure, launch, wait, and connect from the CLI:What’s next

Access overview
Compare VM and Bare Metal and understand the prerequisites for each.

Bare Metal access
Connect directly to the GPU host when you need full hardware control.