Getting started is easy. If you don't have it already, install
NodeJS. Then, create an empty folder and do this:
npm install meshcentral
node node_modules/meshcentral
That's it. MeshCentral will set itself up and start managing computers on your local network. By default it will be setup in LAN mode and agents you install will
multicast on the local network to find the server. To setup the server so that agents use a well known DNS name and to start customizing your server, go in the
"meshcentral-data" folder and edit the config.json file. The configuration file must be valid JSON, you can
use this link to validate the file format.
For Windows users, you can download the MeshCentral Installer that will automate installation of NodeJS and provide basic configuration of the server. This option is not recommanded for advanced users.
By default, MeshCentral will use NeDB as this is the built-in database. For more advanced users, it's recommanded to switch to using MongoDB. MeshCentral can be installed
on a very small server. A
Raspberry Pi or
AWS t3.nano running Amazon Linux 2 instance for 5$ a month will do just fine for managing up to a few hundred devices.
You can run the MeshCentral Server with --help to get options for background installation.
Once you get MeshCentral installed, the first user account that is created will be the server administrator. So, don't delay and nagivate to the login page and create a new account.
You can then start using your server right away. A lot of the fun with MeshCentral is the 100's of configuration options that are avaialble in the config.json file. You can
put your own branding on the web pages, setup a STMP email server, SMS services and much more.