Skip to content

edge - VPN and container manager for edge devices

Install on Linux​

curl -L https://get.thingschain.net/edge | sudo sh -
sudo edge init

Access edge web UI at nodeIP:9876.

Optional supply --token and --create-cluster flags to initialize a Wireguard VPN interface, and on top of it, a Kubernetes cluster. Containerized applications running on the cluster are accessible through VPN or public Internet. See more on their respective pages.

sudo edge init --token=THINGSCHAIN-JOIN-TOKEN --create-cluster