telnety.

Built for power users

Every feature designed for speed, security, and simplicity.

In Development — Coming Soon

Everything below is what we are building. Join the waitlist to get early access.

6 Protocols

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
SSH
RDP
VNC
SFTP
Telnet
Serial
prod-web-01
$ uptime
up 42 days, 7:23
$
prod-web-02
$ uptime
up 42 days, 7:23
$
prod-db-01
$ uptime
up 42 days, 7:23
$
prod-cache-01
$ uptime
up 42 days, 7:23
$
Multitasking

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
Security

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
AES-256
Argon2id
HKDF
+ 24 more tools across 6 categories
36 Tools

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.

Ping & Traceroute
Port Scanner
DNS Lookup
Subnet Calculator
Process Manager
Log Viewer
Config Editor
File Diff Viewer
Extensible

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
telnety-plugin.json
{
  "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"]
    }
  }
}
MCP Conversation
Check the disk usage on prod-web-01 and restart nginx if it looks fine.
Tier 1: df -h (auto-approved)
/dev/sda1 45G 28G 15G 66%
Tier 2: systemctl restart nginx
Awaiting approval...
AI-Native

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.

T1Safe: ls, cat, df, uptime (auto-approve)
T2Moderate: cp, mv, systemctl restart (confirm once)
T3Sensitive: rm, chmod, kill (confirm + audit)
T4Blocked: rm -rf /, mkfs, dd (always denied)