✨ v1.0.0 is now available

Secure Tunneling
Reimagined.

Instantly expose your local database or web server to the world. No VPNs. No firewalls. Just secure, high-performance tunnels.

Start Tunneling
$ vemari -produce postres

Built for Performance

Engineered to be the fastest way to pipe data across networks.

End-to-End Encryption

AES-256-GCM encryption wraps every byte. Your data is essentially a black box to the open internet.

Zero Latency Overhead

Optimized multiplexing over a single TCP connection ensures your data flies as fast as physics allows.

Protocol Agnostic

It's all bytes to us. HTTP, PostgreSQL, Redis, SSH—if it uses TCP, Vemari can tunnel it.

How it works

1

Produce

Run vemari on your server to expose a local port.

vemari -produce db -target :5432
2

Relay

Traffic flows securely through the Vemari intermediary.

Encrypted Stream
3

Consume

Connect to the local port on your machine.

vemari -consume db -local :5433

Complete Documentation

Everything you need to get started with Vemari. From basic commands to advanced access control features.

CLI Reference

Complete guide to produce, consume, and list commands with examples.

Access Control

Learn how to approve, deny, and revoke client access to your services.

Security & Encryption

Understand how AES-256-GCM encryption protects your data.

Read the Documentation
docs.html
## Quick Start
Expose a service:
vemari -produce mydb -target :5432
Connect locally:
vemari -consume mydb -local 15432
## Access Control
Approve or deny connection requests from clients...

Ready to break through the firewall?