What happens in intranet, stays in intranet.
OmniEdge is an Open source p2p layer 2 VPN infrastructure based on n2n protocol, a traditional VPN alternative. No central server, easy to scale with less maintenance. What happens in intranet, stays in in intranet.
[https://github.com/omniedgeio/omniedge](https://github.com/omniedgeio/omniedge)
Dashboard administration management | 🔥 Mesh VPNs | Desktop GUI apps for MacOS(menubar) and Windows(systray) |
🔥 Multi virtual networks | 🔥 Site-to-Site VPNs | Command line cli apps for Linux,FreeBSD, Raspbian and MacOS |
Multi users | Unlimited data transfer | Command line cli apps for armv7,arm64,RISC-V64,x86_64 and amd64 |
Multi devices | Encrypted peer-to-peer connection | Mobile apps for iOS and Android |
🔥 Self-hosted Supernode | Encrypted connection relay | Tablet apps for iPad, Android Tablet and Android TV |
🔥 Sharing virtual network | Hybrid-cloud support | NAS App for Synology |
Security Keys | 🔥 Zero-Config | Automatic public supernode allocation |
🔥 Remote Device Control | Drop Files remotely | Automatic IP allocation |
You can find more features in the Pricing Page for Enterprise.
curl https://omniedge.io/install/omniedge-install.sh | bash
You are all set!
And if you want to login with security key, or manage your devices, go and check Documenation for more.
Or you can also run OmniEdge in Docker, with your OMNIEDGE_SECURITYKEY and OMNIEDGE_VIRUTALNETWORK_ID, both can be found from Dashboard :
sudo docker run -d \
-e OMNIEDGE_SECURITYKEY=OMNIEDGE_SECURITYKEY \
-e OMNIEDGE_VIRUTALNETWORK_ID="OMNIEDGE_VIRUTALNETWORK_ID" \
--network host \
--privileged \
omniedge/omniedge:latest
If you have more questions, feel free to talk to us at Discussions.