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 your portfolio.
- 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
Open the reservation detail page
From Portfolio, click View on the reservation you want to configure. The detail page opens at
/portfolio/[reservationId]. The legacy /portfolio/access URL redirects here.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.
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.
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.
VM access and the CLI
Configure and launch VM access from the reservation detail page in the web app. The CLI’s
ornn access commands (show, activate, push-keys) provision and report Bare Metal access, not VM access. See Bare Metal access and the Ornn Compute CLI for details.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.

