VPN Network Service - Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
#nebula #tailscale #mesh #vpn #golang #go #overlay #meshvpn
|
4 年 前 | |
---|---|---|
.github | 6f9da311ef add test branch PR and manual gen of docker images | 4 年 前 |
config | de3d81db3a configs mostly working. Need to add in public dns default check. | 4 年 前 |
controllers | 2199e4f2f8 adding ipv6 responses | 4 年 前 |
docs | 154f376cb4 Update USAGE.md | 4 年 前 |
functions | 4ddd83aefb new config fully functional | 4 年 前 |
grpc | 45eb3b4466 added ipv6 responses | 4 年 前 |
models | 45eb3b4466 added ipv6 responses | 4 年 前 |
mongoconn | de3d81db3a configs mostly working. Need to add in public dns default check. | 4 年 前 |
netclient | 3dafbc0daa now able to add ipv6 address to iface | 4 年 前 |
scripts | 2b77ae6723 dns server setup | 4 年 前 |
servercfg | de3d81db3a configs mostly working. Need to add in public dns default check. | 4 年 前 |
serverctl | de3d81db3a configs mostly working. Need to add in public dns default check. | 4 年 前 |
test | 4ddd83aefb new config fully functional | 4 年 前 |
.gitignore | 0bacbd9f6c first commit | 4 年 前 |
Dockerfile | 2b77ae6723 dns server setup | 4 年 前 |
LICENSE.txt | 375482c16d updating docs | 4 年 前 |
README.md | 22a3209295 Update README.md | 4 年 前 |
defaultvalues.sh | e489a18492 hotfixes for repo. Now works. | 4 年 前 |
docker-compose.nodns.yml | 45eb3b4466 added ipv6 responses | 4 年 前 |
docker-compose.yml | 45eb3b4466 added ipv6 responses | 4 年 前 |
go.mod | 45eb3b4466 added ipv6 responses | 4 年 前 |
go.sum | 482c8616aa created dns api but no testing yet | 4 年 前 |
group_test.go | bf072895be updating tests | 4 年 前 |
main.go | 4ddd83aefb new config fully functional | 4 年 前 |
mesh-diagram.png | 0bacbd9f6c first commit | 4 年 前 |
netmaker-install-v3.sh | 1fd30c0a71 saving netclient changes | 4 年 前 |
netmaker.png | ba711d1b39 Add files via upload | 4 年 前 |
Connect any computers together over a secure, fast, private network, and manage multiple networks from a central server.
Netmaker is a tool for creating and managing virtual networks. The goal is to provide functionality similar to Tailscale, ZeroTier, and Nebula, but faster, easier, and more dynamic. It should be like clicking a button. Netmaker consists of a server, an agent, and a UI. You spin up the Netmaker server and then install netclient (the agent) on your computers. Netmaker will do the rest. It will tell all of your computers how to reach each other and will keep them informed of any changes to the network.
Netmaker's handy dandy UI can be found here.
Under the hood, Netmaker uses WireGuard to create encrypted tunnels between every node in your virtual network, creating a full mesh overlay. Netmaker takes the work out of manually configuring machines with WireGuard and updating them every time you have a change in your network. The netclient agent is self-updating and pulls any necessary changes (such as new peers) from the server.
Netmaker works on most linux systems that have systemd. It works with Fedora, Ubuntu, and Raspian. Just make sure you have WireGuard installed. Having a problem? Open an issue or Contact us.
In future releases, we have plans to support other platforms such as Windows and MacOS.
For more information, please read the docs, or check out the Quick Start below:
Intro/Overview Video Tutorial
Site-to-Site Video Tutorial
Netmaker v0.2 introduces the server as a 'client'. This means the server can add itself into networks if you would like. To do so, Netmaker requires privileged access where it is running, and needs to modify the host filesystem. To run in this mode, we are not currently using Docker.
If you would like to run with "client mode", you can use the following script to deploy:
sudo curl -sfL https://raw.githubusercontent.com/gravitl/netmaker/v0.2/netmaker-install-clientmode.sh | sudo SERVER_DOMAIN=< your server IP > sh -
If you would like to run without "client mode", and manually add/remove the server from networks:
sudo docker-compose up
A command will be displayed when you generate a token for signing up nodes. Run it on each machine you would like to connect.
curl -sfL https://raw.githubusercontent.com/gravitl/netmaker/v0.2/netclient-install.sh | KEY=<your access key> sh -
(Note: Key can be left out if manual node signup is enabled)
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.
Email: [email protected]
Discord: https://discord.gg/zRb9Vfhk8A