NexoRC is the desktop command center for sysadmins and DevOps engineers — SSH, RDP, VNC, SFTP, Proxmox and Docker, all behind a single AES‑256‑GCM master password.
Real-time health status of your infrastructure
Stop juggling PuTTY windows, sticky-note passwords and three different file managers. NexoRC is the single, encrypted workspace your fleet has been missing.
AES‑256‑GCM at rest with PBKDF2‑HMAC‑SHA256 (100k iterations) and configurable auto-lock. Your master password never leaves the device.
SSH, RDP, VNC, SFTP, FTP, Proxmox and Docker — opened, tabbed and arranged in one window. No more alt-tab archeology.
Define a credential once — username, key, jump host, port forwards — then bind it to as many hosts as you like. Rotation is a one-line edit.
Vault-managed keys, ProxyJump chains, port-forwarding tunnels, agent forwarding and broadcast/multi-exec across selected sessions.
A live grid of every host — reachability, latency, load, free disk and last login. Spot the failing node before the on-call page arrives.
Async scanner with real-time progress events and cancellation. Discover hosts and open ports on a subnet without leaving the app.
Your credentials never leave the machine. The vault is sealed with AES‑256‑GCM, derived from a master password through PBKDF2‑HMAC‑SHA256 with 100,000 iterations — and unsealed only in process memory, only for as long as you need it.
// nexorc vault — sealed container { "magic": "NXV1", "kdf": { "algo": "PBKDF2-HMAC-SHA256", "iter": 100000, "salt": "9f a2 4b 7c d0 …" // 16 B random }, "cipher": { "algo": "AES-256-GCM", "nonce": "01 c4 8e …" // 12 B per write "tag": "b7 5c …" // 16 B auth }, "payload": <encrypted blob> }
Select a fleet, hit broadcast, and NexoRC mirrors your input to every selected session in real time — with per-host output streams side by side and a unified scrollback you can grep.
Switch contexts without switching apps. Every connection lives in the same vault, the same sidebar, the same audit trail.
Switch the entire UI with one click — from the calm Catppuccin default to a pure-black war-room mode. Every theme is a single CSS variable swap, so the app stays fast at any density.
Free. Open source. Local-first. Built with Tauri so it stays light on your laptop and fast on your fleet.