Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
Go to file
2021-10-25 16:51:26 -04:00
.github change version of ubuntu 2021-10-19 15:53:01 -04:00
auth added azure sign in 2021-10-22 15:07:45 -04:00
compose updating compose versions 2021-10-20 11:55:30 -04:00
config began oauth implementation 2021-10-21 15:28:58 -04:00
controllers updated logs, ensured admins could not be edited 2021-10-25 16:38:59 -04:00
database good first draft, fixed test 2021-10-21 20:32:23 -04:00
dnslogic code linting 2021-10-08 15:07:12 -04:00
docker userspace logic 2021-10-14 22:03:05 -04:00
docs fixing doc version 2021-10-19 21:00:20 -04:00
functions added ability to remove local instance of netmaker 2021-10-20 09:22:05 -04:00
grpc began refactoring of client 2021-08-05 12:24:16 -04:00
kube change version of ubuntu 2021-10-19 15:53:01 -04:00
logic updated logs, ensured admins could not be edited 2021-10-25 16:38:59 -04:00
models changed to dissallow udp hole punch on server nodes 2021-10-15 08:39:10 -04:00
netclient format and update version in readme 2021-10-25 16:51:26 -04:00
nginx updating docs 2021-08-10 23:27:13 -04:00
relay code linting 2021-10-08 15:07:12 -04:00
scripts netclient script hotfix 2021-10-20 12:29:59 -04:00
servercfg format and update version in readme 2021-10-25 16:51:26 -04:00
serverctl merging userspace work 2021-10-14 23:38:01 -04:00
test updating README 2021-10-07 10:11:52 -04:00
.dockerignore reorg of dockerfiles 2021-10-07 11:12:25 -04:00
.gitignore fixed window bug? removed binaries 2021-09-21 16:43:05 -04:00
defaultvalues.sh hotfixes for repo. Now works. 2021-03-25 22:29:36 -04:00
Dockerfile reorg of dockerfiles 2021-10-07 11:12:25 -04:00
go.mod initialized 2021-10-20 14:17:31 -04:00
go.sum change version of ubuntu 2021-10-19 15:53:01 -04:00
LICENSE.txt updating docs 2021-04-14 13:16:56 -04:00
main.go google oauth implmented 2021-10-22 09:47:29 -04:00
mesh-diagram.png first commit 2021-03-25 12:17:52 -04:00
netmaker.png Add files via upload 2021-03-29 15:18:51 -04:00
README.md format and update version in readme 2021-10-25 16:51:26 -04:00

Create and control automated virtual networks.

WireGuard® Automation from Homelab to Enterprise

  • Peer-to-Peer Mesh Networks
  • Site-to-Site Gateways
  • Private DNS
  • Kubernetes Multi-Cloud
  • Linux, Mac, Windows, iPhone, and Android

Get Started in 5 Minutes

For production-grade installations, visit the Install Docs.
For an HA install using helm on k8s, visit the Helm Repo.

  1. Get a cloud VM with Ubuntu 20.04 and a public IP.
  2. Open ports 443, 53, and 51821-51830/udp on the VM firewall and in cloud security settings.
  3. Run the script:

sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/develop/scripts/nm-quick.sh | bash

After installing Netmaker, check out the Walkthrough and Getting Started guide to begin setting up networks. Or, check out some of our other Tutorials for different use cases, including Kubernetes.

Why Netmaker + WireGuard?

  • Netmaker automates virtual networks between data centers, clouds, and edge devices, so you don't have to.

  • Kernel WireGuard offers maximum speed, performance, and security.

  • Netmaker is built to scale from the small business to the enterprise.

  • Netmaker with WireGuard can be highly customized for peer-to-peer, site-to-site, Kubernetes, and more.

Get Support

Disclaimer

WireGuard is a registered trademark of Jason A. Donenfeld.

License

Netmaker's source code and all artifacts in this repository are freely available. All versions are published under the Server Side Public License (SSPL), version 1, which can be found here: LICENSE.txt.