netmaker/README.md

53 lines
2.2 KiB
Markdown
Raw Normal View History

2021-03-26 00:17:52 +08:00
<p align="center">
2021-10-04 19:16:13 +08:00
<img src="netmaker.png" width="75%"><break/>
2021-03-26 00:17:52 +08:00
</p>
<p align="center">
2021-10-04 19:16:13 +08:00
<i>Create and control automated virtual networks.</i>
2021-03-26 00:17:52 +08:00
</p>
2021-10-04 19:16:13 +08:00
# WireGuard® Automation from Homelab to Enterprise
- [x] Peer-to-Peer Mesh Networks
- [x] Site-to-Site Gateways
- [x] Private DNS
- [x] Kubernetes Multi-Cloud
- [x] Linux, Mac, Windows, iPhone, and Android
2021-10-04 19:16:13 +08:00
# Get Started in 5 Minutes
2021-10-04 19:16:13 +08:00
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:
2021-10-04 04:02:31 +08:00
`sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/develop/scripts/nm-quick.sh | bash`
2021-10-04 19:16:13 +08:00
<img src="./docs/images/install-server.gif" width="50%" /><img src="./docs/images/visit-website.gif" width="50%" />
2021-10-04 19:16:13 +08:00
(For a more customized install, including using your own domain, head over to [the quick start guide](https://docs.netmaker.org/quick-start.html).)
2021-10-04 19:16:13 +08:00
After installing Netmaker, check out the [Walkthrough](https://itnext.io/getting-started-with-netmaker-a-wireguard-virtual-networking-platform-3d563fbd87f0) and [Getting Started](https://netmaker.readthedocs.io/en/master/getting-started.html) guide to begin setting up networks. Or, check out some of our other [Tutorials](https://gravitl.com/resources) for different use cases, including Kubernetes.
2021-10-04 19:16:13 +08:00
# Why Netmaker + WireGuard?
2021-10-04 19:16:13 +08:00
- Netmaker automates virtual networks between data centers, clouds, and edge devices, so you don't have to.
2021-10-04 19:16:13 +08:00
- Kernel WireGuard offers maximum speed, performance, and security.
2021-03-30 04:10:18 +08:00
2021-10-04 19:16:13 +08:00
- Netmaker is built to scale from the small business to the enterprise.
2021-03-26 00:17:52 +08:00
2021-10-04 19:16:13 +08:00
- Netmaker with WireGuard can be highly customized for peer-to-peer, site-to-site, Kubernetes, and more.
2021-03-26 00:17:52 +08:00
2021-10-04 19:16:13 +08:00
# Get Support
2021-03-26 00:17:52 +08:00
2021-10-04 19:16:13 +08:00
- [Community (Discord)](https://discord.gg/zRb9Vfhk8A)
2021-03-26 00:17:52 +08:00
2021-10-04 19:16:13 +08:00
- [Business (Subscription)](https://gravitl.com/plans/business)
2021-03-26 00:17:52 +08:00
2021-10-04 19:16:13 +08:00
- [Email](mailto:info@gravitl.com)
2021-03-26 00:17:52 +08:00
2021-10-04 19:16:13 +08:00
## Disclaimer
[WireGuard](https://wireguard.com/) is a registered trademark of Jason A. Donenfeld.
2021-03-30 05:30:52 +08:00
2021-10-04 19:16:13 +08:00
## 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](./LICENSE.txt).