> For the complete documentation index, see [llms.txt](https://learn.netmaker.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.netmaker.io/references/faq.md).

# FAQ

<details>

<summary>Is Netmaker a VPN like NordVPN?</summary>

No. Netmaker makes Virtual Networks, which are technically VPNs, but different. It’s more like a corporate VPN, or a VPC (if you’re familiar with AWS). Netmaker is often compared to OpenVPN, Tailscale, or Nebula.

If you’re looking to achieve self-hosted web browsing, with functionality similar to NordVPN, ExpressVPN, Surfshark, Tunnelbear, or Private Internet Access, this is probably not the project for you. Technically, you can accomplish this with Netmaker, but it would be a little like using an all-terrain vehicle for stock car racing.

There are many good projects out there that support general internet privacy using WireGuard. Here are just a few of them:

* <https://github.com/trailofbits/algo>
* <https://github.com/pivpn/pivpn>
* <https://github.com/subspacecloud/subspace>
* <https://github.com/mullvad/mullvadvpn-app>

</details>

<details>

<summary>Do you have an ‘Exit Nodes’ feature?</summary>

Please see the Egress Gateway documentation: <https://docs.v2.netmaker.io/guide/features/egress>

</details>

<details>

<summary>Do you offer any business or professional support?</summary>

Yes, please contact <help@netmaker.io> or visit <https://gravitl.com/plans>

</details>

<details>

<summary>Telemetry</summary>

As of v0.10.0, Netmaker collects “opt-out” telemetry data. To opt out, set `TELEMETRY=off` in your `netmaker.env` file.

Please consider participating in telemetry, as it helps the team focus on the features and bug fixes that are most useful to users. Netmaker is a broad platform, and without this data, it is difficult to know where the team should spend its limited resources.

The following is the full list of telemetry data we collect. Besides “Server Version” all data is simply an integer count:

* Randomized server ID
* Count of nodes
* Count of “non-server” nodes
* Count of Remote Access Clients
* Count of networks
* Count of users
* Count of linux nodes
* Count of freebsd nodes
* Count of macos nodes
* Count of windows nodes
* Count of docker nodes
* Count of k8s nodes
* Server version

We use PostHog, an open source and trusted framework for telemetry data: <https://posthog.com/>

To look at exactly what we collect, view the source code under `serverctl/telemetry.go`: <https://github.com/gravitl/netmaker/blob/master/serverctl/telemetry.go>

</details>

<details>

<summary>Contact</summary>

If you need help, try the Discord or open a GitHub ticket.

* Email: <info@gravitl.com>
* Discord: <https://discord.gg/zRb9Vfhk8A>

</details>


---

# 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://learn.netmaker.io/references/faq.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.
