Connector Mode - Remote Database Access
- 1 Receive secure connection token from authorized user
- 2 Establish P2P connection or use encrypted relay fallback
- 3 Access databases, web services, or any TCP port securely
Zero-knowledge P2P CLI tool for secure remote services access without VPN
Your private key is encrypted with your master password before storage. Only you can decrypt it
No servers in the middle when P2P succeeds. Ultra-low latency.
TUI interface for developers and system administrators.
DMTun is a tool P2P tunneling tool that establishes secure connections and remote access without traditional VPN setup. Built with zero-knowledge & zero-trust architecture for maximum privacy and security.
DMTun operates in two modes for different remote access scenarios:
All peer-to-peer connections (direct or via relay) use double encryption - our encryption layer for secure connection establishment, plus your encryption layer for data protection. Even if our systems are compromised, your data remains encrypted with your own keys—which are themselves encrypted with your master password that only you know
DMTun cannot access your connections because all communications are peer-to-peer (or via relay) only. We cannot establish connections on your behalf because they require your password-protected private keys that can only be decrypted by you.
When creating your DMTun profile, the system generates public/private certificate pairs. Your private certificate is encrypted with your master password before storage, ensuring DMTun servers never access your unencrypted private keys.
Beacon access requires creating authentication tokens with specific user public keys. Only authorized users can decrypt and connect using their private keys, which requires their master password for decryption.
DMTun is designed for developers, system administrators, and technical users familiar with networking and command-line tools:
Unlike VPNs that route all traffic through central servers, DMTun creates direct peer-to-peer connections for specific services like database access. This eliminates intermediate servers, reduces latency, and provides zero-knowledge security where even DMTun cannot access your connections.
Yes, DMTun uses advanced NAT traversal with ICE, STUN, and TURN protocols to establish connections through firewalls and NAT devices automatically. If direct P2P connection fails, it seamlessly falls back to encrypted relay servers.
DMTun works with any TCP-based service including MySQL, PostgreSQL, MongoDB, Redis, SSH, HTTP/HTTPS, and custom applications. It provides secure port forwarding for any TCP connection your remote system can access.
Your private keys are encrypted with your master password before being stored anywhere. DMTun servers never have access to your unencrypted keys, and all connections are made directly between peers. Even if our infrastructure is compromised, your communications remain completely secure.