Skip to content
Tech News
← Back to articles

A ngrok-style secure tunnel server written in Rust and Open Source

read original more articles
Why This Matters

Rustunnel introduces a secure, open-source tunneling solution built in Rust, enabling users to expose local services over encrypted connections with features like TLS termination, HTTP/TCP proxying, and comprehensive monitoring. Its flexible deployment options, including self-hosting and a managed service, make it a versatile tool for developers and organizations seeking secure remote access. This development signifies a move towards more efficient, Rust-based infrastructure tools that prioritize security and performance in the tech industry.

Key Takeaways

rustunnel

A ngrok-style secure tunnel server written in Rust. Expose local services through a public server over encrypted WebSocket connections with TLS termination, HTTP/TCP proxying, a live dashboard, Prometheus metrics, and audit logging.

You can self-host or use our managed service.

Table of Contents

Hosted service

You can use rustunnel without running your own server. We operate a public edge server at edge.rustunnel.com that you can connect to immediately.

Available servers

Server Region Control plane Status edge.rustunnel.com Europe (Helsinki) :4040 Live

More regions are coming — follow the project for updates.

Getting an auth token

... continue reading