Private Networks

A private network (VPC) lets your servers talk to each other over internal IPs, isolated from the public internet. Create and manage them on the Private Networks page in my.cubepath.com.

Create a network

### Open the create flow
On the **Private Networks** page, click **Create Network**.

### Set name, location and range
Enter a **name**, choose a **location**, and set the **IP range** (CIDR, e.g. `10.0.0.0/24`).

### Create
Confirm to create the network. It's regional — only machines in the same location can join.

Attach servers

Open a machine's Network tab and Attach it to the network; it gets a private IP in the range. Servers on the same network reach each other directly over those private IPs.

Routes

Add routes to send traffic for a destination CIDR through a specific server (for example a gateway or firewall VM), so you can steer internal traffic the way you need.

Tip: Pair a private network with a NAT Gateway to give private-only servers shared outbound internet.