Simon Smith
Simon Smith
> Thanks for your reply, from my expierience the mesh agent can't wake devices, at least none of mine. that is correct, ive never understand why the `wake-up` option is...
OMG @Ylianst you was right! i managed to wake up a server with WOL even though it was off but my laptop was switched on and has mesh agent running...
> >  this is what im getting at at the moment > >  > > 1. Black color: device is powered om >...
**PLEASE CAN YOU FOLLOW THE BUG TEMPLATE IN THE FUTURE AS IT HAS CRITICAL INFORMATION IN TO HELP US DEBUG YOUR ISSUE** what version where you running? (check a backup...
can you also try updating to the latest LTS version of nodejs? 16.16.0 we are getting a lot of reports from people using old LTS and having issues, but the...
i believe you cant use a text file? only a single ip address or an array with multiple ip addresses/ranges in `"userAllowedIP": ["1.1.1.1","2.2.2.2/24","3.3.3.3"]` `"userAllowedIP": "1.1.1.1"` ``` "userAllowedIP": { "type": [...
@jsinoy ooo i stand corrected you can! `config.settings.userallowedip = obj.args.userallowedip = readIpListFromFile(obj.args.userallowedip);` trying to figure out why it isnt working? ``` function readIpListFromFile(arg) { if ((typeof arg != 'string') ||...
what version of nodejs are you running? EDIT: ive tried debugging it here and i physically cant get it to have your problem? only thing i can suggest is you...
> I take it the original request was for sub-groups of devices? Not users? I believe so yes, for example site 1 -> front office -> comp1,comp2 site 1 ->...
can you maybe try creating a new docker image with the latest Node LTS 16.16.0 and meshcentral 1.0.60? OR try the new automated docker image builds? `docker pull ghcr.io/ylianst/meshcentral:1.0.60`