Zerotier on new slate AX

Zerotier plugin with new slate AX not working anyone know how i can fix this thank you. I get an error when i try install the plug-in.

I don’t know ZeroTier. But after a fast google-ing I found a hand full of possible installation methods (Repo, Package, Compile).

  1. How do you install it?
  2. What is the error you’ve got?

And of course it would be helpful to know the used version of the firmware (Slate) and package/source (ZeroTier).
At least ZeroTier 1.8.4 should work from Repo in OpenWRT 21.02. The AXT-1800 product page says: “Runs on OpenWrt 21.02”. So it should work.

What is the error? Can you specify?

type or paste code here[quote="Oroville, post:1, topic:22724, full:true"]
Zerotier plugin with new slate AX not working anyone know how i can fix this thank you. I get an error when i try install the plug-in.
[/quote]

It says this when i try and install the plugin 


```Installation Failed

Collected errors:
 * pkg_hash_check_unresolved: cannot find dependency libstdcpp6 for zerotier
 * pkg_hash_fetch_best_installation_candidate: Packages for zerotier found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package zerotier.

Just added this package but not use available in the repo, for some reason.

Do this manually.

cd /tmp
wget http://download.gl-inet.com/releases/v21.02-SNAPSHOT/packages-4.0/arm_cortex-a7/glinet/libstdcpp6_5.5.0-3_arm_cortex-a7.ipk
opkg install libstdcpp6_5.5.0-3_arm_cortex-a7.ipk

Then you can install zerotier

Update: now you can use opkg to install zerotier directly.