Ylianst / MeshCommander

MeshCommander is a Intel(R) Active Management Technology (Intel(R) AMT) remote management tool. It's feature rich and includes a built-in remote desktop viewer for Hardware-KVM, a Serial-over-LAN terminal, IDER-Redirection support and much more. MeshCommander is built on web technologies and runs on many plaforms. In addition to being available as a stand-alone tool, MeshCommander was built to be very space efficient to that it can be uploaded into Intel AMT flash space to have it served diretly from the Intel AMT web serve.
Apache License 2.0
334 stars 72 forks source link

meshcmd source code #42

Open mikhailnov opened 3 years ago

mikhailnov commented 3 years ago

Hello, do I understand correctly that meshcmd is a closed source tool?

jsastriawan commented 3 years ago

It is open source. It uses the same MeshAgent binary but with different JavaScript core.

mikhailnov commented 3 years ago

Can you please point to its source code?

Ylianst commented 3 years ago

MeshCMD source code is with MeshCentral here. Take meshcmd.js, 'meshservice.exe' (or any meshagent) and all of modules_meshcmd folder content into a new temporary folder. Then run:

meshservice.exe meshcmd.js

That should run MeshCMD from source.