echoshell v2.0.2tty/pts0
[ .. ]loading...
root@echoshell ~ $ ./echoshell --tagline
ssh — edge-01.netserv.cz — 102×28
connected
INSERT · UTF-8 · LF rec · 00:14tab 1/3
$ ls -A vendors/
ciscomikrotikruckushpe/arubajuniperubiquitifortinetgeneric linux
$ echoshell --demo

see it in action

A real SSH session, end to end — right in your browser. No install required.

$ man echoshell --features
ECHOSHELL(1)ECHOSHELL(1)

NAME

echoshell — a terminal for network engineers. Nine flags, one binary, twelve dollars. No subscription.

FEATURES

[01]
--ai

Claude AI Assistant

Ask anything while you work. Debug configs, explain errors, generate scripts — without leaving the terminal.

[02]
--crypto

Encrypted Credentials

All passwords stored locally with AES-256-GCM encryption. Your credentials never leave your machine.

[03]
--sftp

Built-in SFTP

Browse, upload and download files without switching to a separate client. Drag-and-drop, progress tracking.

[04]
--legacy

Legacy Device Support

Connects to old Cisco switches with ssh-rsa, DH group1, and AES-CBC. No -oKexAlgorithms hacks needed.

[05]
--monitor

Live Monitoring

Real-time CPU and memory graphs over SSH. No SNMP setup, no agent. Works on any device you can shell into.

[06]
--tunnel

SSH Tunnels

Create and manage port forwarding rules visually. Local, remote and dynamic tunnels — all clickable.

[07]
--macro

Quick Commands

Save your most-used commands and fire them with one click. Perfect for repetitive maintenance tasks.

[08]
--platform

Mac & Windows

Native app for both platforms. Silent auto-updates so you're always on the latest version.

[09]
--license

Pay Once

$12, one time. No subscription, no seat limits. Yours forever including all future updates.

$ echoshell --list-vendors
vendors/
├── Cisco IOS, IOS-XE, NX-OS
├── MikroTik RouterOS 6 & 7
├── Ruckus ICX, SmartZone CLI
├── HPE / Aruba ArubaOS, ProCurve
├── Juniper Junos OS
├── Ubiquiti EdgeOS, UniFi
├── Fortinet FortiOS
└── Generic Linuxanything that speaks ssh
$ man echoshell --ai
POWERED BY CLAUDE

your ai co-pilot
for the terminal.

Stop Googling error messages. Claude knows network protocols, vendor syntax, and the difference between OSPF and EIGRP. Ask in plain English, get expert-level answers — without leaving EchoSHELL.

  • Troubleshoot BGP, OSPF, spanning-tree issues
  • Explain complex command outputs line-by-line
  • Generate config snippets for Cisco / MikroTik
  • Translate between vendor syntaxes
  • Suggest the next command based on context
[i] Your API key never leaves your machine. EchoSHELL talks to Anthropic directly.
claude.ai — interactive session
online
you>i need to allow ssh from 10.0.50.0/24 to vlan 200 only on mikrotik
claude

Here's a clean ACL — accept SSH from your management subnet, drop everything else to vlan 200:

01/ip firewall filter
02add chain=forward action=accept \
03 src-address=10.0.50.0/24 \
04 dst-address=10.0.200.0/24 \
05 protocol=tcp dst-port=22 \
06 comment="ssh from mgmt → vlan200"
07add chain=forward action=drop \
08 dst-address=10.0.200.0/24 \
09 protocol=tcp dst-port=22 \
10 comment="deny rest"
you>thanks, working. one more — what's the cisco equivalent?
claude

Extended ACL on the vlan 200 SVI ingress:

01ip access-list extended VLAN200-SSH
02 permit tcp 10.0.50.0 0.0.0.255 any eq 22
03 deny tcp any any eq 22
04 permit ip any any
05!
06interface vlan 200
07 ip access-group VLAN200-SSH in
you>
$ echoshell --pricing

two binaries. one price. forever.

No subscription. No per-seat. No expiring license. Pick the free one or pay $12 once and unlock everything.

FREE TIER
eshelly
$0forever

Lightweight SSH & Telnet for macOS. Like PuTTY, but native.

  • ssh + telnet (basic)
  • saved hosts (up to 3)
  • macOS only
  • community support
  • claude ai assistant
  • sftp browser
  • ssh tunnels
  • live monitoring
./eshelly --download
RECOMMENDED
PRO LICENSE
echoshell
$12one-time

Full feature set. Pay once. Yours forever including all updates.

  • claude ai assistant
  • unlimited ssh hosts
  • built-in sftp browser
  • encrypted local credentials
  • ssh tunnels & port forwarding
  • live cpu / memory monitoring
  • macOS + windows
  • activate on 2 devices
  • free updates forever
./echoshell --buy $12

instant delivery · stripe · refundable 14 days

$ echoshell --compare

# vs the competition

FEATUREechoshelltermiussecurecrt
Price$12 once$10/mo$99+
AI assistant××
Legacy Cisco support×
Built-in SFTP
Live SSH monitoring××
No subscription×
Cross-platform

[i] Termius pricing is $10/mo per user for Pro · SecureCRT is $99 + $35/year for support

$ man echoshell --faq

common questions

[i] Press anywhere to expand. Don't see your question? email pavel@eshellapp.com

$ echoshell --ready

ready to upgrade
your terminal?

Download eshelly for free, or grab the echoshell license for $12. Pay once. Yours forever.