Step 1: 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.
Step 2: 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.
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
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:
Follow the detailed guide here.
In the left-side menu, go to Network → Floating IPs.
Click Allocate IP Address and assign the IP to your VM.
Follow the detailed guide here.
By default, the Default Security Group allows all outbound traffic. 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.
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.
Follow the detailed guide here.