Remote Access with Tailscale

Access your agent dashboard from anywhere. No port forwarding needed.

amux generates TLS certificates automatically. With Tailscale, your dashboard is accessible from any device on your tailnet — phone, laptop, or another server.

Setup

  1. Install Tailscale on your amux server and devices
  2. amux auto-detects Tailscale and generates a valid TLS cert
  3. Open https://your-tailscale-ip:8822 from any device
  4. Install as PWA on your phone for quick access

Get started with amux

Run dozens of Claude Code agents in parallel. Python 3 + tmux. Open source.

git clone https://github.com/mixpeek/amux && cd amux && ./install.sh
amux register myproject --dir ~/Dev/myproject --yolo
amux start myproject
amux serve  # → https://localhost:8822
View on GitHub