Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
Go to file
cameronts 38e4950ed1 Fixed by adding validation tags.
To test: run go test ./... -test.v (tested with go 1.18.4).
2022-07-20 12:32:48 -07:00
.github remove pr-approval workflow 2022-07-18 16:07:36 -04:00
auth add oidc provider for auth 2022-06-25 23:47:00 +08:00
compose updating composes 2022-07-07 15:57:19 -04:00
config re-add server mq port 2022-07-07 14:08:24 -04:00
controllers Fixed by adding validation tags. 2022-07-20 12:32:48 -07:00
database adding functions to handle certs in DB 2022-06-30 21:56:11 -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 adding newline so github is happy 2022-07-18 16:07:36 -04:00
logger GRA-414: add verbose level 4 2022-07-18 16:07:36 -04:00
logic fix egress on server 2022-07-06 13:52:05 -04:00
models Fixed by adding validation tags. 2022-07-20 12:32:48 -07:00
mq GRA-414: check for empty records 2022-07-18 16:07:36 -04:00
netclient code review changes 2022-07-18 16:07:36 -04:00
nginx remove references to grpc/comms net 2022-04-21 15:53:44 -04:00
scripts change link on quick start 2022-07-07 10:58:04 -04:00
servercfg GRA-414: add verbose level 4 2022-07-18 16:07:36 -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 #1288 from gravitl/dependabot/go_modules/develop/github.com/stretchr/testify-1.8.0 2022-07-06 13:44:49 -04:00
go.sum Merge pull request #1288 from gravitl/dependabot/go_modules/develop/github.com/stretchr/testify-1.8.0 2022-07-06 13:44:49 -04:00
LICENSE.txt updating docs 2021-04-14 13:16:56 -04:00
main.go added option for insecure mqtt connections 2022-07-07 15:38:13 -04:00
README.md updated readme 2022-07-07 10:18:55 -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.