Mesh Central 2 User Guide
Mesh Central 2 User Guide
2
MeshCentral
User’s Guide
Version 0.2.7
March 19, 2020
Ylian Saint-Hilaire
Table of Contents
1. Abstract ................................................................................................................................... 1
2. Introduction ............................................................................................................................. 1
3. Server Installation ................................................................................................................... 1
4. Basic Usage ............................................................................................................................ 2
5. Server Certificate .................................................................................................................... 5
6. Files and Folder Structure....................................................................................................... 5
7. Server Configuration File ........................................................................................................ 6
7.1 Settings ............................................................................................................................ 7
7.2 Domains ......................................................................................................................... 10
7.3 Server Peering ............................................................................................................... 12
8. Database ............................................................................................................................... 14
8.1 Database Export ............................................................................................................ 14
8.2 Database Import ............................................................................................................ 14
8.3 Viewing the Database .................................................................................................... 15
8.4 MongoDB Setup ............................................................................................................ 16
9. Running State-less ................................................................................................................ 18
10. TLS Offloading ................................................................................................................... 20
11. Let’s Encrypt support ......................................................................................................... 21
12. Server IP filtering ............................................................................................................... 23
13. Email Setup ....................................................................................................................... 23
14. Embedding MeshCentral ................................................................................................... 25
14.1 Login Token ................................................................................................................... 26
14.2 Embedding Options ....................................................................................................... 27
15. Server port aliasing ............................................................................................................ 29
16. NGINX Reverse-Proxy Setup ............................................................................................ 30
16.1 CIRA Setup with NGINX ................................................................................................ 33
17. Traefik Reverse-Proxy Setup ............................................................................................ 34
18. HAProxy Reverse-Proxy Setup ......................................................................................... 37
19. Running in a Production Environment ............................................................................... 38
20. Two step authentication ..................................................................................................... 39
21. Branding & Terms of use ................................................................................................... 39
21.1 Branding ........................................................................................................................ 40
21.2 Terms of use .................................................................................................................. 41
22. Server Backup & Restore .................................................................................................. 42
23. HashiCorp Vault support ................................................................................................... 43
24. Database Record Encryption ............................................................................................. 44
25. MongoDB free server monitoring ....................................................................................... 46
26. Improvements to MeshCentral .......................................................................................... 47
27. Additional Resources ......................................................................................................... 49
28. Conclusion ......................................................................................................................... 50
29. License .............................................................................................................................. 50
30. Annex 1: Sample Configuration File .................................................................................. 51
31. Annex 2: Tips & Tricks ....................................................................................................... 53
31.1 Remote Terminal ........................................................................................................... 53
ii
Document Changes
iii
March 19, 2020 – 0.2.7
Added HAProxy reverse-proxy example.
iv
1. Abstract
This user guide contains all essential information for the user to make full use of MeshCentral, a
free open source web-based remote computer management software. The guide provides quick
steps to setup administrative groups to remote control and manage computers in local network
environments or via the Internet. Latter parts of the document will cover some advanced topics.
The reader is expected to already have some of the basic understanding on computer networking,
operating system and network security.
2. Introduction
MeshCentral is a free open source web-based remote computer management software. You
could setup your own management server on a local network or on the internet and remote
control and manage computers that runs either Windows* or Linux* OS.
To begin, a base or management server will be required. A management server could be any
computing device (PC or VM) that has sufficient compute, storage and reliable network
components to host an environment for MeshCentral and deliver good performance during
remote management exercise. Whilst there are many configurations available for advanced
users, typical server setup would only take just a few minutes to complete.
At a high level, there are only four (4) main steps: Setup, Install, Connect and Control.
1st, the user setup the MeshCentral server on VM or PC
2nd, the user logs on to MeshCentral portal with a valid account, creates an administrative
mesh to collect all end-points (systems to be managed)
3rd, the user then generates an agent and installs it on a target or each end-point that
immediately attempts a connection back to MeshCentral server.
4th, the user controls/manages assets or end-points that are available in respective
administrative mesh
3. Server Installation
1
Because the MeshCentral server is written in NodeJS it can be installed on many operating
systems including Windows, Linux. Please refer to the MeshCentral Installer’s Guide available at
https://www.meshcommander.com/meshcentral2 for information on how to install the server.
The server can be installed both on a local area network for local computer management and in
the cloud for management of computers over the Internet. You can also install it on small IoT
devices like a Raspberry Pi all the way to big servers. It’s recommended to get started with a test
setup to get a feel for this server. Once installed, come back to this document for configuring and
using your new server.
4. Basic Usage
In this section we will cover the basics of MeshCentral in your newly setup server.
Step 1: Start your web browser and access MeshCentral via IP address/URL,
http://serverFQDN/. If MeshCentral is running locally, enter http://127.0.0.1/. MeshCentral will
redirect the browser to HTTPS if the server was accessed with HTTP. Once on HTTPS you will
likely see this message:
This is because by default MeshCentral is using a self-signed certificate that is not known to the
browser as a “trusted” or “trustworthy” certificate. To prevent this warning from recurring, the
following chapter will provide useful steps that can be considered.
Step 2: Create an account by clicking “Create One” and click “Create Account” once the text
fields had been populated correctly.
2
Step 3: Once logged in, create a new device group. This is a group of computers that we want to
manage. To proceed,
a. Click on “Click here to create a new group of devices”,
b. Key in a suitable “Name”, .e.g. “SampleGroup”
c. Leave “Type” to default “Manage using a software agent” and click ‘OK”.
3
d. Run Mesh Agent and Click “install”
Mesh Agent is available for Windows* and Linux*. For Windows*, the mesh agent doesn’t
contain any sensitive data and can copied and reused on many Windows* computers. For
Linux*, instead of an executable, an installation script is provided to add remote
computers. The script checks the type of computer and installs the proper agent
automatically.
Step 5: Once the agents are installed, it will take up to a minute before the computer shows up on
the user’s account automatically. Click on each computer to access it and user can rename the
each computer with a unique name and icons.
Step 6: Click on any computer and go into the “Desktop” and “Files” tabs to remotely manage the
computer or perform file transfer.
4
Step 7: For advance users with console/command line interface experience, go into “Terminal” to
perform scripting or quick tasks with CLI tools.
5. Server Certificate
As seen in the previous chapter, MeshCentral is setup with a self-signed certificate by default and
the web browser will issue a warning concerning the validity of the certificate.
Ignore the warning and proceed with an exception in a recurring fashion. However, traffic
from the server to the web browser remains encrypted. User must check the validity of
the certificate presented by the website and compare with “webserver-cert-public.crt” file
in the “meshcentral-data” folder of the server.
Add webserver’s root certificate into web browser’s trust list. Click on “Root Certificate”
link at the bottom right of login page to download the root certificate of the web server
and then add/import this as a trusted certificate into web browser. Some web browser
may require a restart before the certificate installation takes effect.
If you own a domain name that points to your MeshCentral server, you can get a free
trusted certificate using Let’s Encrypt (https://letsencrypt.org/). See the section on Let’s
Encrypt in this document for more information on this option. MeshCentral has built-in
support for Let’ Encrypt.
Important: Before adding/importing the certificate, user must check the validity of the
certificate presented by the website and compare with “root-cert-public.crt” file in the
“meshcentral-data” folder of the server.
For large scale deployments or setup, a legitimate trusted certificate is highly recommended for
your web server. This way, any web browser that navigates to this web server will be able to
readily verify its authenticity.
If a legitimate trusted certificate is available, replace “webserver-cert-public.crt” and
“webserver-cert-public.key” with your certificate. These files are located in
“meshcentral-data” folder of the server.
If intermediate certificates are needed, add the files “webserver-cert-chain1.crt”,
“webserver-cert-chain2.crt”, “webserver-cert-chain3.crt” respectively with the
intermediate certificates.
Note: If you are using TLS offloading, see the section on “TLS Offloading” cover in the latter parts
of this document.
It’s important to know the basic file and folder structure from which MeshCentral was installed as
shown below
5
Right after running the “npm install meshcentral” command, the node_module folder will be
created which contains meshcentral and all of its dependent modules. When the server executes
for the first time, both meshcentral-data and meshcentral-files folders will be created.
meshcentral.db file: The server’s database file which contains all of the user and
computer information. This includes account information and other sensitive information.
Five .key and .crt files: These are the server’s certificates and private keys. They are
used to securely identify the server. The .key files must not be obtained by anyone else
since they could be used to impersonate the server.
config.json file: This is the server’s configuration file. It first starts with a sample
configuration that you can change. In a following section, we will discuss how to edit this
file to customize the server.
The “meshcentral-files” folder contains user files that have been uploaded to the server. This
folder can be quite large, especially if no user space quota is set in the config.json file. Users can
upload a significant amount of files on the server.
Important: Back-up the “meshcentral-data” folder since this is the folder needed to reconstruct
the server if something goes wrong. Without it, user will to start over. Recommended to apply
suitable encryption on both folders given that they contain sensitive data.
In the “meshcentral-data” folder, there is a file called config.json that contains the main
configuration of the server. A sample configuration file could look like this:
{
"settings": {
"cert": "mesh.myserver.com",
"port": 8080,
6
"redirport": 81
},
"domains": {
"": {
"title": "MyServer",
"title2": "Servername",
"userQuota": 1048576,
"meshQuota": 248576,
"newAccounts" : 1
},
"Customer1": {
"title": "Customer1",
"title2": "Extra String",
"newAccounts" : 0
}
},
"peers": {
"serverId" : "Server1",
"servers": {
"Server1": { "url": "wss://192.168.1.100:443/" },
"Server2": { "url": "wss://192.168.1.101:443/" }
}
}
}
First, we will look at each of the top levels of the configuration file. The tops levels are “settings”,
“domains”, “peers”, and “smtp” as shown in the table below.
7.1 Settings
As indicated before, the settings section of the config.json is equivalent to passing arguments to
the server at runtime. Below is a list of settings that are available for the user.
7
connect to. The default port is 443, but if the port is busy, the
next available higher port is used (.e.g. 444)
AliasPort Sets the main port that will be used by the server externally.
By default is the same as “Port” above, but can be set to be
different when next. See “Server port aliasing” section for
more details.
RedirPort This is the port for redirecting traffic in the web server. When
the server is configured with HTTPS, users that uses HTTP
will be redirected to HTTPS. Port 80 is the default port. So,
redirection will happen from port 80 to port 443.
MpsPort Port for Intel® AMT Management Presence Server to receive
Intel® AMT CIRA (Client Initiated Remote Access)
connections. The default is port 4433. This port is disabled in
LAN mode. If user don’t plan on using Intel® AMT for
management, this port can be left as-is.
NoTls NOT recommended for production use and the default value
is set to ‘false’. If this option is enabled, web server port would
execute without TLS and redirection port. Consider
“TLSOffload” instead of this option for TLS offloading task.
TLSOffload By default this option is set to ‘false’. If set to ‘true’, server will
run both web port and the Intel AMT MPS port without TLS
with the assumption that a TLS offloading is taking care of this
task. For further details, see the “TLS Offloading” section.
8
readable, adding “&nominify=1” at the end of the URL will
override this option.
User Specify a username that browsers will be automatically
logged in as. Useful to skip the login page and password
prompts. Used heavily during development of MeshCentral.
NoUsers By default this option is ‘false’ and if set to ‘true’, server will
only accept users from localhost (127.0.0.1) and will not have
a login page. Instead, a single user is always logged in. This
mode is useful if user opts to setup MeshCentral as a local
tool instead of as a multi-user server
MpsCert Specifies the official name of the Intel AMT MPS server. If not
specified, this is the same as the official server name
specified by “cert”. This option is generally used with MPS
aliasing, see the “Server port aliasing” section for more
information.
MpsAliasPort Specify an alias port for the MPS server. See the section on
“Server port aliasing” for use of this option.
ExactPorts If this option is set to ‘true’, only the exact port will be used. By
default, if a port is in use, the server will try to bind the next
available higher port. This is true for the “port”, “redirport” and
“mpsport” settings.
Lanonly Server’s default mode if not set with “--cert” option. If this
option is set to ‘true’, Intel® AMT MPS will be disabled, server
name and fixed IP option will be hidden. Mesh agents will
search for the server using multicast on the network.
Wanonly A recommended option when running MeshCentral in the
cloud. If set to ‘true’, server will run as a cloud service and
assumes LAN features are disabled. For this option to work,
the server must have a fixed IP or DNS record using the “--
cert" option. In this mode, LAN discovery features are
disabled.
AllowFraming By default is set to ‘false’. If set to ‘true’, web pages will be
served in a way that allows them to be placed within an iframe
of another web page. This is useful when you wish to add
MeshCentral features into another website.
AllowLoginToken By default is set to ‘false’. If set to ‘true’, the server allows
login tokens to be used in the URL as a replacement for user
login. This is useful along with “allowFraming” option to
embed MeshCentral features into another website.
MongoDB Used to specify the MongoDB connection string. If not
specified, MeshCentral will use the NeDB database with the
file meshcentral.db in the meshcentral-data folder. To setup
MongoDB, please refer to the Database section of this
document.
MongoDBCol Used to specify the MongoDB collection name in the
database. By default this value is “meshcentral”. See
Database section for more details on MongoDB setup.
DbEncryptKey Specifies a password used to encrypt the database when
NeDB is in use. If wanting to encrypt an existing database,
use the “dbexport” and “dbimport” to save and reload the
database with the encryption password set.
WebRTC Set to “true” or “false” depending if you want to allow the
server to setup WebRTC communication. If WebRTC is setup,
management traffic will flow directly between the browser and
mesh agent, bypassing the server completely. The default is
9
false now, but will be switched to true when WebRTC is ready
for production.
ClickOnce Set to “true” or “false” to allow or disallow browser ClickOnce
features. When enabled, browsers running on Windows will
be shown extra options to allow RDP and other sessions thru
the MeshCentral server. This requires ClickOnce browser
support that is built-in to IE and available as add-in to Chrome
and Firefox. Default is true.
Important: Changes in config.json will NOT take effect until server is restarted.
Note: We recommend the user to use a non-production server to experiment the setting
options above.
7.2 Domains
In the domains section, you can set options for the default domain ("") in addition to creating new
domains to establish a multi-tenancy server. For standard configuration, the root domain and
other domains will be accessible like this:
When a user setup many domains, the server considers each domain separately and each
domain has separate user accounts, administrators, etc. If a domain has no users, the first
created account will be administrator for that domain. Each domain has sub-settings as follows:
10
server to be configured to point this server with a valid DNS
record.
CertUrl Load the TLS certificate for this domain from this https url.
For example “https://127.0.0.1:123”. This option is useful
when used along with the “TlsOffload” option. When
MeshCentral is not doing any TLS but has a reverse-proxy
or TLS offload device doing this work in front of the server,
you can use this to have MeshCentral load the certificate
from the server in front of MeshCentral.
Note: When the DNS value is set for a domain, user can’t access the domain using
“servername/customer1” instead it must be accessed with the valid DNS record and the DNS
server should be setup to have two or more DNS records pointing to the same IP address.
In this mode, the server will serve a different TLS certificate depending on what DNS record is
used to access the server.
11
As shown in the example above, we have two names that point to the same IP address. Since the
configuration specifies the “dns” value, the second domain is only shown when the right name is
used. We use “meshcentral” and “devbox” for DNS names, but in practice the user will use fully
qualified domain names (FQDN) like “meshcentral.com” or “devbox.meshcentral.com”.
Hence, the user is expected to have good understanding on networking, server administration
and applications to accomplish this setup. This document will not get into the details of setting up
a load-balancer.
12
The setup flow above guides the user to pull together server peering setup with Meshcentral. (2)
Shared storage is compulsory to host user files and it must be accessible from all of the servers.
If the server is expected for critical work, replicated shared storage should be considered.
When Meshcentral is ready for peering setup (5), replicate the “meshcentral-data” directory on
each server and configure the “peers” section of the config.json file as shown below.
{
"peers": {
"serverId" : "Server1",
"servers": {
"Server1": { "url": "wss://192.168.1.100:443/" },
"Server2": { "url": "wss://192.168.1.101:443/" }
}
}
}
The configuration above assumes that server1 has an IP address of ‘192.168.1.100’ and server2
has ‘192.168.1.101’ respectively. The "serverId" value is a short and unique identifier for each
server and it is optional. If it's not specified, the computer hostname is used instead.
The “servers” section of the configuration file should have the identifier of the server followed by
each websocket URL and port (generally 443) of the peer servers. If the servers are running with
“--tlsoffload”, then use “ws://” for the URL instead of “wss://”.
When the MongoDB is setup for the first time, a unique identifier is generated and written into the
DB. To prevent situations where two servers with different database from peering together, during
peering process, each server will validate among each other if they have the same unique DB
identifier. Peering connection will only succeed if this condition is met.
Once peered, all of the servers should act like one single host, no matter which server the user(s)
are connected to.
13
8. Database
A critical component of MeshCentral is the database. The database stores all of the user account
information, groups and node data, historical power and event, etc. By default MeshCentral uses
NeDB (https://github.com/louischatriot/nedb) that is written entirely in NodeJS and is setup
automatically when MeshCentral is installed with the npm tool. The file “meshcentral.db” will be
created in the “meshcentral-data” folder when MeshCentral is first launched. This database works
well for small deployments scenarios.
Besides NeDB, MeshCentral fully supports MongoDB for larger deployments or deployments that
require robust reliability or load-balancing. In this section we will see look at how to export and
import the database file with a JSON file and how to configure MongoDB.
To export the database, stop the MeshCentral server and run the server again with “--dbexport”
and a JSON file called “meshcentral.db.json” will be created in the “meshcentral-data” folder as
shown below.
Alternatively, user can also specify the full export path for the JSON file as shown below.
14
Important: Importing a JSON file will overwrite the entire content of the
database. A starting empty database is recommended.
When you are ready to import a JSON file into the database, run meshcentral with “--dbimport" as
shown below. If path is not specified, the application will default to use “meshcentral.db.json” that
is in “meshcentral-data” folder.
Alternatively, user can specify the full path of the import JSON as shown below.
Option Description
--showusers List of all users in the database.
--showmeshes List of all meshes in the database.
--shownodes List of all nodes in the database
--showevents List all events in the database
--showpower List all power events in the database.
--showall List all records in the database.
For example, you can show the list of users with the “--showusers"
15
8.4 MongoDB Setup
MongoDB is useful when setting up MeshCentral for two or more peer servers given that all peer
servers much have access to the same database. NeDB and MongoDB have similar access
interfaces hence the DB migration from one to the other is straight forward. Installing MongoDB
depends on its host OS so do check for available download options at mongodb.com.
In this guide, we will focus on the 64-bit windows with SSL support installer.
16
Note: Upon successful execution, MongoDB will wait for connections on its default port 27017.
e. Now run MeshCentral with the command below, it will tell Meshcentral to connect to
MongoDB and use “meshcentral” DB. MongoDB will create this DB if it does not exist.
Commands Description
node meshcentral --dbexport Export all of NeDB records into a “meshcentral.json”
node meshcentral --mongodb Import the JSON file into MongoDB “meshcentral”
mongodb://127.0.0.1:27017/meshcentral
--dbimport database.
node meshcentral --mongodb Run MeshCentral normally using the new database
mongodb://127.0.0.1:27017/meshcentral
g. We recommend the user to include MongoDB configuration into the server’s configuration
“config.json” to avoid specifying the “--mongodb" each time MeshCentral is executed as
shown below
{
"settings": {
"mongodb": "mongodb://127.0.0.1:27017/meshcentral",
"mongodbcol": "meshcentral"
}
}
17
Note: By default, MeshCentral will create a single collections called “meshcentral” in the specified
database. If user want to specify a different collection name, use “--mongodbcol" or “mongodbcol”
for settings like shown above.
If you are using MongoDB with authentication, you can change the URL a little to add the
username and password, for example:
mongodb://username:[email protected]:27017/meshcentral
mongodb://username:[email protected]:27017/meshcentral?authMechanism=MONGODB-
CR&authSource=db
9. Running State-less
By default, MeshCentral will read its configuration information from the “meshcentral-
data” folder. The most important file in that folder being the “config.json” file, but the
folder also contains certificates, branding images, terms of service and more.
After the configuration is read, MeshCentral will connect to its database and continue to
start the server. For most user’s this is a perfectly acceptable way to setup the server.
However, in some cases, it’s advantageous to setup the server “state-less”. That is, there
is no local configuration files at all and everything is in the database. Two examples of
this would be when running MeshCentral is a Docker container where we don’t want the
container to have any state or for compliance with security specifications where the
database is “encrypted at rest”. In this cases, we will load the configuration files into the
database and MeshCentral will only be told how to connect to the database.
18
When loading configuration information into the database, MeshCentral requires that a
configuration file password be used to encrypt the configuration files in the database.
This provides an additional layer of security on top of any authentication and security
already provided by the database, if such security has been setup.
To make this happen, we will be using the following command line options from
MeshCentral:
Command Description
--configkey (key) Specifies the encryption password that will be
used to read or write the configuration files to
the database.
--dblistconfigfiles List the names and size of all configuration
files in the database.
--dbshowconfigfile (filename) Show the content of a specified filename from
the database. --configkey is required.
--dbdeleteconfigfiles Delete all configuration files from the
database.
--dbpushconfigfiles (*) or (folder path) Push a set of configuration files into the
database, removing any existing files in the
process. When * is specified, the
“meshcentral-data” folder up pushed into the
database. --configkey is required.
--dbpullconfigfiles (folder path) Get all of the configuration files from the
database and place them in the specified
folder. Files in the target folder may be
overwritten. --configkey is required.
--loadconfigfromdb (key) Runs MeshCentral server using the
configuration files found in the database. The
configkey may be specified with this
command or --configkey can be used.
This first line will load many of the “meshcentral-data” files into the database. At this
point, we can back up the “meshcentral-data” folder and remove it. Then run the second
line to start the server. Here we use MongoDB, but if one uses NeDB, the
“meshcentral.db” file in the “meshcentral-data” folder will still be needed.
Note that MeshCentral does not currently support placing a Let’s Encrypt certificate in the
database. Generally, one would use a reverse proxy with Let’s Encrypt support and TLS
offload in the reverse proxy and then run MeshCentral in state-less mode in a Docket
container.
19
10. TLS Offloading
A good way for MeshCentral to handle a high traffic is to setup a TLS offload device at front of the
server that takes care of doing all the TLS negotiation and encryption so that the server could
offload this. There are many vendors who offer TLS or SSL offload as a software module (Nginx*
or Apache*) so please contact your network administrator for the best solution that suits your
setup.
As shown in the picture below, TLS traffic will come from the Internet and security will be handled
by a device ahead of the server and MeshCentral only has to deal with TCP connections.
To make this work, it is important the server is setup with “--tlsoffload” not with “--notls". This
indicates the server that TLS is already being taken care of and MeshCentral does not have to
deal with it. MeshCentral will continue to listen to port 80, 443 and 4433.
However, incoming port 443 (main web port) and 4433 (Intel® AMT MPS port) will not have TLS
but MeshCentral will still put many HTTPS flags in its responses on port 443. By default, if a user
accesses http://127.0.0.1:443 without TLS offloader setting, the browser is expected to display
warnings. To make this work, TLS offloader device’s ports and functions should be configured
correctly like below
If possible, port 443 should be configured with a legitimate trusted certificate and the public part
of the certificate named as “webserver-cert-public.crt” must be placed inside of “meshcentral-
data” folder of the server. When the server is executed in tlsoffload mode, only the public part of
the web certificate is used by the server.
For Intel® AMT MPS port 4433, the certificate files “mpsserver-cert-public.crt” and “mpsserver-
cert-public.key” must be copied from the “meshcentral-data” folder and loaded into the TLS
offload module.
Note: Please consult the TLS offloader user manual from the respective vendor to configure TLS
offloading feature correctly.
20
11. Let’s Encrypt support
MeshCentral makes use of HTTPS to authenticate and encrypt management traffic over the
network. By default, a self-signed certificate is used for the MeshCentral HTTPS server. That
certificate is not trusted by browsers and so, you get a warning message when visiting the web
site. You can solve this but obtaining a free trusted certificate from Let’s Encrypt
(https://letsencrypt.org/). There are some limitations and so, it’s best to get familiar with this
service before starting. You will also need a valid domain name that you own and that points to
your MeshCentral server.
Before moving forward with this section, make sure your MeshCentral server is working correctly,
has a domain name pointing to it and that the HTTP redirection server on port 80 is enabled and
working. MeshCentral’s HTTP port 80 server will be used in the process to prove to Let’s Encrypt
that we have control over the domain. At any point, you may try to use https://letsdebug.net/ to
see if your domain is setup correctly and/or debug any issues. When ready, add the “letsencrypt”
section to the config.json file like this:
{
"settings": {
"RedirPort": 80,
},
"letsencrypt": {
"email": "[email protected]",
"names": "domain1.com,domain2.com",
"rsaKeySize": 3072,
"production": false
},
}
The only mandatory field is the email address, please enter a valid one.
The names section is a list of domain names the requested certificate will be valid for. This must
be a list of DNS names that are already pointing to your server. It’s important to understand you
are not requesting these DNS names, rather, Let’s Encrypt will makes requests to prove control
over all of these domain name before issuing the certificate. All the domain names you enter must
point to the server and HTTP port 80 must be reachable over the internet. If you don’t specify
names, the default MeshCentral certificate name is used, that is the configured “--cert [name]”.
The RSA key size can only be 2048 or 3072, with the default being 3072. This is the number of
bit used for the RSA key in the certificate. Bigger is more secure, but takes more time to compute.
Lastly the production key, by default this is false. When set to false, MeshCentral will query the
Let’s Encrypt staging server for a certificate. It’s highly recommended to try this first and make
21
sure everything works before getting a real certificate. Keep production to false, run thru the
process at least once and make sure everything works. You will get a new certificate installed on
the HTTPS server signed by a staging Let’s Encrypt certificate authority.
The Let’s Encrypt certificates and files will be created in the “meshcentral-data” folder. Make sure
to keep regular backups of the “meshcentral-data” folder and all sub-folders.
Once you placed the “letsencrypt” section in config.json, restart the server. The request to the
Let’s Encrypt server may take a few minutes to a few hours. It’s best to have your DNS server
name pointing to your server for over a day before doing this. Once the new certificate is
received, the server will automatically restart and browsing to HTTPS on your server will show the
new certificate. Here is what it looks like on FireFox:
If you successfully setup a Let’s Encrypt certificate using the Let’s Encrypt staging server
(“production”: false) and everything looks good, stop the server, remove the “letsencrypt” folder in
“meshcentral-data”, change production to “true” and start the server again. You should get a real
certificate in a few minutes to a few hours. MeshCentral will automatically renew the certificate a
few days before it expires. The MeshCentral self-signed certificate will still be present in the
“meshcentral-data” folder, this is normal and there is no need to manually copy the Let’s Encrypt
certificate to the “meshcentral-data” folder. If something goes wrong with the Let’s Encrypt
certificate, the server will fall back to using the self-signed one.
Please be patient with Let’s Encrypt certificate requests and make sure
you correctly get a staging certificate before setting production to true.
If Let’s Encrypt works for you, please consider donating to them as they provide a critical service
to the Internet community.
22
12. Server IP filtering
For improved security, it’s good to limit access to MeshCentral with IP address. For example, we
want to allow mesh agents and Intel AMT computers to connect from anywhere, but whitelist IP
address for users that we allow to access MeshCentral.
MeshCentral provides IP filtering option in the config.json file for each domain. For an example,
we can set IP address whitelist for the default domain like as shown below.
{
"domains": {
"": {
"userallowedip" : "1.2.3.4,1.2.3.5",
}
}
}
IP addresses are separated by a comma. As a result, only users coming these IP addresses will
be able to see the server’s login page as illustrated below. Other IP addresses will be blocked
effectively.
Note: When IP address whitelist is effective, Mesh Agent connection from any IP address will be
not affected.
We highly recommend the use of an email server (SMTP) because we could allow MeshCentral
to verify user account’s email address by sending a confirmation request to the user to complete
the account registration and for password recovery, should a user forget account password as
illustrated below
A verification email is sent when a new account is created or if the user requests it in the “My
Account” tab.
23
The password recovery flow when “Reset Account” is triggered at the login page.
Both account verification and password recovery are triggered automatically once SMTP mail
server configuration is included into the config.json file. Update the config.json with “smtp” section
as shown below and restart the server.
{
"smtp": {
"host": "smtp.server.com",
"port": 25,
"from": "[email protected]",
"user": "[email protected]", Optional
"pass": "mypassword", Optional
"tls": false Optional, default false
}
}
Please map the host, port values to connect to the right host that provides this SMTP service. For
“from” value, administrators may put something like [email protected], but often times it
needs to be a valid address since SMTP server will not send out messages with an invalid reply
address.
Some SMTP servers will require a valid username and password to login to the mail server. This
is to prevent unauthorized e-mail correspondence. TLS option can be set to ‘true’ if the SMTP
server requires TLS.
One option is to configure MeshCentral work with Google Gmail* by setting “host” with
smtp.gmail.com, and “port” with 587. In the config.json file, use user’s Gmail* address for both
“from” and “user” and Gmail* password in the “pass” value. You will also need to enable “Less
secure app access” in for this Google account. It’s in the account settings, security section:
24
If a Google account is setup with 2-factor authentication, the option to allow less secure
applications not be available. Because the Google account password is in the MeshCentral
config.json file and that strong authentication can’t be used, it’s preferable to use a dedicated
Google account for MeshCentral email.
Regardless of what SMTP account is used, MeshCentral will perform a test connection to make
sure the server if working as expected when starting. Hence, the user will be notified if
Meshcentral and SMTP server has been configured correctly as shown below.
One interesting way to use MeshCentral is to embed its features into another web site. In other
words, certain feature of MeshCentral can be selectively embedded into another website such as
Remote Desktop or File Transfer.
This allows another site to take care of the user accounts and business processes while
MeshCentral takes care of remote management. In the example below, a user logs into an
existing web site and received a page with MeshCentral remote desktop embedded into it.
25
To make this work, a following key alignment is required:
a. When a user requests the business website, the business web server must return the
user a web page containing an iframe with a URL that points to the MeshCentral server.
b. The URL must contain both a login token and embedding options. The login token tells
MeshCentral under what MeshCentral account this request should be made.
c. The login token replaces the login screen of MeshCentral. Then, the embedding options
can be used to specify no page title, header and footer to be displayed. This way, the
page given by MeshCentral will fit nicely into the iframe.
In this section we will review both the login token and embedding options mentioned above.
With login tokens feature, a token can be generated to be used for a short time to login and skip
the login page. This is perfect for embedding MeshCentral usages into other web site and
probably for other applications.
{
"settings": {
"allowLoginToken": true,
"allowFraming": true
}
}
Set both allowLoginToken and allowFraming to ‘true’ to use login tokens along with framing
MeshCentral within another web page.
Next, create a token. Execute MeshCentral with the “--logintoken [userid]” switch and userid value
with the example below:
26
The “userid” is actually a combination of three values - user, domain, and username in a single
string “user/domain/username”. The example above is using a default domain which is empty
hence, the userid will be just “user//admin” to request for login token. Domains are only used if
the server in multi-tenancy mode as discussed in previous chapters.
The resulting hashed base64 encoded blob can be used as a login token for 1 hour. Simply add
the “?login=” followed by the token value generated to the URL of the webserver. For an e.g.
https://localhost/?login=23tY7@wNbPoPLDeXVMRmTKKrqVEJ3OkJ. The login page is expected
to be skipped and automatically login the user admin. This is just a manual attempt to token
based login.
Now, to have this work seamlessly with a different website, we should generate a login token key.
A token key can be used to generate login tokens whenever needed for MeshCentral. Generate
this key with “--loginTokenKey" switch as shown below
The generated masker key must be placed in a secure location within the business website.
As illustrated above, we see the business site using the token key to generate a login token and
embed it into the response web page. The user’s browser then loads the iframe that includes both
the URL with the login token for MeshCentral. MeshCentral can then verify the token and allow
the web page to load as expected.
There are multiple options available for user to explicitly choose the features that will be loaded
from MeshCentral to the business website. The argument in the in the URL can dictate which web
27
page should display and how. The three embedding URL arguments are Viewmode, Hide and
Node.
Note: Typically, the URL for the website is followed by “?” then a set of name=value pairs
separated by “&”.
28
Only the remote desktop viewer will be displayed embedded within an iframe.
Note: User must set “allowFraming” to true in the config.json of the server. This is in addition to
the Node, Viewmode and Hide arguments, the login token must be specified to add complex
features into another website.
In some cases, you may be setting up a server on a private network that uses non-standard
ports, but use a router or firewall in front to perform port mapping. So, even if the server privately
uses non-standard ports, the public ports are the standard ports 80 and 443. You have to tell
MeshCentral to bind to private ports but pretend it’s using the other standard ports when
communicating publically. To make this work, MeshCentral supports port aliasing.
Here, the server binds the HTTP and HTTPS ports to 2001 and 2002, but the server will
externally indicate to MeshAgents and browsers that they must connect to port 443.
In a different situation, you may want to setup a server so that both Mesh Agents and Intel AMT
connect back to the server on port 443. This is useful because some corporation have firewalls
that restrict outgoing connections to only port 80 and 443. By default, MeshCentral will be setup
to have MeshAgents connection on port 443 and Intel AMT on port 4433.
29
In the following picture we have a usual server running with:
We can setup the server so that MeshAgent and Intel AMT will connect on port 443 of two
different IP address or names like this:
In the second example, the server on the right is running HTTPS on port 443 and MPS on port
4433 as usual, but the MPS is now presenting a certificate that has the name “Server2” on it. The
server will also configure Intel AMT CIRA to connect to “Server2:443”.
A router or firewall that is located in front of the MeshCentral server needs to be configured
correctly to forwarding:
The routing of IP and ports by the firewall shown on the picture must be configured separately
from MeshCentral using separate software. Typically, routers or firewalls have the proper controls
to configure this type of traffic routes.
30
In this example, we will:
Let’s get started by configuring MeshCentral with the following values in config.json:
{
"settings": {
"Cert": "myservername.domain.com"
"Port": 4430,
"AliasPort": 443,
"RedirPort": 800,
"AgentPong": 300,
"TlsOffload": "127.0.0.1"
},
"domains": {
"": {
"certUrl": "https://127.0.0.1:443/"
}
}
}
With this configuration, MeshCentral will be using port 4430 instead of port 443, but because
“TlsOffload” is set, TLS will not be performed on port 4430. The server name is set to
“myservername.domain.com”, so that is the name that MeshCentral will give to agents to connect
to. Also, the alias port is set to 443. So agents will be told to connect to
“myservername.domain.com:443”.
The “AgentPong” line instructs the server to send data to the agent each 300 seconds and the
agent by default will send data to the server every 120 seconds. As long as NGINX timeouts are
longer than this, connections should remain open.
31
When agents connect, they will see the NGINX TLS certificate on port 443. MeshCentral needs to
know about the NGINX certificate so that it can tell the agents this is the correct certificate they
should expect to see. So, “certUrl” is used to tell MeshCentral where to get the certificates that
agents will see when connecting.
When NGINX forwards connections to MeshCentral, extra X-Forwarded headers will be added to
each request. MeshCentral needs to know if these headers can be trusted or not. By setting
“TlsOffload” to “127.0.0.1”, MeshCentral is told to trust these headers when requests come from
“127.0.0.1”.
In this example, make sure to change “127.0.0.1” to the IP address of NGINX and “Cert” to the
external DNS name of the NGINX server.
Next, we need to configure and launch NGINX. Here is an ngnix.conf to get started:
worker_processes 1;
events {
worker_connections 1024;
}
http {
# HTTP server. In this example, we use a wildcard as server name.
server {
listen 80;
server_name _;
location / {
proxy_pass http://127.0.0.1:800/;
proxy_http_version 1.1;
# MeshCentral uses long standing web socket connections, set longer timeouts.
proxy_send_timeout 330s;
proxy_read_timeout 330s;
location / {
proxy_pass http://127.0.0.1:4430/;
proxy_http_version 1.1;
32
As indicated in the comments of this NGINX configuration file, we set timeouts to be really long.
We forward HTTP port 80 and HTTPS port 443 to the corresponding ports on MeshCentral. In
this example, we happen to use the web certificates that where generated by MeshCentral, but
any certificate is ok. We also add extra “X-Forward” headers, this tells MeshCentral information
that would normally be hidden by NGINX, like the client’s IP address and more.
Now we are ready to start NGINX and MeshCentral. You should start NGINX first because
MeshCentral will try to fetch the certificate from NGINX upon start. When starting MeshCentral,
you should see something like this:
Notice on the second line, MeshCentral will have loaded the web certificate from NGNIX and
display a matching hash. That is it, navigating to port 80 and 443 on NGINX should show the
MeshCentral web page and agents should connect as expected.
We can add on the section above and support reverse proxy for Intel® AMT Client Initiated more
Access (CIRA) connecting that come to the server. Normally, CIRA connections come on port
4433 and use TLS.
Since CIRA is a binary protocol, care must be taken to configure NGINX to handle the data as a
TCP stream instead of HTTP. At the very bottom of the nginx.conf file, we can add the following:
stream {
# Internal MPS servers, in this case we use one MeshCentral MPS server is on our own computer.
upstream mpsservers {
server 127.0.0.1:44330 max_fails=3 fail_timeout=30s;
}
# MPS server.
server {
listen 4433 ssl;
proxy_pass mpsservers;
33
proxy_next_upstream on;
}
}
NGINX will listen on port 4433, decrypt the connection and forward it to 44330 on the loopback
interface. We are going to be used the “mpsserver” certificate that was created by MeshCentral
as the TLS server certificate for port 4433. Now, we just have to make a few changes to the
MeshCentral config.json file.
{
"settings": {
"Cert": "myservername.domain.com"
"Port": 4430,
"AliasPort": 443,
"RedirPort": 800,
"TlsOffload": "127.0.0.1"
"MpsPort": 44330,
"MpsAliasPort": 4433,
"MpsTlsOffload": true
},
"domains": {
"": {
"certUrl": "https://127.0.0.1:443/"
}
}
}
In this new config.json, we added 3 lines. First, the MeshCentral Management Presence Server
(MPS) is now on port 44330. However, the MpsAliasPort value indicates that externally, port 4433
will be used, so we need to configure Intel AMT to connect to port 4433. Lastly, we want to
disable TLS support on port 44330 by setting “MpsTlsOffload” to true.
With this configuration, Intel AMT CIRA connections will come in and TLS will be handled by
NGINX. With this setup, it’s not possible to configure Intel AMT CIRA to connect using mutual-
TLS authentication, only username/password authentication is used.
In this section, we will setup MeshCentral with Traefik, a popular reverse proxy
software. This section will be much like the previous section setting up NGNIX
but with a different software and configuration file. Traefik is open source and
available at: https://traefik.io/
34
In this example, we will:
First we will start with the MeshCentral configuration, here is a minimal configuration that will
work:
{
"settings": {
"Cert": "myservername.domain.com"
"Port": 4430,
"AliasPort": 443,
"RedirPort": 800,
"TlsOffload": "127.0.0.1"
},
"domains": {
"": {
"certUrl": "https://127.0.0.1:443/",
"agentConfig": [ "webSocketMaskOverride=1" ],
}
}
}
Note the “agentConfig” line: Because Traefik does not support web socket connections that are
not “masked”, we have to tell the Mesh Agents to mask web socket connections using this line.
Once set, any new agent will be installed with the web socket masking turned on. Also note that
we will be running MeshCentral on port HTTPS/4430 and HTTP/800. However, we also indicate
to MeshCentral that HTTPS will really be on port 443 using the “AliasPort” line.
The “TlsOffload” line indicates that MeshCentral should not perform TLS on port 4430. And the
“certUrl” line indicates what URL can be used to load the external certificate that will be presented
on port 443 in front of MeshCentral.
35
Now that we have MeshCentral setup, let’s take a look at a sample Traefik configuration file. In
this case, we will manually configure the entrypoints, frontends and backends within the Traefik
configuration file. There is a basic configuration file for Traefik 1.7:
[global]
checkNewVersion = false
sendAnonymousUsage = false
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.http.redirect]
entryPoint = "https"
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
[[entryPoints.https.tls.certificates]]
certFile = "webserver-cert-public.crt"
keyFile = "webserver-cert-private.key"
[file]
[backends]
[backends.backend1]
[backends.backend1.healthcheck]
path = "/health.ashx"
interval = "30s"
[backends.backend1.servers.server1]
url = "http://127.0.0.1:4430"
weight = 1
[frontends]
[frontends.frontend1]
entryPoints = ["https"]
backend = "backend1"
passHostHeader = true
[frontends.frontend1.routes]
[frontends.frontend1.routes.main]
rule = "Host:myserver.domain.com,localhost"
[api]
entryPoint = "traefik"
dashboard = true
The enterPoints section shows we have two entry points, port 80 will be redirected to port 443.
Traefik will perform this redirection so MeshCentral will never see port 80 connections. Port 443
will be setup using the given TLS certificates. In this example, we just used the certificate files
generated by MeshCentral in the “meshcentral-data” folder. You can use the two certificate files
as-is.
The backends section configures one MeshCentral server on port “4430”. Traefik will additionally
check the health of the MeshCentral server periodically, every 30 seconds.
The frontends section is what routes the connections coming in the entry points to the backend
servers. In this case, the HTTPS entry point is routed to the MeshCentral server is the hostname
matches “myserver.domain.com” or “localhost”.
36
Finally, the API section creates a web portal on port 8080 for monitoring of Traefik.
In this section, we will setup MeshCentral with HAProxy, a small popular reverse proxy software.
This section will be much like the previous sections setting up NGNIX and Traefik but with a
different software and configuration file. HAProxy is free and available at:
https://www.haproxy.org/
This section covers a really simple configuration. HAProxy is capable of a lot more complex
configurations. In the following example, HAProxy will perform TLS and forward the un-encrypted
traffic to MeshCentral on port 444. HAProxy will add extra “X-Forwarded-Host” headers to the
HTTP headers so that MeshCentral will know from the IP address the connection comes from.
In the following configuration file, we have browser connections on port 80 being redirected to
HTTPS port 443. We also have Let’s Encrypt cert bot for getting a real TLS certificate and
“mesh.sample.com” being redirected to 127.0.0.1:444.
global
log /dev/log local0
log /dev/log local1 notice
chroot /var/lib/haproxy
stats socket /run/haproxy/admin.sock mode 660 level admin expose-fd listeners
stats timeout 30s
user haproxy
group haproxy
daemon
defaults
log global
mode http
option httplog
option dontlognull
37
option forwardfor
option http-server-close
frontend http
bind *:80
redirect scheme https code 301 if !{ ssl_fc }
frontend https
bind *:443 ssl crt /etc/haproxy/cert.pem
http-request add-header X-Forwarded-Proto https
acl acmepath path_beg /.well-known/acme-challenge/
acl meshcentralhost hdr(host) -i mesh.sample.com
acl meshcentralhost hdr(host) -i mesh.sample.com:443
use_backend acme if acmepath
use_backend meshcentral if meshcentralhost
backend acme
server certbot localhost:54321
backend meshcentral
http-request add-header X-Forwarded-Host %[req.hdr(Host)]
server meshcentral 127.0.0.1:444
On the MeshCentral side, we are not going to use port 80 and need the main HTTPS port to not
perform TLS and listen on port 444.
{
"settings": {
"Cert": "myservername.domain.com"
"Port": 444,
"AliasPort": 443,
"RedirPort": 0,
"TlsOffload": "127.0.0.1"
},
"domains": {
"": {
"certUrl": "https://127.0.0.1:443/"
}
}
}
We also specify “127.0.0.1” in TLS offload since we want MeshCentral to make use of the X-
Forwarded-Host header that is set by HAProxy.
When running MeshCentral is a production environment, administrators should set NodeJS to run
in production mode. There is a good article here (http://www.hacksparrow.com/running-express-
js-in-production-mode.html) on what this mode is and how to set it. This mode will also boost the
speed of the web site on small devices like the Raspberry Pi. To run in production mode, the
environment variable “NODE_ENV” must be set to “production”. On Linux, this is done like this:
export NODE_ENV=production
SET NODE_ENV=production
38
Special care must be taken to set the environment variable in such a way that if the server is
rebooted, this value is still set. Once set, if you run MeshCentral manually, you will see:
In production mode, ExpressJS will cache some files in memory making the web server much
faster and any exceptions thrown by the ExpressJS will not result in the stack trace being sent to
the browser.
If the MeshCentral server is setup with a certificate name and not setup to use Windows domain
authentication, then users will have the options to use 2-step authentication using the Google
Authenticator application or any compatible application. Use of this option should be encouraged
for users that manage a lot of critical computers. Once active the users will need to enter their
username, password and a time limited token to login.
To get this features setup, users will need to go to the “My Account” tab or the “My Account”
menu in the mobile application. They then select, “Add 2-stop login” and follow the instructions.
Note that if a user performs a password recovery using email, the 2-step authentication is then
turned off and will need to be turned on again. This is not idea as someone being able to intercept
the user’s email could still log into the web site. Users should make sure to properly protect their
email account.
Once MeshCentral is setup, you may want to customize the web site with your own brand and
terms of use. This is important to personalize the web site to your organization. We also want to
39
customize the web site in such a way that updating to the latest version will keep the branding as-
is.
21.1 Branding
You can put you own logo on the top of the web page. To get started, get the file “logoback.png”
from the folder “node_modules/meshcentral/public/images” and copy it to your “meshcentral-data”
folder. In this example, we will change the name of the file “logoback.png” to “title-
mycompagny.png”. Then use any image editor to change the image and place your logo.
Once done, edit the config.json file and set the following values:
"domains": {
"": {
"Title": "",
"Title2": "",
"TitlePicture": "title-sample.png",
},
This will set the title and sub-title text to empty and set the background image to the new title
picture file. You can now restart the serve and take a look at the web page. Both the desktop and
mobile sites will change.
You can also customize the server icon in the “My Server” tab. By default, it’s a picture of a
desktop with a padlock.
40
If, for example, MeshCentral is running on a Raspberry Pi. You may want to put a different picture
at this location. Just put a “server.jpg” file that is 200 x 200 pixels in the “meshcentral-data” folder.
The time MeshCentral page is loaded, you will see the new image.
This is great to personalize the look of the server within the web site.
You can change the terms of use of the web site by adding a “terms.txt” file in the “meshcentral-
data” folder. The file can include HTML markup. Once set, the server does not need to be
restarted, the updated terms.txt file will get used the next time it’s requested.
<br />
This is a <b>test file</b>.
41
Will show this on the terms of use web page.
It’s very important that the server be backed up regularly and that a backup be kept offsite.
Luckily, performing a full backup of the MeshCentral server is generally easy to do. For all
installations make sure to back up the following two folders and all sub-folders.
meshcentral-data
meshcentral-files
If using NeDB that is built into MeshCentral, you are done. If you are running MongoDB, you will
need to perform an extra step. In the command shell, run mongodump to archive all of the
MongoDB databases.
mongodump --archive=backup.archive
Then, keep the backup.archive file in a safe place. It’s critical that the content of meshcentral-data
be backed up in a secure location and preferably using encryption, this is because it contains
certificates that give this server its unique personality. Once agents are installed, they will only
connect to this server and no other. If you reinstall MeshCentral, even if it is with the same
domain name, agents will not connect to the new server since the server certificates are different.
Also, someone with access to a backup of “meshcentral-data” could impersonate the server.
To restore back backup, just install a MeshCentral server, make sure it works correctly. Stop it,
wipe the old “meshcentral-data” and “meshcentral-files” and put the backup version instead. If
using MongoDB, copy the backup.archive back, make sure to clean up any existing “meshcentral”
database, run “mongo” and type:
use meshcentral
db.dropDatabase()
mongorestore --archive=backup.archive
42
This will re-import the database from the backup. You can then start MeshCentral again.
MeshCentral has built-in support for HashiCorp Vault so that all configuration and certificates
used by MeshCentral are retrieved from a Vault server. Vault is a secret store server and when
used with MeshCentral, the MeshCentral server will not be storing any secrets locally. You can
get started with Vault here: https://www.vaultproject.io/
Once you got a MeshCentral server working correctly, you can start a simple demonstration Vault
server by typing:
When you run the server in developer mode, you will see a secret token and unseal key on the
screen. These two values will be used in the commands to follow. You can load the configuration
file and all certificates from “meshcentral-data” into Vault by typing this:
Once all of the files have been written into Vault, you can take a look at the Vault web user
interface to see all of the secrets. It will be in “secret/meshcentral”:
The “config.json” and “terms.txt” files and files in “meshcentral-data” that end with “.key”, “.crt”,
“.jpg” and “.png” will be stored in Vault. You can then run MeshCentral like this:
43
MeshCentral will first read all of the files from Vault and get started. An alternative to this is to
create a very small config.json file in “meshcentral-data” that contains only the Vault configuration
like this:
{
"settings": {
"vault": {
"endpoint": "http://127.0.0.1:8200",
"token": "s.cO4Q…",
"unsealkey": "7g4wFC…",
"name": "meshcentral"
}
}
}
Once the config.json file is setup, you can just run MeshCentral without any arguments.
node node_modules/meshcentral
Lastly you can all pull all of the files out of Vault using this command line:
Regardless if using the default NeDB database or MongoDB, MeshCentral can optionally encrypt
sensitive data that is stored in the database. When enabled, this encryption is applied to user
credentials and Intel AMT credentials.
The additional encryption does the affect database operations and can be used in addition to
additional database security. In the following image, we see on the left a normal user record
including user credential hashes and data required for two-factor authentication. On the right side,
these values are encrypted using AES-256-GCM in the “_CRYPT” field.
44
Only some data fields are encrypted and the “_CRYPT” entry will only be present when one or
more fields are present that need to be secured. To enable this feature, add the
“DbRecordsEncryptKey” with a password string to the “settings” section of the config.json like
this:
{
"settings": {
"Port": 4430,
"RedirPort": 800,
"DbRecordsEncryptKey": "MyReallySecretPassword"
}
}
The provided password will be hashed using SHA384 and the result with be used as an
encryption key. When DbRecordsEncryptKey is set, any new or updated records that are written
will be encrypted when needed. Existing encrypted records will be read and decrypted as
needed. You can force the all entries to be re-written by running:
This command will re-write entries in the database that could require added security and force the
application of record encryption. You can also specify a key for decryption only like this:
{
"settings": {
"Port": 4430,
"RedirPort": 800,
"DbRecordsDecryptKey": "MyReallySecretPassword"
}
}
45
When set, the key will only be used for decryption and any new or updated records in the
database will not be written with record encryption. You can then run this command again to force
all records to be rewritten without encryption:
It’s really important to keep the encryption key in a safe place along with database backups. If the
database is backed up but the record encryption key is lost, it will not be possible to recover the
secured data in the database.
Also note that database record encryption can and should be used along with other data
protection systems.
If running with MongoDB version 4.x, there is a free database monitoring service that is provided.
Just run “mongo” and you may see the following:
Type “db.enableFreemonitoring()” if you want to enable this. You will be given a URL to access
the data and can turn it back off at any time. The web page will look something like this:
46
In addition to database specific information, the graphs track CPU, memory and disk usage. This
can be useful to track how well the server is responding under load.
In 2007, the first version of MeshCentral was built. We will refer to it as “MeshCentral1”. When
MeshCentral1 was designed, HTML5 did not exist and web sockets where not implemented in any
of the major browsers. Many design decisions were made at the time that are no longer optimal
today. With the advent of the latest MeshCentral, MeshCentral1 is no longer supported and
MeshCentral v2 has been significantly redesigned and mostly re-written based of previous version.
Here is a list of improvements made in MeshCentral when compared with MeshCentral1:
Multi-Tenancy and Load Balancing Support – MeshCentral can handle hosting many
server instances at once. Each instance or “domain” has it’s own administrators, users
and computers to manage. The server can handle each instance using a url path
“server.com/customer1” or a DNS name “customer1.server.com”. Many customers can
47
be handled by having all the DNS names point to the same server IP address.
MeshCentral will take care of serving the right TLS certificate for each connection.
Web Application Design – MeshCentral1 has 100’s of web pages and often times a
click on a web page causes the browser to load a different web page and this creates
more load on the server. With MeshCentral there are only two main web pages: The login
page and the main web application. This design is much more responsive since the
server now delegates most of the UI workload to the client’s web browser.
Real-Time User Interface – In MeshCentral, the user never has to hit the “refresh”
button to update the web page. The web interface is completely real-time and updates as
things change. MeshCentral uses websockets to connect to the server and get real-time
events.
Support for LAN only Mode – MeshCentral is capable of being setup as “LAN only”
mode. In fact, this is the default mode when no static name or IP address is provided. In
this mode, MeshAgents perform a multicast search on the network for the server making
a static DNS/IP unnecessary.
Support for TLS Offloaders – TLS offloaders are now fully supported. This means that
MeshCentral can handle way more network connections and traffic significantly.
Support for CIRA User/Pass Login – MeshCentral now supports both Intel AMT CIRA
user/pass login and certificate login. Compared to MeshCentral1 that only supported
certificate login, user/pass login is easier to setup and it can also be used for TLS
offloaders and CIRA authentication.
No Live State Stored in the Database – One if the big problems with MeshCentral1 is
that a lot of the live states (Agent, User and AMT connections and disconnections)
needed to be stored in the database. This caused a few problems, first the extra load on
the database that was un-necessary, but also that servers did not have real-time state
information about other servers (they had to query the database). This resulted in more
load on the database and scaling issues. In MeshCentral, all live states are kept in the
RAM which boosts performance significantly.
Agentless Intel AMT Support – With MeshCentral1, administrators have to install the
MeshAgent software on all computers, even if it was only for used for Intel AMT.
MeshCentral supports a new agent-less mesh type that allows administrators to just
setup the server strictly for Intel AMT only.
48
Latest Security & Crypto algorithms – MeshCentral uses all the latest cryptographic
algorithm, notably SHA384 and RSA3072 making it more resistant to future quantum
computer attacks. This would be very difficult to retrofit into MeshCentralv1 since it would
require change of database schema and 1000’s of line of code thus making the server
incompatible with the current version version, making migration difficult.
MeshInterceptor Support – MeshCentral can insert HTTP and Intel AMT redirection
credential into a live data stream. This is useful to allow an administrator to securely pass
Intel AMT password and control over an Intel AMT computer via web browser without the
additional administrator login UI.
It’s possible to perform migration to MeshCentral from MeshCentral1 server using a migration
package. The MeshCentral Migration Tool will convert your existing user database into a format
that can be imported into MeshCentral.
In addition to the migration tool, MeshCentral has a special module that will update all
MeshAgents from v1 to v2 so the transition should be simple.
In addition to this document, there are a growing set of MeshCentral tutorial videos available on
YouTube which covers all of the basic at www.meshcommander.com/meshcentral2/tutorials. The
tutorial includes videos on how to perform server installation using both the Windows MSI installer
and NPM methods.
49
28. Conclusion
MeshCentral is a free, open source and powerful remote management solution that is cross-
platform. In this document, we have covered in detail on how to install and configure MeshCentral
server to meet specific environment and use-case. MeshCentral works in many environments and
situations. MeshCentral is not only simple to install but also takes minimal resources to host
which makes it a very good remote management solution. As with any good software,
MeshCentral will continue to be updated and evolve.
29. License
MeshCentral and this document are both opens source and licensed using Apache 2.0, the full
license can be found at https://www.apache.org/licenses/LICENSE-2.0.
50
30. Annex 1: Sample Configuration File
In this annex, we present a complete sample config.json file. You would put this file in the
“meshcentral-data” folder that is created when MeshCentral is first run. The config.json is
completely optional and the server will run with default values with it. All key names in this file are
case insensitive.
{
"settings": {
"MongoDb": "mongodb://127.0.0.1:27017/meshcentral",
"MongoDbCol": "meshcentral",
"Port": 4430,
"AliasPort": 443,
"RedirPort": 800,
"TlsOffload": "127.0.0.1",
"MpsPort": 44330,
"MpsAliasPort": 4433,
"MpsTlsOffload": true,
"SessionTime": 30,
"SessionKey": "MyReallySecretPassword",
"AllowLoginToken": true,
"AllowFraming": true,
"WebRTC": true,
"ClickOnce": true
},
"domains": {
"": {
"Title": "MyServer",
"Title2": "Servername",
"TitlePicture": "title-sample.png",
"UserQuota": 1048576,
"MeshQuota": 248576,
"NewAccounts": 1,
"Footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>"
"PasswordRequirements": { "min": 8, "max": 128, "upper": 1, "lower":
1, "numeric": 1, "nonalpha": 1 }
},
"customer1": {
"Dns": "customer1.myserver.com",
"Title": "Customer1",
"Title2": "TestServer",
"NewAccounts": 1,
"Auth": "sspi",
"Footer": "Test"
},
"info": {
"share": "C:\\ExtraWebSite"
}
},
"letsencrypt": {
"email": "[email protected] ",
"names": "myserver.com,customer1.myserver.com",
"rsaKeySize": 3072,
"production": false
},
51
"peers": {
"serverId": "server1",
"servers": {
"server1": { "url": "wss://192.168.2.133:443/" },
"server2": { "url": "wss://192.168.1.106:443/" }
}
},
"smtp": {
"host": "smtp.myserver.com",
"port": 25,
"from": "[email protected]",
"tls": false
}
}
All these values are examples only, this config.json should just be used as an example and none
of the values here are real.
52
31. Annex 2: Tips & Tricks
In this annex, we present various suggestions. These are often found by users on the GitHub
community and readers are encouraged to participate. The GitHub community is at:
https://github.com/Ylianst/MeshCentral/issues
When doing a remote terminal session to a Linux computer, it may be interesting to run the bash
shell under a different user. One would typically use the command:
su -s /bin/bash myOtherUser
However, because bash is not run in interactive mode, the command line prompt may be empty
and history keys (up and down), tab and backspace will not work right. The correct command is:
53