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

推荐订阅源

爱范儿
爱范儿
WordPress大学
WordPress大学
C
Check Point Blog
GbyAI
GbyAI
U
Unit 42
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
I
InfoQ
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Hugging Face - Blog
Hugging Face - Blog
Vercel News
Vercel News
博客园 - 【当耐特】
美团技术团队
小众软件
小众软件
S
SegmentFault 最新的问题
Jina AI
Jina AI
阮一峰的网络日志
阮一峰的网络日志
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The Cloudflare Blog
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Visual Studio Blog

Jeff Geerling

OpenNMC is an open replacement for expensive APC management cards Rebuilding a 1995 GPS Time Server so I don Before NTP there were Time and Daytime Building a mini Homelab that fits in my carry-on Debugging Ubiquiti Getting the Steam Deck LCD working on a Raspberry Pi Hands-on with Raspberry Pi I Proxmox officially supports Arm, with some caveats Getting 25 Gbps Thunderbolt Ethernet on my Mac Studio Adding a backup Internet WAN on my OPNsense Router Open Sauce and GPS time were my summer AI Antiseptics QuadRF can spot drones and see WiFi through my wall The Special Value Pi 4 was extremely short-lived Quickly apply LUTs (color grading) with ffmpeg Framework You can finally power on a Mac remotely I tested every IP KVM in my Homelab It's hard to justify buying a Framework 12 Tuning in FM Radio on a 3D Printer Heatbed I patched iozone for better disk benchmarks on modern macOS News about Raspberry Pi 6 and Microcontroller Development Wi-Wi Is Wireless Time Sync at 1 nanosecond Bambu Lab is abusing the open source social contract HomePod mini feels like magic, but it's just good timing SBC Clusters are a terrible value, but they're fun anyway New 10 GbE USB adapters are cooler, smaller, cheaper An Arm Mainboard for the Framework Laptop Build your own Dial-up ISP with a Raspberry Pi DRAM pricing is killing the hobbyist SBC market
Raspberry Pi Connect may control Windows soon
jeff@jeffgee · 2026-04-30 · via Jeff Geerling

Support for remote controlling Windows PCs may be added to Raspberry Pi Connect, Raspberry Pi's free remote access service.

Raspberry Pi Connect controlling a Windows 11 PC

When they announced Pi Connect in 2024, I speculated the service was launched in response to RealVNC's sluggish adoption of Wayland, leading to Pi users lacking a solid remote access solution after Pi OS 12 'Bookworm' was launched.

The service was helpful for those who had one or more Raspberry Pis to access, but the Pi Connect daemon didn't run on Windows or macOS at the time, so a true competitor to RealVNC (at least for basic use cases) it was not.

Because Pi Connect uses WebRTC, you can access devices running the Pi Connect daemon on nearly anything that runs a web browser.

Raspberry Pi Connect remote access Pi running WeeWx for SDR weather station

I've been using Pi Connect with a Pi running WeeWX and rtl-433 to monitor my home weather station from anywhere.

I have another Pi at my studio I can connect to for remote SDR and ham radio stuff.

I don't have any Windows PCs I need to remote control, but my Dad does, because he has a bunch of broadcast software that only runs in Windows.

This blog post is a companion to today's Level 2 Jeff video, which you can watch below:

Pi Connect for Windows

Pi Connect is free for individuals, but they offer an 'Organizations' plan for businesses, where you pay $0.50 per month for every managed device, with unlimited users.

For most orgs I know who pay for services like RealVNC, this would offer a significant savings, so having the ability to manage more than just Pis could open up a more substantial remote control market, if that's what Raspberry Pi's after.

macOS daemon support may be possible, too, as apparently the Pi Connect web team runs it on Macs for development.

Getting it going

If you want to try it out, sign up for a Pi Connect account, and download the Windows version through this Forum post.

Note: This is unsupported software, and there will likely be some big changes before it makes it to production. I wouldn't run this on critical hardware yet!

Since the Pi Connect app is written in Go, and uses standards like WebRTC and VNC, the port from Linux wasn't too complicated.

Performance was a little spotty at times, and I ran into a few issues which I've mentioned in the Forum thread:

  • My mouse cursor was off a bit, and would move a few hundred pixels away from where I was tracking on my Mac in Safari sometimes.
  • My Dad ran into some quirks where it would freeze sometimes, then recover later.
  • The remote session effectively hangs if certain applications like Task Manager are in the foreground.
  • Resolution support probably needs some tweaking; strange things happen if you're controlling Windows in 4K in a small window.

But those are all bugs that could be worked out if Raspberry Pi wants to push this to production. That'd probably involve a lot more testing, at this point.

Raspberry Pi Connect Windows 11 Command Prompt

Remote Shell access was much more straightforward, though. And right now, you can choose between 'Command Prompt', 'PowerShell', and WSL', though you can't currently allow the selection on the remote side. You have to pick one shell that is defaulted when someone connects to the 'Remote Shell' in Pi Connect.

Conclusion

Does this work for every use case? No. Are there missing features? Yes. My Dad mentioned audio support is a major one for him.

But Raspberry Pi's been slowly iterating on Pi Connect. They even have some basic fleet management features now, like remote updates with A/B deployments.

In two years they've made it a stable, reliable way to remote manage small fleets of Raspberry Pis. Maybe they can turn it into a real competitor for other remote access products, at least for simple edge deployment use cases.