A scalable overlay networking tool with a focus on performance, simplicity and security
Find a file
Nate Brown c82db210ef
Some checks are pending
gofmt / Run gofmt (push) Waiting to run
smoke-extra / freebsd-amd64 (push) Waiting to run
smoke-extra / linux-amd64-ipv6disable (push) Waiting to run
smoke-extra / netbsd-amd64 (push) Waiting to run
smoke-extra / openbsd-amd64 (push) Waiting to run
smoke-extra / linux-386 (push) Waiting to run
smoke / Run multi node smoke test (push) Waiting to run
Build and test / Build all and test on ubuntu-linux (push) Waiting to run
Build and test / Build and test on linux with boringcrypto (push) Waiting to run
Build and test / Build and test on linux with pkcs11 (push) Waiting to run
Build and test / Build and test on macos-latest (push) Waiting to run
Build and test / Build and test on windows-latest (push) Waiting to run
Change windows unsafe routes to link routes, fix sshd reload bug (#1709)
2026-05-07 11:30:26 -05:00
.github Use DefinedNets fancy new netbsd10 vagrant box for smokes (#1711) 2026-05-07 10:30:29 -05:00
cert don't panic on bad ed25519 key lengths (#1601) 2026-05-06 17:00:07 -05:00
cert_test Handshake state machine (#1656) 2026-04-30 21:30:27 -05:00
cmd Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
config Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
dist Fix dissector logic (#1626) 2026-03-23 11:15:40 -04:00
docker Push Docker images as part of the release workflow (#1037) 2024-05-02 09:37:11 -04:00
e2e Change windows unsafe routes to link routes, fix sshd reload bug (#1709) 2026-05-07 11:30:26 -05:00
examples Stop leaking goroutines past Control.Stop, consolidate punching in Punchy (#1708) 2026-05-06 16:21:16 -05:00
firewall Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
handshake Remove the global noiseEndianness var (#1707) 2026-05-06 17:37:03 -05:00
header refactor readOutsidePackets (#1642) 2026-05-06 12:23:27 -04:00
iputil V2 certificate format (#1216) 2025-03-06 11:28:26 -06:00
logging Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
noiseutil Remove the global noiseEndianness var (#1707) 2026-05-06 17:37:03 -05:00
overlay Change windows unsafe routes to link routes, fix sshd reload bug (#1709) 2026-05-07 11:30:26 -05:00
pkclient Set CKA_VALUE_LEN attribute in DeriveNoise (#1482) 2025-09-25 13:24:52 -05:00
routing chore: fix some typos in comments (#1582) 2026-01-20 11:03:31 -05:00
service Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
sshd Change windows unsafe routes to link routes, fix sshd reload bug (#1709) 2026-05-07 11:30:26 -05:00
test Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
udp More stable e2e test harness, better for benchmarking (#1702) 2026-05-04 10:12:58 -05:00
util Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
wintun
.gitignore V2 certificate format (#1216) 2025-03-06 11:28:26 -06:00
.golangci.yaml Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
allow_list.go upgrade to yaml.v3 (#1148) 2025-03-31 16:08:34 -04:00
allow_list_test.go upgrade to yaml.v3 (#1148) 2025-03-31 16:08:34 -04:00
AUTHORS
bits.go switch Bits to a packed u64 (#1705) 2026-05-06 10:22:26 -05:00
bits_test.go switch Bits to a packed u64 (#1705) 2026-05-06 10:22:26 -05:00
boring.go go fix (#1608) 2026-02-17 11:42:14 -05:00
calculated_remote.go fix lighthouse.calculated_remotes parsing (#1438) 2025-07-29 13:12:07 -04:00
calculated_remote_test.go Enable running testifylint in CI (#1350) 2025-03-10 17:38:14 -05:00
CHANGELOG.md Merge commit from fork 2026-02-06 14:26:51 -05:00
CODEOWNERS #ECCN:Open Source in CODEOWNERS (#1632) 2026-03-16 17:07:40 -04:00
connection_manager.go Stop leaking goroutines past Control.Stop, consolidate punching in Punchy (#1708) 2026-05-06 16:21:16 -05:00
connection_manager_test.go Stop leaking goroutines past Control.Stop, consolidate punching in Punchy (#1708) 2026-05-06 16:21:16 -05:00
connection_state.go Remove the global noiseEndianness var (#1707) 2026-05-06 17:37:03 -05:00
connection_state_test.go Handshake state machine (#1656) 2026-04-30 21:30:27 -05:00
control.go Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
control_test.go Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
control_tester.go More stable e2e test harness, better for benchmarking (#1702) 2026-05-04 10:12:58 -05:00
dns_server.go Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
dns_server_test.go Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
firewall.go Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
firewall_test.go Handshake state machine (#1656) 2026-04-30 21:30:27 -05:00
go.mod Bump github.com/gaissmai/bart from 0.26.0 to 0.26.1 (#1604) 2026-05-06 17:36:07 -05:00
go.sum Bump github.com/gaissmai/bart from 0.26.0 to 0.26.1 (#1604) 2026-05-06 17:36:07 -05:00
handshake_manager.go Reduce HandshakeManager complexity a little bit (#1701) 2026-05-01 13:21:38 -05:00
handshake_manager_test.go Handshake state machine (#1656) 2026-04-30 21:30:27 -05:00
hostmap.go Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
hostmap_test.go Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
hostmap_tester.go go fix (#1608) 2026-02-17 11:42:14 -05:00
inside.go Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
inside_bsd.go go fix (#1608) 2026-02-17 11:42:14 -05:00
inside_generic.go go fix (#1608) 2026-02-17 11:42:14 -05:00
interface.go Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
LICENSE
lighthouse.go Stop leaking goroutines past Control.Stop, consolidate punching in Punchy (#1708) 2026-05-06 16:21:16 -05:00
lighthouse_test.go Remove lighthouse goroutine leaks in lighthouse_test.go (#1589) 2026-01-27 23:44:43 -06:00
LOGGING.md Don't log invalid certificates (#1116) 2024-04-29 15:21:00 -05:00
main.go Stop leaking goroutines past Control.Stop, consolidate punching in Punchy (#1708) 2026-05-06 16:21:16 -05:00
Makefile build with go1.23 (#1198) 2025-03-06 12:54:20 -05:00
message_metrics.go refactor readOutsidePackets (#1642) 2026-05-06 12:23:27 -04:00
nebula.pb.go Handshake state machine (#1656) 2026-04-30 21:30:27 -05:00
nebula.proto Handshake state machine (#1656) 2026-04-30 21:30:27 -05:00
notboring.go go fix (#1608) 2026-02-17 11:42:14 -05:00
outside.go refactor readOutsidePackets (#1642) 2026-05-06 12:23:27 -04:00
outside_test.go connection-track ICMP traffic (#1602) 2026-02-18 23:19:37 -06:00
pki.go Remove the global noiseEndianness var (#1707) 2026-05-06 17:37:03 -05:00
pki_hup_benchmark_test.go Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
punchy.go Stop leaking goroutines past Control.Stop, consolidate punching in Punchy (#1708) 2026-05-06 16:21:16 -05:00
punchy_test.go Stop leaking goroutines past Control.Stop, consolidate punching in Punchy (#1708) 2026-05-06 16:21:16 -05:00
README.md Add a small link to DN Managed Nebula (#1641) 2026-03-30 16:20:21 -04:00
relay_manager.go Reduce HandshakeManager complexity a little bit (#1701) 2026-05-01 13:21:38 -05:00
remote_list.go Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
remote_list_test.go V2 certificate format (#1216) 2025-03-06 11:28:26 -06:00
scheduler.go Stop leaking goroutines past Control.Stop, consolidate punching in Punchy (#1708) 2026-05-06 16:21:16 -05:00
scheduler_test.go Stop leaking goroutines past Control.Stop, consolidate punching in Punchy (#1708) 2026-05-06 16:21:16 -05:00
SECURITY.md add SECURITY.md (#864) 2023-05-09 11:25:21 -04:00
ssh.go Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
stats.go Make stats a server we can reconfigure and start/stop (#1670) 2026-04-27 12:25:24 -05:00
stats_test.go Make stats a server we can reconfigure and start/stop (#1670) 2026-04-27 12:25:24 -05:00
timeout.go Stop leaking goroutines past Control.Stop, consolidate punching in Punchy (#1708) 2026-05-06 16:21:16 -05:00
timeout_test.go go fix (#1608) 2026-02-17 11:42:14 -05:00

What is Nebula?

Nebula is a scalable overlay networking tool with a focus on performance, simplicity and security. It lets you seamlessly connect computers anywhere in the world. Nebula is portable, and runs on Linux, OSX, Windows, iOS, and Android. It can be used to connect a small number of computers, but is also able to connect tens of thousands of computers.

Nebula incorporates a number of existing concepts like encryption, security groups, certificates, and tunneling. What makes Nebula different to existing offerings is that it brings all of these ideas together, resulting in a sum that is greater than its individual parts.

Further documentation can be found here.

You can read more about Nebula here.

You can also join the NebulaOSS Slack group here.

Supported Platforms

Desktop and Server

Check the releases page for downloads or see the Distribution Packages section.

  • Linux - 64 and 32 bit, arm, and others
  • Windows
  • MacOS
  • Freebsd

Distribution Packages

Mobile (source code)

Technical Overview

Nebula is a mutually authenticated peer-to-peer software-defined network based on the Noise Protocol Framework. Nebula uses certificates to assert a node's IP address, name, and membership within user-defined groups. Nebula's user-defined groups allow for provider agnostic traffic filtering between nodes. Discovery nodes (aka lighthouses) allow individual peers to find each other and optionally use UDP hole punching to establish connections from behind most firewalls or NATs. Users can move data between nodes in any number of cloud service providers, datacenters, and endpoints, without needing to maintain a particular addressing scheme.

Nebula uses Elliptic-curve Diffie-Hellman (ECDH) key exchange and AES-256-GCM in its default configuration.

Nebula was created to provide a mechanism for groups of hosts to communicate securely, even across the internet, while enabling expressive firewall definitions similar in style to cloud security groups.

Getting started (quickly)

Don't want to manage your own PKI and lighthouses? Managed Nebula from Defined Networking handles all of this for you.

To set up a Nebula network, you'll need:

1. The Nebula binaries or Distribution Packages for your specific platform. Specifically you'll need nebula-cert and the specific nebula binary for each platform you use.

2. (Optional, but you really should..) At least one discovery node with a routable IP address, which we call a lighthouse.

Nebula lighthouses allow nodes to find each other, anywhere in the world. A lighthouse is the only node in a Nebula network whose IP should not change. Running a lighthouse requires very few compute resources, and you can easily use the least expensive option from a cloud hosting provider. If you're not sure which provider to use, a number of us have used $6/mo DigitalOcean droplets as lighthouses.

Once you have launched an instance, ensure that Nebula udp traffic (default port udp/4242) can reach it over the internet.

3. A Nebula certificate authority, which will be the root of trust for a particular Nebula network.

./nebula-cert ca -name "Myorganization, Inc"

This will create files named ca.key and ca.cert in the current directory. The ca.key file is the most sensitive file you'll create, because it is the key used to sign the certificates for individual nebula nodes/hosts. Please store this file somewhere safe, preferably with strong encryption.

Be aware! By default, certificate authorities have a 1-year lifetime before expiration. See this guide for details on rotating a CA.

4. Nebula host keys and certificates generated from that certificate authority

This assumes you have four nodes, named lighthouse1, laptop, server1, host3. You can name the nodes any way you'd like, including FQDN. You'll also need to choose IP addresses and the associated subnet. In this example, we are creating a nebula network that will use 192.168.100.x/24 as its network range. This example also demonstrates nebula groups, which can later be used to define traffic rules in a nebula network.

./nebula-cert sign -name "lighthouse1" -ip "192.168.100.1/24"
./nebula-cert sign -name "laptop" -ip "192.168.100.2/24" -groups "laptop,home,ssh"
./nebula-cert sign -name "server1" -ip "192.168.100.9/24" -groups "servers"
./nebula-cert sign -name "host3" -ip "192.168.100.10/24"

By default, host certificates will expire 1 second before the CA expires. Use the -duration flag to specify a shorter lifetime.

5. Configuration files for each host

Download a copy of the nebula example configuration.

  • On the lighthouse node, you'll need to ensure am_lighthouse: true is set.

  • On the individual hosts, ensure the lighthouse is defined properly in the static_host_map section, and is added to the lighthouse hosts section.

6. Copy nebula credentials, configuration, and binaries to each host

For each host, copy the nebula binary to the host, along with config.yml from step 5, and the files ca.crt, {host}.crt, and {host}.key from step 4.

DO NOT COPY ca.key TO INDIVIDUAL NODES.

7. Run nebula on each host

./nebula -config /path/to/config.yml

For more detailed instructions, find the full documentation here.

Building Nebula from source

Make sure you have go installed and clone this repo. Change to the nebula directory.

To build nebula for all platforms: make all

To build nebula for a specific platform (ex, Windows): make bin-windows

See the Makefile for more details on build targets

Curve P256 and BoringCrypto

The default curve used for cryptographic handshakes and signatures is Curve25519. This is the recommended setting for most users. If your deployment has certain compliance requirements, you have the option of creating your CA using nebula-cert ca -curve P256 to use NIST Curve P256. The CA will then sign certificates using ECDSA P256, and any hosts using these certificates will use P256 for ECDH handshakes.

In addition, Nebula can be built using the BoringCrypto GOEXPERIMENT by running either of the following make targets:

make bin-boringcrypto
make release-boringcrypto

This is not the recommended default deployment, but may be useful based on your compliance requirements.

Credits

Nebula was created at Slack Technologies, Inc by Nate Brown and Ryan Huber, with contributions from Oliver Fross, Alan Lam, Wade Simmons, and Lining Wang.