Page 1 of 1

HTTP-Based Remote Access Tunnel for Xb2.NET Apps

Posted: Thu Jan 29, 2026 5:41 pm
by bborzic
I'm working on something new that may be useful for other Xb2.NET users.

We have customers running our apps, and we often need to jump in remotely to troubleshoot. Historically we used things like TeamViewer, RDP, VPNs, etc. The problem is getting clients to approve any of those tools for remote access due to security concerns, which is understandable. Unfortunately, without some kind of remote access, supporting these customers is a pain.

All our apps are web based and built on Xb2.NET, so we put together an HTTP-based remote access tunnel. It lets us securely connect over the Internet to our Xb2.NET apps running on client networks - even when they're behind firewalls on private subnets. And just to be clear: This only gives us access to our own Xb2.NET app - no RDP, no poking around the server.

It's still a work in progress, but so far it's working pretty good. I wonder if this is something other Xb2.NET developers would actually want or find useful. Let me know.

Re: HTTP-Based Remote Access Tunnel for Xb2.NET Apps

Posted: Fri Jan 30, 2026 12:22 am
by Tom
Sounds very interesting to me!

Re: HTTP-Based Remote Access Tunnel for Xb2.NET Apps

Posted: Sun Mar 08, 2026 6:16 pm
by bborzic
Work on the Xb2.NET HTTP relay tunnel is progressing. We published the updated help documentation on the website. There are 2 new classes:

xbHttpRelayClient
https://xb2.net/xb2net/Xb2Net.htm#xbHttpRelayClient

xbHttpRelayServer
https://xb2.net/xb2net/Xb2Net.htm#xbHttpRelayServer