> For the complete documentation index, see [llms.txt](https://docs.islandrouter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer.md).

# vpn peer

- [vpn peer generate client](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-generate-client.md): Creates a VPN and generates a configuration suitable for import into a WireGuard VPN client.
- [vpn peer host](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-host.md): Specify the host name or IP address of a VPN peer.
- [vpn peer local-ip](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-local-ip.md): Controls the assignment of a local IP address to the VPN for network address translation (NAT).
- [vpn peer mac](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-mac.md): Specify the host name or IP address of a VPN peer.
- [vpn peer name](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-name.md): Specify a description name for a VPN peer.
- [vpn peer public-key](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-public-key.md): Specify a VPN peer's public key.
- [vpn peer remote-ip](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-remote-ip.md): Assigns an IP address to a VPN peer.
- [vpn peer route](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-route.md): Assigns a route to a VPN.
- [vpn peer shutdown](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-shutdown.md): Disbles a VPN.
- [vpn peer unapproved](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-unapproved.md): Disables a VPN and marks it as "unapproved".
- [vpn peer visible](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-visible.md): Controls whether the Island's management plane can send traffic over a VPN.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
