Engineering Teams
Backend and platform teams exposing internal APIs, SSH services, and local dashboards without opening public ports.
Share localhost across peers. Keep control at the edge.
VX6 is an IPv6-first decentralized peer network for real services. Run services on 127.0.0.1, publish by name or alias, and connect peers without turning everything into public internet endpoints.
VX6 focuses on service-first networking: SSH, APIs, dashboards, internal tools, localhost-to-localhost flows, and private team infrastructure.
Backend and platform teams exposing internal APIs, SSH services, and local dashboards without opening public ports.
Red team ranges, scoreboards, challenge backends, and sandbox tools that need private but reachable peer-to-peer access.
Product teams building peer-first apps, collaboration systems, and media tools where localhost services must work across nodes.
Get Started
Download VX6, initialize your first node, publish a service, and connect through the peer network in minutes.
go build -o ./vx6 ./cmd/vx6
./vx6 init --name alice --listen '[::]:4242' --advertise '[2001:db8::10]:4242' --bootstrap '[2001:db8::1]:4242'
./vx6 nodeView full usage guide