DEV Community

Cover image for Deploying Blazor from Windows to Linux: the friction nobody talks about
GhostlyInc
GhostlyInc

Posted on

Deploying Blazor from Windows to Linux: the friction nobody talks about

Everything works perfectly on Windows.

Then you deploy to Linux… and suddenly something breaks.

If you build Blazor apps on Windows but run your servers on Linux,
you probably know this pain.

I ran into the same problem over and over again.

My development environment was Windows.
My servers were Linux.

Every small deployment check meant:

  • opening SSH
  • switching terminals
  • checking logs
  • verifying services
  • jumping between tools

It felt slow and fragmented.

So I started building a small tool for myself.

Something simple that lets me:

• see my servers instantly
• connect via SSH or RDP
• upload files quickly
• verify deployments without opening five different tools

That tool became Ghostly Bridge.

Ghostly Bridge is a lightweight desktop tray app for managing servers.

Instead of jumping between browser tabs and terminals,
everything lives in one place.

Features I use the most:

• one-click SSH/RDP
• drag-and-drop uploads
• quick server overview
• no telemetry (local-only)

I'm curious how others handle the Windows → Linux workflow gap.

Do you just SSH into servers constantly,
or did you build tools to simplify it?

Top comments (0)