WireGuard
WireGuard is a gateway-based egress provider type in Kasm. Use it for low-overhead, gateway-based tunneling with WireGuard configs and private-key credential handling.
Typical inputs
- Provider type:
Wireguard. - Gateway config: the WireGuard peer and network configuration.
- Credential model: user-specific private key material stored in Kasm egress credentials.
Best-fit use cases
- Environments that already standardize on WireGuard for secure transport.
- Deployments that require user-scoped key management.
Setup pattern
- Create an egress provider with the type Wireguard.
- Add one or more WireGuard gateways.
- Map the provider to users, groups, or Workspaces.
- Create egress credentials with the WireGuard private key.
- Launch a workspace and select a gateway.