Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
Go to file
2021-10-04 17:06:53 -04:00
.github/workflows refactor join, fix network add; db retry connect; fix port issue; sqlite default 2021-09-10 17:48:24 -04:00
compose updating install docs and adding script 2021-10-03 15:50:22 -04:00
config allowing IsServer to be modified, configurable checkin time, single checkin for linux, moved cfg files 2021-10-02 12:28:17 -04:00
controllers allowing IsServer to be modified, configurable checkin time, single checkin for linux, moved cfg files 2021-10-02 12:28:17 -04:00
database refactor join, fix network add; db retry connect; fix port issue; sqlite default 2021-09-10 17:48:24 -04:00
docker updating install docs and adding script 2021-10-03 15:50:22 -04:00
docs Updating Readme 2021-10-04 09:15:25 -04:00
functions allowing IsServer to be modified, configurable checkin time, single checkin for linux, moved cfg files 2021-10-02 12:28:17 -04:00
grpc began refactoring of client 2021-08-05 12:24:16 -04:00
kube Added Volume to Netmaker-backend container spec 2021-09-18 16:58:01 -07:00
models allowing IsServer to be modified, configurable checkin time, single checkin for linux, moved cfg files 2021-10-02 12:28:17 -04:00
netclient fixing server path 2021-10-02 12:44:37 -04:00
nginx updating docs 2021-08-10 23:27:13 -04:00
old-docs auto generate clientid 2021-05-25 17:57:06 -04:00
scripts updating install docs and adding script 2021-10-03 15:50:22 -04:00
servercfg allowing IsServer to be modified, configurable checkin time, single checkin for linux, moved cfg files 2021-10-02 12:28:17 -04:00
serverctl fixed missing slash 2021-10-04 16:56:27 -04:00
test renamed integration test to *_test.go.bak until they can be fixed. Should enable the workflow action to run successfully 2021-09-06 15:36:53 -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 image now supports sqlite 2021-08-25 17:02:16 -04:00
go.mod tidying go modules 2021-09-23 00:25:28 -04:00
go.sum tidying go modules 2021-09-23 00:25:28 -04:00
LICENSE.txt updating docs 2021-04-14 13:16:56 -04:00
main.go minor cleanups 2021-09-28 14:08:16 -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 Merge branch 'master' into v0.8.2 2021-10-04 09:21:42 -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

  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

(For a more customized install, including using your own domain, head over to the quick start guide.)

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.