architecture.rst 812 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ===============
  2. Architecture
  3. ===============
  4. Core Concepts
  5. ==============
  6. WireGuard
  7. ----------
  8. Netmaker
  9. --------
  10. Netmaker UI
  11. ------------
  12. Netclient
  13. ---------
  14. CoreDNS
  15. --------
  16. SystemD
  17. -------
  18. Compatible Systems
  19. ==================
  20. To manage a server automatically, Netmaker requires **systemd-based linux.** Compatible systems include:
  21. - Fedora
  22. - Ubuntu
  23. - Debian
  24. - Mint
  25. - SUSE
  26. - RHEL
  27. - Raspian.
  28. - Arch
  29. - CentOS
  30. - CoreOS
  31. To manage DNS (optional), the server must have systemd-resolved. Systems that have this enabled include:
  32. - Arch
  33. - Debian
  34. - Ubuntu
  35. - SUSE
  36. In future releases, we will support other platforms such as Windows, MacOS, iOS, Android, and more.
  37. Limitations
  38. ===========