Skip to main content

Initial setup

Before using FPT Cloud Server, complete the following setup steps to ensure your environment is ready for creating virtual machines.

Prerequisites

  • ✅ You have an FPT Cloud account.
  • ✅ You have been granted access to a Tenant, Region, and VPC.

Log in to FPT Cloud Portal

  1. Go to https://console.fptcloud.com.
  2. Log in with your FPT Cloud account credentials.
  3. Select the correct Tenant, Region, and VPC for the service you want to use.
tip

If you do not have an FPT Cloud account, go to https://fptcloud.com, click Sign Up, and fill in your details as instructed. The support team will contact you to confirm and create your account.

Create an SSH Key pair

FPT Cloud supports two authentication methods for Linux servers: Password and SSH Key. SSH Key is recommended because it is more secure than a password.

  1. Select Compute EngineSSH Management from the menu, then click Import SSH key.

    SSH Management screen with Import SSH key button

  2. Enter the details:

    • Name: Name for the SSH Key.
    • Public Key: Paste an existing Public Key, or click Generate new key pair to let the system generate one automatically.

    Import SSH key dialog

  3. Click Save. The system creates the SSH Key pair and automatically downloads the Private Key file in .pem format.

    SSH Key created successfully

danger

The Private Key .pem file is provided only once. Store it in a safe location to avoid losing access to your server.

Check and create a Subnet

To create a virtual machine, you need an active Subnet in your VPC — the system assigns a Private IP from this Subnet to the virtual machine.

  1. Select NetworkingSubnets from the menu, then click Create subnet.

    Subnets screen with Create subnet button

  2. Enter the details:

    • Name: A descriptive name for the Subnet.
    • Type: Routed (routes internet traffic via NAT) or Isolated (no internet connection).
    • Network Address (CIDR): Enter a valid CIDR.
    • Gateway IP: Enter a valid Gateway address.
    • Static IP Pool (optional): The IP range you want to use.
    • Primary DNS: IPv4 DNS address (default 8.8.8.8).
    • Secondary DNS (optional): Secondary DNS.
    • Add tag (optional): Select tags to attach to the Subnet.

    Create subnet dialog

  3. Click Create subnet.

The new Subnet appears in the Subnets table.

Subnet list after creation

Create a Security Group

A Security Group acts as a virtual network firewall, controlling inbound and outbound traffic for your virtual machine — protecting it from internet-based attacks.

FPT Cloud supports two types:

  • Security Group: Controls traffic to and from the internet.
  • Distributed Firewall: Controls traffic within the internal network.
  1. Select NetworkingSecurity group from the menu, then click New Security Group.

    Security Group screen with New Security Group button

  2. Enter the details:

    • Name: Name for the Security Group.
    • Type: Security Group or Distributed Firewall.
    • Subnet: Select a Subnet from the list.
    • Applied CIDR / instances (optional): Select the virtual machines or CIDR range to apply.
    • Configure security rule: Configure Inbound and Outbound rules as needed.

    New Security Group dialog

  3. Click Create security group.

The new Security Group appears in the Security Group table.

Security Group list after creation

Next steps