1
0
mirror of https://github.com/Ylianst/MeshCommander synced 2026-02-24 08:33:01 +00:00

first commit

This commit is contained in:
Ylian Saint-Hilaire
2020-03-09 11:11:06 -07:00
commit 3deafe34ef
130 changed files with 141283 additions and 0 deletions

59
readme.md Normal file
View File

@@ -0,0 +1,59 @@
MeshCommander
=============
For more information, [visit MeshCommander.com/meshcommander](https://www.meshcommander.com/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. There are different ways to install and use MeshCommander.
Windows Installation
--------------------
On Windows, simply go to [MeshCommander.com/meshcommander](https://www.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 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](https://www.meshcommander.com/meshcommander/firmware). On other platforms, you can use [MeshCMD](https://www.meshcommander.com/meshcommander/meshcmd) to load MeshCommander into Intel AMT.
MeshCMD Installation
--------------------
On Windows and Linux, you can download [MeshCMD](https://www.meshcommander.com/meshcommander/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.
Tutorials
---------
There are plenty of [tutorial videos here](https://www.meshcommander.com/meshcommander/tutorials).
Introduction to MeshCommander.
[![MeshCommander - Introduction](https://img.youtube.com/vi/k7xVkZSVY0E/mqdefault.jpg)](https://www.youtube.com/watch?v=k7xVkZSVY0E)
License
-------
This software is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).