n2n
Peer-to-peer VPN
File Explorer
Download Latest Version (.zip)- config.yml
- debug.yml
- openwrt.yml
- tests.yml
- PULL_REQUEST_TEMPLATE.md
- Advanced.md
- Authentication.md
- Bridging.md
- BuildConfig.md
- Building.md
- Communities.md
- ConfigurationFiles.md
- Crypto.md
- Faq.md
- Federation.md
- Hacking.md
- ManagementAPI.md
- Routing.md
- Scratchpad.md
- Scripts.md
- TapConfiguration.md
- Tools.md
- TrafficRestrictions.md
- example_edge_embed.c
- example_edge_embed_quick_edge_init.c
- example_sn_embed.c
- Makefile
- aes.h
- auth.h
- cc20.h
- curve25519.h
- header_encryption.h
- hexdump.h
- json.h
- lzoconf.h
- lzodefs.h
- minilzo.h
- n2n.h
- n2n_define.h
- n2n_port_mapping.h
- n2n_regex.h
- n2n_typedefs.h
- n2n_wire.h
- network_traffic_filter.h
- pearson.h
- portable_endian.h
- random_numbers.h
- sn_selection.h
- speck.h
- tf.h
- uthash.h
- edge_keyschedule.c
- gen_keyfile.py
- n2n_keyfile.c
- n2n_keyfile.h
- README.md
- transform_aes.c
- transform_tf.c
- changelog
- compat
- conffiles
- control
- COPYRIGHT
- dirs
- docs
- n2n.substvars
- postinst
- postrm
- preinst
- prerm
- README
- rules
- templates
- configure
- configure.ac
- Makefile
- README
- edge.conf.sample
- supernode.conf.sample
- edge-ntopng@.service
- edge.service
- edge@.service
- supernode.service
- edge
- supernode
- config.bthh5a
- config.n2n
- config.x86
- Makefile
- README.md
- configure
- configure.in
- Makefile.in
- n2n.spec.in
- rpm-sign.exp
- centos
- ubuntu
- n2n_
- config.guess
- config.sub
- hack_fakeautoconf.sh
- indent.sh
- install-sh
- n2n-ctl
- n2n-gateway.sh
- n2n-httpd
- README.md
- test_harness.sh
- test_integration_edge.sh
- test_integration_supernode.sh
- version.sh
- n2n.sln
- n2n.suo
- n2n.vcproj
- supernode.vcproj
- defs.h
- edge.manifest
- edge.rc
- edge_utils_win32.c
- edge_utils_win32.h
- getopt.c
- getopt.h
- getopt1.c
- n2n_win32.h
- wintap.c
- wintap.h
- aes.c
- auth.c
- cc20.c
- curve25519.c
- edge.c
- edge_management.c
- edge_utils.c
- header_encryption.c
- hexdump.c
- json.c
- management.c
- management.h
- minilzo.c
- n2n.c
- n2n_port_mapping.c
- n2n_regex.c
- network_traffic_filter.c
- pearson.c
- random_numbers.c
- sn_management.c
- sn_selection.c
- sn_utils.c
- speck.c
- strbuf.h
- supernode.c
- tf.c
- transform_aes.c
- transform_cc20.c
- transform_lzo.c
- transform_null.c
- transform_speck.c
- transform_tf.c
- transform_zstd.c
- tuntap_freebsd.c
- tuntap_linux.c
- tuntap_netbsd.c
- tuntap_osx.c
- wire.c
- test_integration_edge.sh.expected
- test_integration_supernode.sh.expected
- tests-auth.expected
- tests-compress.expected
- tests-elliptic.expected
- tests-hashing.expected
- tests-transform.expected
- tests-wire.expected
- tests_integration.list
- tests_units.list
- libnatpmp
- miniupnp
- Makefile
- n2n-benchmark.c
- n2n-decode.c
- n2n-keygen.c
- n2n-portfwd.c
- n2n-route.c
- tests-auth.c
- tests-compress.c
- tests-elliptic.c
- tests-hashing.c
- tests-transform.c
- tests-wire.c
- n2n.lua
- README.md
- .gitignore
- .gitmodules
- .yamllint.yml
- autogen.sh
- CHANGELOG.md
- community.list
- config.mak.in
- configure.ac
- contributors.txt
- COPYING
- edge.8
- INSTALL
- LICENSE
- Makefile
- n2n.7
- README.md
- supernode.1
- uncrustify.cfg
- VERSION
# Installation Guide
1. Get the code
git clone https://github.com/ntop/n2n
Downloads the entire project code from GitHub to your computer.
cd n2n
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd src/win32/DotNet
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
make install
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
