Skip to content

OOB Access (Out-of-Band)

m1nd is designed for out-of-band network operations. The OOB Access section provides VPN tunnel management directly from the dashboard.

ZeroTier

  • Join/leave ZeroTier networks from the UI
  • Toggle service on/off
  • View node status and network details

Setup

bash
curl -s https://install.zerotier.com | sudo bash
sudo systemctl enable --now zerotier-one

Then manage from OOB Access > ZeroTier in the dashboard.

Tailscale

  • Bring up/down the Tailscale tunnel
  • Get login URL for unattended authentication
  • View connection status

Setup

bash
curl -fsSL https://tailscale.com/install.sh | sh
sudo systemctl enable --now tailscaled

Then manage from OOB Access > Tailscale in the dashboard.

Why OOB?

Out-of-band access means you can reach the m1nd host even when the primary network path is down. This is critical for:

  • Remote site recovery — reach a branch office when the main WAN link is down
  • Emergency diagnostics — run network tools from a host with local network access
  • Tunnel monitoring — verify IPsec/VPN tunnels from both sides
  • Zero-trust access — Tailscale/ZeroTier provide encrypted, authenticated tunnels without exposing ports

Released under the MIT License.