Ylianst / MeshCentral

A complete web-based remote monitoring and management web site. Once setup you can install agents and perform remote desktop session to devices on the local network or over the Internet.
https://meshcentral.com
Apache License 2.0
4.12k stars 553 forks source link

Unable to install agent on Windows ARM64 #6433

Closed jacksonattwood closed 5 days ago

jacksonattwood commented 5 days ago

Describe the bug Regardless of what I try, I can't install the native arm64 agent. I do get this when I try running the installer via cmd:

C:\Users\jacks\Downloads>"meshagentarm64-Personal (1).exe"
[2024-10-06 05:31:31 PM] [A7BA9EF4AF0DF952] C:\temp\MeshAgent\microscript\ILibDuktape_ScriptContainer.c:1669 (0,0) uncaught: 'cannot read property \x27split\x27 of null'

To Reproduce Steps to reproduce the behavior:

Expected behavior Agent installs like normal

Server Software (please complete the following information):

Client Device (please complete the following information):

Remote Device (please complete the following information): ^^ Same as Client Device^^

Your config.json file Obfuscating details for obvious reasons, however setup has worked for 3+ years across Windows, Linux & MacOS

{
  "settings": {
    "cert": "meshcentral.mydomain.com",
    "wanonly": true,
    "webRTC": true,
    "_minify": true,
    "portBind": "WAN-IP",
    "redirPortBind": "WAN-IP"
  },
  "letsencrypt": {
    "email": "jackson@mydomain.com",
    "names": "meshcentral.mydomain.com,agents.meshcentral.mydomain.com,relay.meshcentral.mydomain.com",
    "rsaKeySize": 3072,
    "production": true
  }
}

Does kinda look like it's just not compiling the agent properly...

si458 commented 5 days ago

Windows 11 24h2

You need to install wmic as its removed by default now

https://github.com/Ylianst/MeshCentral/issues/6162#issuecomment-2168031763

Duplicate https://github.com/Ylianst/MeshCentral/issues/6162