DEVELOPER TOOLS

Web Console & CLI

Interactive command-line interface accessible from browser, SSH, or serial console. Run diagnostics, configure infrastructure, and troubleshoot without leaving the appliance.

400+CLI Commands
28Diagnostic Tools
4Access Methods
ACCESS METHODS

Multiple Ways to Connect

Access TR7 CLI through the method that fits your workflow

Web UI Console

Access CLI directly from your browser. No installation, no SSH client required. Results appear on the same screen.

No installation Integrated UI

SSH Access

Secure shell access for remote management. Ideal for scripting, automation, and secure remote administration.

Encrypted connection Script-ready

Serial / TTY

Out-of-band console access via serial port. Essential for recovery scenarios when network is unavailable.

Out-of-band Recovery access

VGA / Console

Direct console access for physical appliances and virtual machines. Works with hypervisor consoles.

Direct access VM compatible
SYSTEM COMMANDS

sys-cmd Diagnostic Tools

Powerful diagnostic tools for network troubleshooting, traffic analysis, and system monitoring

Network Tools

pingSend ICMP echo requests
ping6Send IPv6 ICMP echo requests
tracerouteShow packet path to destination
digSend DNS queries
nslookupDNS lookup queries
fpingFast ping multiple hosts

HTTP Tools

curlHTTP/HTTPS client
wgetFile download client
h1loadHTTP/1 load testing
wrkHTTP load testing

Diagnostic Tools

tcpdumpPacket capture (pcap output)
ssldumpSSL/TLS protocol analysis
sslscanSSL/TLS scanner
netstatNetwork connections and stats
ssSocket statistics (modern netstat)
iftopReal-time bandwidth usage
htopInteractive process viewer
nmapNetwork scanning

System Tools

arpARP table management
arpingSend ARP requests to hosts
ipShow IP and interface info
ipcalcIP calculator
route-tableRoute table management
fileTemporary file management
ncftpFTP client
telnetTELNET protocol client
extend-data-diskExtend data disk wizard
debugToggle debug mode

Investigation Ready

Run targeted diagnostics from the appliance. Capture traffic, test connectivity, analyze SSL handshakes — all without SSH. Results can be saved to files for download.

sys-cmd tcpdump -i eth0 -c 100 | to-file capture.pcapsys-cmd curl -I http://backend:8080/healthsys-cmd netstat -an | grep ESTABLISHED | wc
PIPE OPERATIONS

Filter & Transform Output

Chain up to 8 pipe commands to filter, sort, and save command output

grepFilter lines by pattern
wcCount lines/words/chars
sortSort lines
headShow first N lines
tailShow last N lines
uniqRemove duplicate lines
cutExtract columns
to-fileWrite to file

Example: Capture HTTP traffic and save to file

sys-cmd tcpdump -c 100 | grep "HTTP" | to-file capture.txt
CLI EXPLORER

Command Reference

Search and explore 400+ CLI commands for configuration and management

444 commands found
Loading commands...

Select a command to view details

IN ACTION

Web Console Interface

See the CLI in action — diagnostic commands from your browser

TR7 Web Console interactive CLI interface

Interactive CLI

Run diagnostic commands directly from the web interface. Tab completion, command history, and instant results.

TR7 Web Console command output example

Command Output

Results displayed instantly. Save output to files for download or pipe through filters for analysis.

Experience the CLI

See how TR7 Web Console accelerates troubleshooting and configuration management