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 | b4afb373bf github action to run integration tests on push | 4 жил өмнө |
config | f61f6b1227 create default network on startup | 4 жил өмнө |
controllers | e6ccf7a4a1 removed duplicate code from merge conflict | 4 жил өмнө |
docs | 1354b1ef69 bugfix_v0.2_site2site | 4 жил өмнө |
functions | e2ec093eaf iptables now being set by client | 4 жил өмнө |
grpc | 9839cbd806 adding gateway functionality | 4 жил өмнө |
models | 675a6ad284 updating models | 4 жил өмнө |
mongoconn | 2ea497c6ff massive number of changes to schema and error handling. | 4 жил өмнө |
netclient | 811c745581 iptables now being set by client | 4 жил өмнө |
serverctl | e2ec093eaf iptables now being set by client | 4 жил өмнө |
test | b540dbd83e skip more tests | 4 жил өмнө |
.gitignore | 0bacbd9f6c first commit | 4 жил өмнө |
Dockerfile | 0bacbd9f6c first commit | 4 жил өмнө |
LICENSE.txt | 375482c16d updating docs | 4 жил өмнө |
README.md | 375482c16d updating docs | 4 жил өмнө |
defaultvalues.sh | e489a18492 hotfixes for repo. Now works. | 4 жил өмнө |
docker-compose.yml | 1f377997cb fixed client side for multinet and added group filter to query params server side. | 4 жил өмнө |
go.mod | 976c1847bf changing private to local for clarity | 4 жил өмнө |
go.sum | 2a2d9109b0 tidy up of commented-out code and spelling errors | 4 жил өмнө |
group_test.go | 2ea497c6ff massive number of changes to schema and error handling. | 4 жил өмнө |
main.go | e2ec093eaf iptables now being set by client | 4 жил өмнө |
mesh-diagram.png | 0bacbd9f6c first commit | 4 жил өмнө |
netclient-install.sh | 642ab5b522 Update netclient-install.sh | 4 жил өмнө |
netmaker.png | ba711d1b39 Add files via upload | 4 жил өмнө |
privatekey | e2ec093eaf iptables now being set by client | 4 жил өмнө |
publickey | e2ec093eaf iptables now being set by client | 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 make virtual/overlay/mesh networking easy for non-networking people. 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:
sudo docker-compose up
Run the following: curl -sfL https://raw.githubusercontent.com/gravitl/netmaker/v0.1/netclient-install.sh | SERVER_URL=<your server ip>:50051 NET_NAME=<your network name> 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