Common workflows
title: Common workflows description: Practical WebUI workflows for operators: create boundaries, enroll components, and troubleshoot.
This page focuses on repeatable operator workflows in WebUI.
Workflow 1: Create group and network boundary
- Open Groups and create a group for an ownership unit (for example,
platform). - Open Networks and create a network with non-overlapping CIDR.
- Verify the network appears under the expected group.
Diagram (text)
Group created -> Network attached -> future nodes inherit ownership context
Workflow 2: Register gateway control components
- Generate gateway-manager join key.
- Run gateway-manager and verify it appears in Agents.
- Generate gateway-daemon join key.
- Run gateway-daemon and verify it appears in Gateways with healthy status.
Checks
- heartbeat timestamps update,
- runtime metadata (OS/interfaces) is present,
- region assignment matches your topology.
Workflow 3: Add a node and generate config
- Open Nodes and add a node in the target network.
- Use node details or connect flow to generate WireGuard config.
- Apply config on test host and verify node state transitions to online.
Detailed wizard behavior and import flow:
Workflow 4: Validate routing behavior
- Confirm the network routing policy (auto/manual, vpn_only/full_tunnel).
- Verify ingress/egress device selection where applicable.
- Check tunnel counters and handshake recency.
Workflow 5: Incident triage path
- Start at Dashboard for broad impact.
- Check Gateways and Agents for control/runtime drift.
- Inspect affected Nodes and Tunnels.
- Review recent policy or membership changes.
- Roll back risky changes before introducing new ones.
Operational tips
- Keep naming and labels consistent across teams.
- Roll out network and routing changes in phases.
- Keep one known-good gateway path during major migrations.