Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
Go to file
dcarns a7ff340692
Merge pull request #1493 from Hintay/master
Fix panic if interfaces does not have any mac address
2022-08-29 09:06:32 -04:00
.github update version numbers 2022-08-26 11:33:35 -04:00
auth remove comment 2022-08-04 10:04:51 -04:00
compose update version numbers 2022-08-26 11:33:35 -04:00
config Lowercased publicipservice. 2022-07-28 10:16:50 -07:00
controllers adding gateway routes for peers 2022-08-22 16:44:04 -04:00
database added better state management to make OAuth sign-ins HA 2022-08-04 10:03:39 -04:00
docker restore 1883 to mq conf 2022-07-08 08:47:17 -04:00
functions changes from code review 2022-04-18 18:21:55 -04:00
img updated readme 2022-06-21 15:17:10 -04:00
k8s update version numbers 2022-08-26 11:33:35 -04:00
logger Updated to use logger.Log for PUBLIC_IP_SERVICE checks at verbosity of 3. Required some updates elsewhere to allowing using logger.Log from servercfg package. 2022-07-27 07:32:24 -07:00
logic fix nft rules for internet gateway 2022-08-25 14:55:03 -04:00
models Merge pull request #1467 from gravitl/refactor_v0.14.7_server_routing 2022-08-22 09:37:10 -04:00
mq update lastcheckin in addition to lastmodified on node update 2022-08-18 08:14:37 -04:00
netclient Fix panic if interfaces does not have any mac address 2022-08-28 20:14:01 +08:00
nginx remove references to grpc/comms net 2022-04-21 15:53:44 -04:00
scripts Merge pull request #1486 from Gromina/master 2022-08-26 10:42:17 -04:00
servercfg too many logs, removing some 2022-08-23 17:23:21 -04:00
serverctl re-add server mq port 2022-07-07 14:08:24 -04:00
test remove references to grpc/comms net 2022-04-21 15:53:44 -04:00
tls initial changes to make cert <-> broker comms work 2022-07-05 15:04:45 -04:00
validation refactored logic 2021-10-26 12:50:34 -04:00
.dockerignore reorg of dockerfiles 2021-10-07 11:12:25 -04:00
.fpm add rpms 2022-03-09 15:28:39 -05:00
.gitignore removing windows installer portions 2022-05-15 20:26:38 -04:00
CONTRIBUTING.md Create CONTRIBUTING.md 2022-01-20 08:19:23 -05:00
dev.yaml Remove config.Server.Debug 2022-05-09 09:49:17 -04:00
Dockerfile speedup docker builds 2022-04-22 06:51:09 -04:00
go.mod Merge pull request #1457 from gravitl/dependabot/go_modules/develop/github.com/urfave/cli/v2-2.11.2 2022-08-22 09:44:22 -04:00
go.sum Merge pull request #1457 from gravitl/dependabot/go_modules/develop/github.com/urfave/cli/v2-2.11.2 2022-08-22 09:44:22 -04:00
LICENSE.txt updating docs 2021-04-14 13:16:56 -04:00
main.go Updated to use logger.Log for PUBLIC_IP_SERVICE checks at verbosity of 3. Required some updates elsewhere to allowing using logger.Log from servercfg package. 2022-07-27 07:32:24 -07:00
README.md adding exta versions 2022-08-26 12:15:31 -04:00
SECURITY.md Update SECURITY.md 2022-02-12 12:56:57 -05:00

ROSS Index - Fastest Growing Open-Source Startups in Q1 2022 | Runa Capital Y-Combinator

WireGuard® automation from homelab to enterprise

Create Manage Automate
✔️ WireGuard Networks ✔️ Admin UI ✔️ Linux
✔️ Remote Access Gateways ✔️ OAuth ✔️ FreeBSD
✔️ Mesh VPNs ✔️ Private DNS ✔️ Mac
✔️ Site-to-Site ✔️ Access Control Lists ✔️ Windows

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 and 51821-51830/udp on the VM firewall and in cloud security settings.
  3. Run the script: wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh | sudo bash
    3.a. (with custom domain + email): wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh | sudo bash -s -- -d mynetmaker.domain.com -e example@email.com

After installing Netmaker, check out the Walkthrough and Getting Started guides to learn more about configuring networks. Or, check out some of our other Tutorials for different use cases, including Kubernetes.

Get Support

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.

Community Projects

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.