This document provides step-by-step instructions to create an L4 GPU Virtual Machine (VM) on CloudPe and explains how to access the VM using SSH (Linux) and RDP.
Steps to Create an L4 GPU VM
Step 1: Login
- Log in to your CloudPe Dashboard.
Step 2: Navigate to Virtual Machines
- After login, go to Infrastructure → Virtual Machines.

Step 3: Create VM
- Click on the Create VM option.

Step 4: Select Project
- Select the project in which you want to create the GPU VM.

Step 5: Select Region
- Choose the region IN-WEST2 .
NOTE: L4 GPUs are available in IN-WEST2 region only.

Step 6: Select Image (Operating System)
- Under the Image option, select the operating system you want to configure.

- Note: Ubuntu images are already preconfigured with NVIDIA drivers.
for other images you need to install drivers manually.

Step 7: Select Flavor (Configuration)
- Select the appropriate GPU flavor based on your requirements (vCPU, RAM, GPU – L4).

Step 8: Select Storage Volume
- Choose the volume size and type as per your workload requirements.

Step 9: Configure Network Interfaces
- Under Network Interfaces, select the network that provides Public IP access.

Step 10: Set VM Name
- Provide a name for the virtual machine using the Name field.

Step 11: Advanced Settings
- In Advanced Settings, configure:
- Root password (for Linux/Windows login)
- SSH Key (recommended for secure Linux access)

Step 12: Create VM
- Click on the Create button to initiate VM creation.
Step 13: VM Ready
- Within a few minutes, the L4 GPU VM will be provisioned and ready for use.
How to Access GPU VMs
A. SSH Access (Linux GPU VM )
Steps to Access via SSH
- Open a terminal on your local machine.
- Use the following command:
ssh root@<PUBLIC_IP>
Or, if using an SSH key:
ssh-i <key-file.pem> root@<PUBLIC_IP> - Once authenticated, you will be logged into the GPU VM.
B. RDP Access (Windows / GUI-based GPU VM)
Steps to Access via RDP
- Open Remote Desktop Connection on your local system.
- Enter the Public IP address of the GPU VM.
- Click Connect.
- Enter the username and password configured for the VM.