• Stars
    star
    325
  • Rank 128,798 (Top 3 %)
  • Language
    HTML
  • License
    Apache License 2.0
  • Created over 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

MeshCommander

For more information, visit MeshCommander.com/meshcommander. Latest news on Twitter.

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 directly from the Intel AMT web server. There are different ways to install and use MeshCommander.

Windows Installation

On Windows, simply go to MeshCommander.com/meshcommander and download and install the MSI installer.

NPM Installation

On Windows, Linux and MacOS, you can install MeshCommander from the Node Package Manager (NPM). Once you have NodeJS installed on your computer, you can do:

	mkdir meshcommander
	cd meshcommander
	npm install meshcommander
	node node_modules\meshcommander

This will start a small web server on port 3000 that you can access using a browser to use MeshCommander at http://127.0.0.1:3000.

Firmware Installation

For Intel AMT 11.6 and higher, you can load MeshCommander directly into Intel AMT storage flash space. Depending on the activation mode, MeshCommander can replace the default Intel AMT web page on HTTP/16992 or HTTPS/16993 making the built-in web site much more capable. On Windows, you can download the firmware installer here. On other platforms, you can use MeshCMD to load MeshCommander into Intel AMT.

MeshCMD Installation

On Windows and Linux, you can download MeshCMD, a command line tool for performing many Intel AMT management operations. Included in that tool is MeshCommander. You can start it up by running:

	meshcmd meshcommander

Like the NPM version, this will start an HTTP web server on port 3000. You can then access http://127.0.0.1:3000 from any browser to access MeshCommander.

Compiling MeshCommander

MeshCommander is a set of HTML web pages that can be used in many different ways. You can run it in a browser or in nw.js, you can run it as a stand-alone application or as a web application served from Intel AMT. Because of all the different roles MeshCommander can take and the unique requirement of being able to fit within 64k limit of Intel AMT file storage, MeshCommander has to be "compiled" using the WebSite Compiler tool that currently only runs on Windows. WebSite Compiler will merge all of the html, css and js files into a single big file, it will run a pre-processor to remove portions that are not needed and then minify and compress the output as needed.

Tutorials

There are plenty of tutorial videos here.

Introduction to MeshCommander.
MeshCommander - Introduction

License

This software is licensed under Apache 2.0.

More Repositories

1

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.
HTML
3,891
star
2

MeshAgent

MeshAgent used along with MeshCentral to remotely manage computers. Many variations of the background management agent are included as binaries in the MeshCentral project.
C
210
star
3

MeshCentralRouter

Windows tool that performs TCP/UDP port mapping thru the MeshCentral server
C#
55
star
4

MeshCentralAssistant

Tray icon tool for the MeshCentral Agent. It displays the state of the agent, you can start and stop the agent and request help.
C#
36
star
5

MeshCentralAndroidAgent

MeshCentral Agent for Android Device
Kotlin
35
star
6

Authenticode-JS

Pure NodeJS module and tool for code signing Windows executables
JavaScript
29
star
7

Developer-Tools-for-UPnP-Technologies

A set of development and reference tools for creating software that is compatible with the UPnP specifications.
C#
28
star
8

ESP-IQ2020

Connect a Hot Tub with a IQ2020 control board to Home Assistant and make it smart. Monitor and control temperature, jets, lights, power usage and more.
C++
18
star
9

LibMeshCtrl

MeshCentral control module for developers
JavaScript
12
star
10

MeshCentralSatellite

Allows a MeshCentral Server to create computer accounts in a Windows Active Directory and issue certificates for Intel AMT 802.1x profiles.
C#
12
star
11

MeshCentralRouterMacOS

MacOS tool that performs TCP port mapping thru the MeshCentral server
Swift
11
star
12

MeshCentralInstaller

Windows installer for MeshCentral
C#
10
star
13

MeshCentralDiscovery

A small Windows tool that scans the local network to find MeshCentral servers in LAN and Hybrid mode
C#
10
star
14

MeshCentralRouterCmd

MeshCentral Router command line tool for Windows
C#
9
star
15

MeshCentralSite

The web site presented when navigating to MeshCentral.com. Shows an introduction page to MeshCentral along with downloads of various documentation and tools.
HTML
6
star