zero-ui icon indicating copy to clipboard operation
zero-ui copied to clipboard

bug: controller in the UI is presented as OFFLINE

Open knightian opened this issue 3 years ago • 2 comments

Bug Report

ZeroUI version: latest

Current behavior:

When the controller is joined to a network, it is always showing in the UI as OFFLINE on that network

knightian avatar Nov 10 '21 05:11 knightian

I have the same issue. If I join the network with host client through docker exec, the first time it will work fine. But after a system restart the client shows offline and I get a PORT_ERROR under connection status

hamuraiisam avatar Mar 09 '22 12:03 hamuraiisam

Hi if you have 2 Zerotier clients (docker and Host) you need add in host zerotier conf folder from host a local.conf file with

{
    "settings": {
        "primaryPort": "9994"
    }
}

kiam001 avatar Jul 20 '22 10:07 kiam001

Fixed in v1.5.0.

dec0dOS avatar Aug 25 '22 23:08 dec0dOS