Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gravitl/netmaker
Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
https://github.com/gravitl/netmaker
cloud devsecops k8s kubernetes mesh mesh-network network networking overlay-network security self-hosted virtual-network virtual-networking vpn vpn-server wg-quick wireguard wireguard-ui wireguard-vpn zero-trust
Last synced: about 19 hours ago
JSON representation
Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
- Host: GitHub
- URL: https://github.com/gravitl/netmaker
- Owner: gravitl
- License: other
- Created: 2021-03-25T15:33:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T07:27:24.000Z (8 days ago)
- Last Synced: 2024-11-11T08:27:11.441Z (8 days ago)
- Topics: cloud, devsecops, k8s, kubernetes, mesh, mesh-network, network, networking, overlay-network, security, self-hosted, virtual-network, virtual-networking, vpn, vpn-server, wg-quick, wireguard, wireguard-ui, wireguard-vpn, zero-trust
- Language: Go
- Homepage: https://netmaker.io
- Size: 263 MB
- Stars: 9,499
- Watchers: 81
- Forks: 552
- Open Issues: 170
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-wireguard - gravitl/netmaker - Netmaker is a VPN platform that automates WireGuard from homelab to enterprise. The key distinctions in their solutions are: fast because it can use kernel WireGuard (instead of userspace WireGuard, which is slower), tailored towards the Cloud and Kubernetes, and fully self-hostable. (Projects / Mesh Network)
- awesome-rainmana - gravitl/netmaker - Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks. (Go)
- awesome-repositories - gravitl/netmaker - Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks. (Go)
- awesome-starred - gravitl/netmaker - Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks. (self-hosted)
- awesome-ops - gravitl/netmaker - 03-25|2024-10-04 | Netmaker使用WireGuard构建网络。Netmaker自动化了快速、安全和分布式的虚拟网络 | (VPN)
- awesome-homelab - Netmaker
- awesome-technostructure - gravitl/netmaker
- awesome-technostructure - gravitl/netmaker
README
# WireGuard® automation from homelab to enterprise
| Create | Manage | Automate |
|-------------------------------------------|-----------------------------------------|-----------------------------------------|
| :heavy_check_mark: WireGuard Networks | :heavy_check_mark: Admin UI | :heavy_check_mark: Linux |
| :heavy_check_mark: Remote Access Gateways | :heavy_check_mark: OAuth | :heavy_check_mark: Docker |
| :heavy_check_mark: Mesh VPNs | :heavy_check_mark: Private DNS | :heavy_check_mark: Mac |
| :heavy_check_mark: Site-to-Site | :heavy_check_mark: Access Control Lists | :heavy_check_mark: Windows |# Try Netmaker SaaS
If you're looking for a managed service, you can get started with just few clicks, visit [netmaker.io](https://account.netmaker.io) to create your netmaker server.
# Self-Hosted Open Source Quick Start
These are the instructions for deploying a Netmaker server on your own cloud VM as quickly as possible. For more detailed instructions, visit the [Install Docs](https://docs.netmaker.io/docs/server-installation/quick-install#quick-install-script).
1. Get a cloud VM with Ubuntu 22.04 and a public IP.
2. Open ports 443, 80, 3479, 8089 and 51821-51830/udp on the VM firewall and in cloud security settings.
3. (recommended) Prepare DNS - Set a wildcard subdomain in your DNS settings for Netmaker, e.g. *.netmaker.example.com, which points to your VM's public IP.
4. Run the script to setup open source version of Netmaker:`sudo wget -qO /root/nm-quick.sh https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh && sudo chmod +x /root/nm-quick.sh && sudo /root/nm-quick.sh`
**
To Install Self-Hosted PRO Version - https://docs.netmaker.io/docs/server-installation/netmaker-professional-setup**
After installing Netmaker, check out the [Walkthrough](https://itnext.io/getting-started-with-netmaker-a-wireguard-virtual-networking-platform-3d563fbd87f0) and [Getting Started](https://docs.netmaker.io/docs/getting-started) guides to learn more about configuring networks. Or, check out some of our other [Tutorials](https://www.netmaker.io/blog) for different use cases, including Kubernetes.
# Get Support
- [Discord](https://discord.gg/zRb9Vfhk8A)
- [Reddit](https://reddit.com/r/netmaker)
- [Learning Resources](https://netmaker.io/blog)
# 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
- [Netmaker + Traefik Proxy](https://github.com/bsherman/netmaker-traefik)
- [OpenWRT Netclient Packager](https://github.com/sbilly/netmaker-openwrt)
- [Golang GUI](https://github.com/mattkasun/netmaker-gui)
- [CoreDNS Plugin](https://github.com/gravitl/netmaker-coredns-plugin)
- [Multi-Cluster K8S Plugin](https://github.com/gravitl/netmak8s)
- [Terraform Provider](https://github.com/madacluster/netmaker-terraform-provider)
- [VyOS Integration](https://github.com/kylechase/vyos-netmaker)
- [Netmaker K3S](https://github.com/geragcp/netmaker-k3s)
- [Run Netmaker + Netclient with Podman](https://github.com/agorgl/nm-setup)
## Disclaimer
[WireGuard](https://wireguard.com/) is a registered trademark of Jason A. Donenfeld.## License
Netmaker's source code and all artifacts in this repository are freely available.
All content that resides under the "pro/" directory of this repository, if that
directory exists, is licensed under the license defined in "pro/LICENSE".
All third party components incorporated into the Netmaker Software are licensed
under the original license provided by the owner of the applicable component.
Content outside of the above mentioned directories or restrictions above is
available under the "Apache Version 2.0" license as defined below.
All details for the licenses used can be found here: [LICENSE.md](./LICENSE.md).