> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fly.io/llms.txt
> Use this file to discover all available pages before exploring further.

# fly wireguard

Commands that manage WireGuard peer connections

## Usage

```
fly wireguard [command] [flags]
```

## Available Commands

* [create](/flyctl/cmd/fly_wireguard_create)	 - Add a WireGuard peer connection
* [list](/flyctl/cmd/fly_wireguard_list)	 - List all WireGuard peer connections
* [remove](/flyctl/cmd/fly_wireguard_remove)	 - Remove a WireGuard peer connection
* [reset](/flyctl/cmd/fly_wireguard_reset)	 - Reset WireGuard peer connection for an organization
* [websockets](/flyctl/cmd/fly_wireguard_websockets)	 - Enable or disable WireGuard tunneling over WebSockets

## Options

```
  -h, --help   help for wireguard
```

## Global Options

```
  -t, --access-token string   Fly API Access Token
      --debug                 Print additional logs and traces
      --verbose               Verbose output
```

## See Also

* [fly](/flyctl/cmd/fly_help)	 - The Fly.io command line interface
