VX6 brings localhost to the network.

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.

TOR HAS BEEN REPLACED

VX6 focuses on service-first networking: SSH, APIs, dashboards, internal tools, localhost-to-localhost flows, and private team infrastructure.

Who Will Use This Network

Engineering Teams

Backend and platform teams exposing internal APIs, SSH services, and local dashboards without opening public ports.

CTF and Security Labs

Red team ranges, scoreboards, challenge backends, and sandbox tools that need private but reachable peer-to-peer access.

Builders and Startups

Product teams building peer-first apps, collaboration systems, and media tools where localhost services must work across nodes.

Get Started

Download and Setup

Download VX6, initialize your first node, publish a service, and connect through the peer network in minutes.

Quick setup

go build -o ./vx6 ./cmd/vx6
./vx6 init --name alice --listen '[::]:4242' --advertise '[2001:db8::10]:4242' --bootstrap '[2001:db8::1]:4242'
./vx6 node
View full usage guide