Skip to main content

Initial Setup in Vietnix Cloud

This guide will walk you through the first-time setup of your Vietnix Cloud account, including initial network configuration and an overview of the main dashboard components.


Vietnix Cloud Dashboard Overview

The Vietnix Cloud Dashboard provides a centralized interface to monitor and manage your cloud resources. On the main screen, you can view key metrics and the status of your services:

  • CPU: Used / Available
  • RAM: Used / Available
  • Floating IPs: Used / Available
  • Storage Space: Used
  • VM Status: Current status of virtual machines on Vietnix Cloud
    • Running: Active VMs
    • In Progress: VMs being provisioned
    • Stopped: VMs that are powered off
    • Error: VMs with errors
  • Top VMs: The VMs consuming the most resources in each category: vCPU, RAM,Storage

Monitoring Vietnix Cloud


Compute Interface Overview

The Compute section is where you interact with your cloud resources. You can create, manage, and monitor virtual machines, networks, and storage.

Compute Vietnix Cloud


Creating a Network

A network in the cloud allows your VMs and services to communicate securely. Here’s how to set up a virtual network:

  1. Navigate to ComputeNetworks.
  2. Click Create Network.

Network Vietnix Cloud

  1. In the Create Virtual Network screen:
    • Name: Enter the desired name for your virtual network.
    • Click Next.

Create Virtual Network

  1. IP Address Management
    • Subnets: Organize your network into subnets.
    • Click AddIPv4 Subnet.

IP Address Management

  1. Add IPv4 Subnet
    • CIDR: Enter the subnet range (e.g., 192.168.1.0/24).
    • Gateway (optional): Specify a gateway if needed.
    • Click Add.
tip

Gateway is optional. But if you want your instances in this network to access the internet, you need to set a gateway. Then you can create a router and attach it to this network.

Add IPv4 Subnet

  1. Summary
    • Review the network configuration.
    • Click Create Virtual Network to finalize the setup.

Summary

  1. Once successfully created, the network will appear in the Networks interface.

Networks

Creating a Router

A router in the cloud connects your virtual networks to each other and, if needed, to external networks. Adding a router ensures that your VMs can communicate across different subnets and access external resources securely. Here’s how to create a virtual router:

  1. Navigate to ComputeRouters.
  2. Click Add Router.

Router

  1. Configure the virtual router:

    • Name: Enter a descriptive name for the router.
    • Network: Specify the network that the router will manage, providing access between your virtual network and physical networks.
    • Add Internal Interfaces: Select the network(s) you created earlier to attach to this router.
    • Click Create.
tip

You can save costs by using a single router to connect multiple networks instead of creating separate routers for each network.

Add Virtual Router

  1. Confirm the router creation.

Confirmation


By completing these steps, you have successfully completed the initial setup in Vietnix Cloud, including creating networks and routers. Your virtual machines and networks are now ready to communicate efficiently. The next step will guide you through creating virtual machines and deploying a Kubernetes cluster on Vietnix Cloud.