惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 【当耐特】
小众软件
小众软件
S
SegmentFault 最新的问题
GbyAI
GbyAI
量子位
爱范儿
爱范儿
L
LangChain Blog
Vercel News
Vercel News
A
About on SuperTechFans
腾讯CDC
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
月光博客
月光博客
博客园 - 聂微东
Stack Overflow Blog
Stack Overflow Blog
H
Help Net Security
U
Unit 42
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX
V
Visual Studio Blog
美团技术团队
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
N
Netflix TechBlog - Medium

NetBird - Networking Knowledge Hub - RSS Feed

NetBird Is Now on the Vultr Marketplace Native NetBird on the GL.iNet Comet Pro (GL-RM10) NetBird v0.71 - IPv6 Overlay Addressing NetBird Exit Nodes - Appear at Home, or Anywhere Else Reporting Bugs and Requesting Features in NetBird Setup and Use Local AdGuard Home Anywhere with NetBird DNS How to Set Up NetBird on PiKVM for Secure Remote KVM Access NetBird v0.69 - CrowdSec IP Reputation for the Reverse Proxy Cloudflare Mesh vs NetBird vs Tailscale: Performance Compared Self-Hosting Nextcloud with Docker and NetBird Implementing Zero Trust with NetBird NetBird v0.67 - Layer 4 Proxy Support for TCP, UDP, and TLS Solwr Enhances Remote Connectivity with NetBird Self-Hosting NetBird with Authentik Jellyfin Media Server - Self-Host Your Movies, TV, and Music Cloudflare Tunnels vs. NetBird Reverse Proxy INFITX Builds Zero-Touch Kubernetes Networking with NetBird NetBird v0.66 - Expose Local Services to the Internet from the CLI Pangolin vs. NetBird Home Assistant Setup Guide with EASY Remote Access NetBird v0.65 - Built-in Reverse Proxy with Custom Domains Docker for Beginners - Everything You Need to Get Started NetBird for SOC 2 Compliance NetBird v0.63 - Custom DNS Zones for Private Network Resolution Vibecode This in a Weekend and Take 5% of the Company NetBird v0.62 - Built-in Local Users with Optional IdP Integration NetBird v0.61.0 - Granular SSH Access Control and Automatic Updates Top 5 Alternatives to OpenVPN Top 5 Open Source Alternatives to Tailscale Top 5 Alternatives to ZeroTier
SSH and RDP, now in your browser
Written byJack Carter · 2025-10-23 · via NetBird - Networking Knowledge Hub - RSS Feed

Sometimes you just need to get into a machine, fast. Maybe you're traveling with a locked-down laptop where you can't install new software. Maybe you're helping a teammate from a borrowed computer. Or maybe you're just in a hurry and don't want to fiddle with setup.

Now you can. With NetBird's new Browser Client , SSH and RDP sessions launch directly in your web browser. No downloads. No installers. No "just a quick package update" before you can connect. Open the dashboard, click SSH or RDP, and you're in.

This is the kind of feature that feels small, until you use it.

Why a browser client?

Most of us already live in a browser. It's the universal app, always up to date, always there. By putting SSH and RDP inside the dashboard, we cut out the "wait, do I have the right client installed?" moment. It's instant access, from anywhere, on whatever device you happen to be holding.

For IT teams, that means fewer roadblocks. You can drop into a Linux shell or Windows desktop in seconds. Sessions are end-to-end encrypted, clipboard copy-paste works in RDP, and you can keep multiple sessions open in separate tabs. And because connections stay inside your NetBird network, you don't lose the security guarantees you already rely on.

Today we're introducing the NetBird Browser Client , a simple way to open SSH and RDP sessions right from your web browser. No downloads. No setup on the device you're holding. Just sign in to the NetBird dashboard, pick a machine, click SSH or RDP, and you're in. This launch lays the groundwork for future built-in remote monitoring and endpoint management tools, so you can quickly and securely reach any device.

Browser Client Dashboard

How it works under the hood

Under the hood, your browser tab runs a full NetBird client compiled to WebAssembly that connects to your resources over your NetBird network. When you launch a session as an admin from the dashboard, the browser creates a short-lived peer and a temporary policy for the target. Closing the tab automatically revokes the session, deletes the keys, and removes the temporary policy for short-lived, auditable access. The Browser Client registers a temporary peer using the same control plane and policies as any other device, then sends end-to-end encrypted WireGuard traffic to the target; the management service never proxies or inspects your session.

What's possible today

There are a few current limitations to know about, and they are on our roadmap to improve:

You can already:

  • Open SSH or RDP from any modern browser.
  • Run multiple sessions in different tabs.
  • Copy-paste between RDP sessions and your local machine.
  • Keep all traffic inside your NetBird network.
  • SSH connects to NetBird's built-in SSH service, not the host server.

SSH and RDP Sessions

What's next

The Browser Client is new, so there are some limits today:

  • Connections are p2p encrypted, but go through relays.
  • RDP requires the target's own RDP server (Windows only for now).
  • Advanced features like SFTP, audio, or RDP file sharing aren't here yet.
  • Changing resolution requires reconnecting, and too many sessions can push browser limits.

We're working on it. This launch is just the foundation, for faster connections, more features, and eventually a richer set of tools for managing remote access, all from the same dashboard.

Check out the full technical details for SSH , the Browser Client , and it's architecture .