Docs
Doc / Install / OmniEdge for OpenWrt
OmniEdge for OpenWrt
Bring OpenWrt into intranet, access your OpenWrt routers from everywhere.
We are offering ipks for armv8(aarch64_generic,aarch64_cortex-a53,aarch64_cortex-a72), arm(arm_cortex-a7_neon-vfpv4,arm_cortex-a8_vfpv3, arm_cortex-a9), i386_pentium4, x86_64(amd64),mipsel_24kc & mips_24kc.
Last update: Version 0.2.4, September,15, 2022.
Use OmniEdge on OpenWrt
- Download omnedge ipks related to your routers arch, and copy it to your router
- Install the dependency
opkg update && opkg install kmod-tun ca-bundle iptables
- Install it by running
opkg install omniedge*.ipk
- Generate Security-key, and get the Virtual Network ID from Dashboard
- Add your Security key and virtual network id to
/etc/init.d/omniedge
, runchmod +x /etc/init.d/omniedge
if you system missing the script:
security_key=OMNIEDGE_SECURITY_KEY
virtual_network_id=OMNIEDGE_VIRUTALNETWORK_ID
- running Omniedge by:
/etc/init.d/omniedge enable
/etc/init.d/omniedge start
If you have more questions, feel free to discuss.
On This Page