Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
Go to file
2021-10-15 17:46:08 -04:00
.github Disable github workflow steps for Pull Requests 2021-10-07 21:59:34 -04:00
compose adding userspace docker server implementation 2021-10-08 22:46:39 -04:00
config adding userspace docker server implementation 2021-10-08 22:46:39 -04:00
controllers code linting 2021-10-08 15:07:12 -04:00
database adding userspace docker server implementation 2021-10-08 22:46:39 -04:00
dnslogic code linting 2021-10-08 15:07:12 -04:00
docker adding userspace docker server implementation 2021-10-08 22:46:39 -04:00
docs updating README 2021-10-07 10:11:52 -04:00
functions code linting 2021-10-08 15:07:12 -04:00
grpc began refactoring of client 2021-08-05 12:24:16 -04:00
kube adding helm charts 2021-10-14 08:50:20 -04:00
logic adding userspace docker server implementation 2021-10-08 22:46:39 -04:00
models adding userspace docker server implementation 2021-10-08 22:46:39 -04:00
netclient feat(netclient): config file cleanup on linux 2021-10-15 18:22:37 +02:00
nginx updating docs 2021-08-10 23:27:13 -04:00
relay code linting 2021-10-08 15:07:12 -04:00
scripts updating README 2021-10-07 10:11:52 -04:00
servercfg adding userspace docker server implementation 2021-10-08 22:46:39 -04:00
serverctl adding userspace docker server implementation 2021-10-08 22:46:39 -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 postgres working 2021-10-08 13:11:31 -04:00
go.sum postgres working 2021-10-08 13:11:31 -04:00
LICENSE.txt updating docs 2021-04-14 13:16:56 -04:00
main.go code linting 2021-10-08 15:07:12 -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 updating README 2021-10-07 10:11:52 -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.

  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.