ASD CLI

Network Management Dashboard

asd net

All your services. One terminal.

asd net
ASD Net terminal interface showing 12 services with status indicators
Services, tunnels, health checks - all in one TUI.

Auto-Detection

Python, Node, PHP, Ruby - detected automatically. No config needed.

Tunnel Control

Start/stop per service. Direct or Caddy-routed.

Keyboard First

Vim bindings. Navigate without reaching for mouse.

How It Works

1

Install

One-liner. No dependencies.

curl asd.host/install.sh | sh
2

Launch

Open the TUI.

asd net
3

Done

See all your services.

Scenarios

Starting microservices...

asd net shows all 12 services. Toggle tunnels individually.

Debugging webhooks...

Open mitmproxy directly. Inspect traffic in seconds.

Sharing with team...

Tunnels expose your local services. Share one URL.

Frequently Asked Questions

What does asd net show?

asd net opens an interactive terminal interface showing all detected and configured services. You see their status, ports, tunnel mode, and can start/stop them or open their URLs directly.

Do I need technical knowledge?

No. The interface is visual - green means running, red means stopped. You can see the status at a glance without knowing any commands.

What routing modes are available?

ASD supports path-based routing via Caddy (e.g., demo.tunnel.asd.host/code) and direct tunnels. Each service can choose its own mode.

Can I use asd net without configuration?

Yes! ASD auto-detects services from Python, Ruby, PHP, Node, and TCP connections. Without asd.yaml, detected services appear automatically.

Ready to get started?

One command. Instant results.