Built for power users
Every feature designed for speed, security, and simplicity.
Everything below is what we are building. Join the waitlist to get early access.
One app. Every protocol.
Stop switching between PuTTY, mstsc, WinSCP, and a dozen other tools. Telnety supports SSH, RDP, VNC, SFTP, Telnet, and Serial in a single native window. Every protocol gets first-class support with dedicated UI, credential management, and session tracking.
- SSH with WebGL terminal, key management, and agent forwarding
- RDP via IronRDP with FreeRDP fallback
- VNC through noVNC with clipboard sync
- SFTP dual-pane file manager with drag-and-drop
- Telnet with security warnings and IAC negotiation
- Serial with configurable baud, parity, and flow control
Work on four servers at once
Split your workspace into horizontal, vertical, or quad panes. Each pane runs an independent session with its own terminal, connection, and state. Enable Broadcast Input to type the same command in every pane simultaneously — perfect for deploying across a cluster.
- Binary tree split model: nest splits infinitely
- Broadcast Input (Ctrl+Shift+I) to all visible panes
- Drag handles with accent color on hover
AES-256 Encrypted Vault with Argon2id Key Derivation
Your passwords, SSH keys, certificates, and API tokens are protected by AES-256-GCM encryption with Argon2id key derivation (64 MiB memory, 3 iterations). A 1Password-inspired two-secret model combines your master password with a device-stored 128-bit key via HKDF. Unlock with Windows Hello biometrics for convenience without compromise.
- AES-256-GCM with per-entry salt and nonce
- Argon2id KDF resistant to GPU brute-force attacks
- Windows Hello biometric unlock via WebAuthn PRF
- DPAPI / Keychain / libsecret for at-rest protection
Every tool you need. Built in.
Network diagnostics, system monitoring, file management, security tools, productivity utilities, and organization features. From ping and port scanning to cron job management and disk usage analysis, Telnety replaces an entire toolbox of separate applications.
Extend with plugins
Telnety ships with a sandboxed plugin runtime powered by isolated V8 isolates. Each plugin declares its permissions in a manifest, runs in its own process, and communicates via JSON-RPC. Build custom integrations for Docker, Kubernetes, AWS SSM, or anything else your team needs.
- Docker container management (first-party)
- Kubernetes cluster browser (first-party)
- Sandboxed execution with permission gates
- Hot reload in under 200ms during development
{
"name": "@my-org/docker-manager",
"version": "1.0.0",
"main": "dist/index.js",
"activationEvents": [
"onSessionConnect",
"onCommand:docker.*"
],
"permissions": {
"sessions": { "execute": true },
"network": {
"domains": ["*.docker.io"]
}
}
}Let AI manage your servers
Telnety includes a built-in Model Context Protocol (MCP) server with 11 tools. AI assistants like Claude can list hosts, open connections, execute commands, and transfer files. A four-tier safety architecture ensures destructive operations always require human approval.