Protocol Engines

Multi-Protocol Connection Guide

RemoteManager integrates four specialized connection engines: Native Windows ActiveX RDP, terminal-detected SSH, embedded RFB VNC, and isolated Chromium WebView2 sessions.

ProtocolEngineKey CapabilitiesIsolation Method
RDPAxMsRdpClient9 / MSTSCSmartSizing, audio redirect, clipboard, multi-monitorDynamic temp RDP with credential injection
SSHwt.exe / ssh.exe / PuTTYAuto-discovery, custom ports, key authenticationDedicated shell process spawn per session
VNCEmbedded RFB / External BridgeIn-app interactive canvas, Tight/Ultra/Tiger VNC bridgeIn-memory socket stream with DPAPI auth
WebMicrosoft WebView2 (Chromium)Full modern web engine, cloud consoles, router GUIsDedicated UserDataFolder per Connection ID
RDP

Remote Desktop Protocol (RDP)

Native Microsoft Terminal Services with zero credential collision

Dual Execution Modes

Mode 1: Embedded ActiveX Control

Hosts AxMsRdpClient9 directly inside the tab. Enables SmartSizing (auto-scaling the remote resolution to match your window size), clipboard synchronization, and audio redirection.

Mode 2: Isolated External Launcher

Generates an isolated, ephemeral .rdp file launched into mstsc.exe with credentials passed directly in memory — bypassing the Windows Credential Manager overwrite bug.

Keyboard Tip: Press F11 at any time to toggle borderless fullscreen with an auto-hiding floating top bar.
SSH

SSH Terminal Engine

Intelligent terminal detection prioritizing modern Windows Terminal

When connecting to an SSH endpoint, RemoteManager's SshClientDetector scans your system for installed terminal clients in the following priority order:

  1. Windows Terminal (wt.exe) — Launches a polished tab or pane with your configured profile.
  2. OpenSSH Client (ssh.exe) — Native Windows built-in terminal client.
  3. PowerShell (pwsh.exe / powershell.exe) — Fallback command execution.
  4. PuTTY (putty.exe) — Classic standalone terminal client if present on PATH.
Command Formatting: Automatically computes ssh -p {Port} {Username}@{Host} and supports custom SSH configuration keys.
VNC

VNC (Virtual Network Computing) Engine

Embedded RFB protocol rendering and external client bridge

RemoteManager features an integrated RFB (Remote Frame Buffer) protocol parser (VncSharpCore) that renders Linux desktops, macOS screen sharing, and embedded KVMs directly into your tab strip.

Embedded Auth ModalPrompts for standard VNC DES / plain authentication via VncPasswordDialog if credentials aren't pre-stored.
External Viewer BridgeIf preferred, automatically bridges to external viewers including TightVNC, UltraVNC, TigerVNC, and RealVNC.
Web

Isolated Web Sessions (Chromium WebView2)

Zero cookie bleed across multiple cloud and router admin accounts

When managing multiple cloud environments (AWS Management Console, Azure Portal, Proxmox VE clusters, VMware vCenter, or network router interfaces), standard web browsers share cookie jars, causing accidental session logouts and permission conflicts.

Per-Connection Chromium UserDataFolder Isolation

RemoteManager launches each Web session in a dedicated, isolated Chromium directory:

%LocalAppData%\RemoteManager\WebProfiles\{ConnectionId}

This guarantees that cookies, cache, local storage, and authentication tokens never bleed across different connections or accounts.

We use cookies and similar technologies to measure traffic and improve the site. You can choose which categories to allow. Manage Preferences.