> For the complete documentation index, see [llms.txt](https://kipavy.gitbook.io/it-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kipavy.gitbook.io/it-wiki/self-hosting/remote-access.md).

# Remote Access

| Tailscale (ZTNA/VPN Mesh)            | Private Network (Peer-to-Peer VPN) | Zero-config WireGuard VPN, NAT traversal.                                                        | Securely accessing management/internal services (SSH, RDP) for a defined group of users/devices.          |
| ------------------------------------ | ---------------------------------- | ------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------- |
| Cloudflare Tunnels (ZTNA/Tunnel)     | Outbound Tunnel to Public Cloud    | Exposing services without opening ports on your firewall; integrated Zero Trust access controls. | Exposing web services publicly or to authenticated users (Zero Trust), even behind CGNAT.                 |
| Reverse Proxy (e.g., Nginx, Traefik) | Publicly Exposed Gateway           | Centralized routing, SSL termination, and caching for web traffic.                               | Publicly exposing multiple web services on a single port/IP (requires a public IP or Cloudflare Tunnels). |


---

# 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:

```
GET https://kipavy.gitbook.io/it-wiki/self-hosting/remote-access.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
