Backdoor to your data
and server resources

Access your data outside your network. Connect to any database, internal tools, or resources through secure tunnels without changing your infrastructure.

Why Vemari?

Secure, fast, and incredibly simple to use

End-to-End Encryption

AES-256-GCM encryption for all communication, providing TLS-like security for your data.

Lightning Fast

High-performance connection multiplexing and optimized byte forwarding for low latency.

Universal Compatibility

Works with any TCP service - databases, HTTP servers, APIs, and more.

No Infrastructure Changes

No VPN setup, no firewall rules, no complex networking. Just simple tunneling.

Auto Reconnection

Built-in heartbeat mechanism ensures reliable connections with automatic recovery.

Developer Friendly

Use as CLI binaries or embed as a Go library in your applications.

How It Works

Simple three-component architecture

1

Producer

Expose your local service (database, API, etc.) to the proxy server.

vemari -produce mydb
-target localhost:5432
2

Proxy Server

Central server that manages service registry and bridges connections.

vemari-server
-port 8080
3

Consumer

Access the remote service through a local port on your machine.

vemari -consume mydb
-local 15432

Complete Example

Access a remote PostgreSQL database securely:

On database server:

vemari -proxy proxy.example.com:8080 -produce postgres -target localhost:5432

On your local machine:

vemari -proxy proxy.example.com:8080 -consume postgres -local 5433

Connect to your database:

psql -h localhost -p 5433 -U user -d mydb

Use Cases

Vemari solves real-world problems

Remote Database Access

Securely access production or staging databases from your local development environment without exposing them publicly.

Development Environments

Test your applications against real staging or production services without complex VPN setups or network configurations.

Service Mesh

Create secure tunnels between microservices in different networks or cloud providers for hybrid architectures.

Legacy System Integration

Bridge connections between old and new systems across different networks without modifying legacy infrastructure.

Testing & QA

Run integration tests against remote services without deploying test infrastructure or maintaining complex test environments.

Internal Tools Access

Access internal dashboards, admin panels, or monitoring tools from anywhere without exposing them to the internet.

Ready to get started?

Install Vemari now and start tunneling in minutes

Download Now