What is MeshCentral?
MeshCentral is a full computer management web site. With MeshCentral, you can run your own web server to remotely manage and control computers on a local network or anywhere on the internet. -https://github.com/Ylianst/MeshCentral
Installing MeshCentral
- Log into the Windows device
- Download NodeJS Download
- Install NodeJS, accepting all defaults
- Launch PowerShell as administrator from the Start menu
- Run the following commands in the PowerShell window
# create a meshcentral folder
mkdir $ENV:ProgramFiles/meshcentral
# change to the new directory
cd $ENV:ProgramFiles/meshcentral
# install meshcentral
npm install meshcentral
# install dependencies for running as a service
node node_modules/meshcentral --install
# create meshcentral service
node node_modules/meshcentral --install - Open a web browser and navigate to https://DNSorIP
- Accept the certificate warning
- Click the link to create an account
- Complete the form by entering an username, email and password > Click Create Account
- Welcome to MeshCentral
Source: https://meshcentral.com/docs/MeshCentral2InstallGuide.pdf