⚡Quick Start
Sign up for an account
Create an FPT Cloud account
Go to https://fptcloud.com/, click Sign Up, and follow the system instructions to enter your details.
Our support team will contact you shortly to verify your information and activate your account.
Log in to the FPT Portal
Go to https://console.fptcloud.com or https://console.fptcloud.jp and sign in with your FPT Cloud account and password, depending on where your quota has been provisioned. Make sure to select the correct Tenant and Region.
Set up an SSH key: Navigate to SSH Management to generate an SSH key. This key will be used for secure access to your servers.
Step-by-step
Create a Subnet
A subnet is required before deploying your GPU VM.
In the left-side menu, go to Network → Subnets.
Click Create Subnet and complete the configuration.
Follow the detailed guide here.
Create a GPU VM
In the side menu, go to Compute Engine → Instance Management.
Click Create Instance and configure the virtual machine deployment.
Choose the instance type: H100 instances are available on the .com site and H200 instances are available on the .jp site.
Select a disk type: Ephemeral Disk (NVMe) – The storage disk is bundled with the instance and cannot be resized. Persistent Disk (Block Storage SSD) – A storage disk is required, with a minimum size of 100 GB.
Follow the detailed guide here.
Allocate a public IP address (Floating IP)
In the left-side menu, go to Network → Floating IPs.
Click Allocate IP Address and assign the IP to your VM. * Ephemeral Disk (NVMe): Use port forwarding (NAT)to connect the floating IP with the VM. You’ll need to specify both the IP port and the Instance port.
Follow the detailed guide here.
Create Security Group
By default, the Default Security Group allows all outbound traffics. You have to create a new one to allow inbound rules to access the VM.
Click on Network and select Security Groups in the Side menu.
Choose Create Security Group in the Security Groups Screen and define the inbound rules for VM (e.g., Allow SSH access on port 22 from your client’s public IP)
Follow the detailed guide here.
Access to GPU Virtual Machine
After successfully creating the GPU VM, you can access the server via SSH:
Terminal: Open your terminal and enter the command with your SSH key.
Web Console: Go to the server’s detail page and click “Open at Console” to log in with a password through the web console.
*The default username is root .
Last updated
