Updated May 8, 2026 A Virtual Private Cloud (VPC) on Raff is an isolated private network for VMs in the same region. VPCs are opt-in — create one when you want two or more VMs to talk to each other privately at near-line-rate without going over the public internet, or to put a fleet behind a single internet gateway. A VM that doesn’t join a VPC is still fully usable; it just reaches the internet through its public IP and has no private peer network. Under the hood, every VPC is a VXLAN segment with its own 24-bit VNI — that’s what makes them isolated, and why two VPCs can use the same CIDR and still never see each other.Documentation Index
Fetch the complete documentation index at: https://docs.rafftechnologies.com/llms.txt
Use this file to discover all available pages before exploring further.

What you can do
| Task | Where |
|---|---|
| See your whole network at once | Diagram tab — interactive, click anything for actions |
| Create a VPC with a custom CIDR | VPCs tab → + Create |
| Reserve a public IPv4 / IPv6 | Public IPs tab |
| Build firewall rules and attach them to VMs | Firewall tab — see Firewall |
| Add a VM to a shared VPC | Diagram → VPC ⋮ menu → Add VM |
| Detach a public IP from a VM | Diagram → click the blue IP chip → Detach from VM |
Most viewed
Use the Networking diagram
Visualize every VPC and IP, manage them inline.
Create a VPC
Pick a CIDR, attach VMs, share privately.
Attach a VM
Move a VM into an existing VPC.
VXLAN, CIDR, and isolation
Why CIDR overlap is allowed and what’s reserved.
Browse
Quickstart & guides
Diagram, create, attach, list CIDRs, delete.
Concepts
VXLAN, CIDR, isolation, MTU.
Details
Limits, prefix sizes, region scope.
Troubleshooting
Common VPC issues and fixes.
API Reference
VPC endpoints.
Changelog
All API updates and changes.