// Mesh Commander on Linux | Light At The End Of The Tunnel Mesh Commander on Linux – Light At The End Of The Tunnel

Light At The End Of The Tunnel

systems administration meanderings

Mesh Commander on Linux

I needed to use MeshCommander to connect to an “Intel AMT enabled” PC.  It’s a good feature allowing you access to the console remotely. The downside is there is no  official release for any other platform than Windows.

There is an unofficial release for Mac OS X.

To get MeshCommander to work for Linux I performed the following:-

wget http://info.meshcentral.com/downloads/mdtk/meshcommandersource.zip
cd meshcommander
unzip ../meshcommandersource.zip
cd NodeJS
npm install
node commander.js

Now you can navigate to http://localhost:3000/ to use MeshCommander


Share

#