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

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

via Dev.to WebdevGhostlyInc

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 other

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
2 views

Related Articles