support.rst 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. =========
  2. Support
  3. =========
  4. FAQ
  5. ======
  6. Is Netmaker a VPN like NordNPN?
  7. --------------------------------
  8. 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.
  9. 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 a all-terrain vehicle for stock car racing.
  10. There are many good projects out there that support general internet privacy using WireGuard. Here are just a few of them:
  11. https://github.com/trailofbits/algo
  12. https://github.com/pivpn/pivpn
  13. https://github.com/subspacecloud/subspace
  14. https://github.com/mullvad/mullvadvpn-app
  15. Do you have an 'Exit Nodes' feature?
  16. ---------------------------------------
  17. Please see the :doc:`Egress Gateway <./egress-gateway>` documentation.
  18. Do you offer any business or enterprise support?
  19. ---------------------------------------------------
  20. Yes, please contact [email protected] or visit https://gravitl.com/plans.
  21. Why the SSPL License?
  22. ----------------------
  23. As of now, we think the SSPL is the best way to ensure the long-term viability of the project, but we are regularly evaluating this to see if an OSI-approved license makes more sense.
  24. We believe the SSPL lets most people run the project the way they want, for both for private use and business use, while giving us a path to maintain viability. We are working to make sure the guidelines clear, and do not want the license to impact the community's ability to use and modify the project.
  25. If you believe the SSPL will negatively impact your ability to use the project, please do not hesitate to reach out.
  26. Telemetry
  27. ==============
  28. As of v0.10.0, Netmaker collects "opt-out" telemetry data. To opt out, simply set "TELEMETRY=off" in your docker-compose file.
  29. Please consider participating in telemetry, as it helps us focus on the features and bug fixes which 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.
  30. The following is the full list of telemetry data we collect. Besides "Server Version" all data is simply an integer count:
  31. - Randomized server ID
  32. - Count of nodes
  33. - Count of "non-server" nodes
  34. - Count of external clients
  35. - Count of networks
  36. - Count of users
  37. - Count of linux nodes
  38. - Count of freebsd nodes
  39. - Count of macos nodes
  40. - Count of windows nodes
  41. - Count of docker nodes
  42. - Count of k8s nodes
  43. - Server version
  44. We use `PostHog <https://https://posthog.com/>`_, an open source and trusted framework for telemetry data.
  45. To look at exactly we collect telemetry, you can view the source code under serverctl/telemetry.go: https://github.com/gravitl/netmaker/blob/master/serverctl/telemetry.go
  46. Contact
  47. ===========
  48. If you need help, try the discord or open a GitHub ticket.
  49. Email: [email protected]
  50. Discord: https://discord.gg/zRb9Vfhk8A