DASHBOARD

Hub Dashboard

All your exposed services on one page. Share public URLs with your team, check health status, and access tools instantly.

asd tunnel share up
dashboard.asd.engineer

My Project

Active services: 5

Application Services

Your main app and API endpoints

  • Frontend app
  • Backend API
  • Webhooks

Developer Tools

IDE, terminal, and debugging

  • Code editor
  • Web terminal
  • Traffic inspector

Infrastructure

Database and container access

  • Database GUI
  • Container manager
  • Log viewer

Features

Service Overview

All your active services displayed on one page. See what's running at a glance.

Public URLs

Direct links to each exposed service. Share with teammates or clients instantly.

Health Status

Real-time status indicators. Know immediately if a service is healthy or needs attention.

Quick Access

One-click access to code-server, terminal, app, and debugging tools.

Team Sharing

Share the dashboard link with your team. Everyone sees the same service URLs.

No Setup Required

Dashboard URL generated automatically when you expose services via tunnel.

Access Your Dashboard

1. Start sharing your services

bash
$ asd tunnel share up

2. Get your dashboard URL

text
# Dashboard URL displayed in terminal output
→ https://dashboard.asd.engineer/myproject

3. Share with your team

text
→ Send the dashboard link to teammates
→ They can access all public service URLs

Common Uses

Client Demos

Share the dashboard with clients to show all project services at once.

Team Collaboration

Give your team one link to access dev environment, terminal, and code.

QA Testing

QA testers access app, API docs, and debugging tools from one page.

Status Monitoring

Quick health check of all services before important meetings.

Related Tools

Learn about the CLI and network TUI for local management.

Frequently Asked Questions

How do I access my dashboard?

Run 'asd tunnel share up' to start sharing. The dashboard URL will be displayed in your terminal, typically at dashboard.asd.engineer or your custom domain.

Can I share the dashboard with my team?

Yes! The dashboard URL is shareable. Anyone with the link can see your exposed services. Use authentication options if you need access control.

What's shown on the dashboard?

The dashboard shows all services you've exposed via ASD tunnels: your app, APIs, code-server, terminal, and any other tools you're running.

How is this different from asd net?

'asd net' is the terminal TUI for managing services locally. The hub dashboard is a web interface showing public URLs that you can share with others.

Ready to share your services?

Get your dashboard URL and share with your team.