Share your server directly over LAN, Tailscale, or VPN — no DevTunnel needed.
+🖥️ Setting up this machine as a Fiesta worker?
+pp+…) that appears.@@worker-name mentions in chat.http://@(TailscaleService.MagicDnsName ?? TailscaleService.TailscaleIp):@DevTunnelService.BridgePort
🌐 Want to use Fiesta across different networks?
+Install Tailscale (free) to connect machines that aren't on the same LAN.
+Tailscale creates a secure private network between your devices, so Fiesta pairing strings work across the internet.
+@fiestaPairingString
+
+
+ Paste this string into the hub machine's Settings → Fiesta Workers → "Paste pairing string" field.
+ } + @if (!string.IsNullOrEmpty(directQrCodeDataUri)) {🎉 How Fiesta works
+Fiesta lets this machine act as a hub that dispatches work to linked worker machines on your LAN.
+pp+… pairing string.@@worker-name to send a task to that machine. It runs autonomously and returns results.Discovered workers require manual linking before they can be used in Fiesta mode.
+ @* Incoming pair requests (worker side) *@ + @foreach (var req in FiestaService.PendingPairRequests) + { + + } + + @* Worker side — show pairing string when bridge is running *@ + @if (WsBridgeServer.IsRunning && fiestaPairingString != null) + { +Copy this on the worker machine and paste it on the hub to link instantly. Works via RDP clipboard, SSH, or any text channel.
+@fiestaPairingString
+
+
+ @worker.Hostname — @worker.BridgeUrl
-
+ @if (pendingOutgoingPairs.ContainsKey(worker.InstanceId))
+ {
+ Waiting for approval…
+ }
+ else
+ {
+
+
+ }
No workers discovered yet. Enable Direct Sharing on worker machines first.
} + @* Paste pairing string (hub side) *@ +@fiestaPasteError
+ } + + @* Manual form *@