meshcentral 学习笔记

807 阅读1分钟

install in Linux

sudo apt install nodejs npm
npm install meshcentral                                       #without sudo
sudo setcap cap_net_bind_service=+ep /usr/bin/node            #set permissions allowing node to use ports 1024, it may need to be set again.
node ./node_modules/meshcentral --cert 1.1.1.2           #start meshcentral and set it to your ip(you can also set it in the config file)

sudo apt install mongodb #it is optional if you will use massive clients.

Tips

  • Sometimes "AgentTimeStampServer": false is also needed. Reference github.com/Ylianst/Mes…
  • if you want to enable click group and set intel AMT to automatic
  • Sometimes CIRA connection don't appear, you need to reinstall client, re-enable
  • if you come up with no credential issue, pls refer to github.com/Ylianst/Mes…
  • you need to deactivate the group AMT policy and reactivate in your new server if you change the mesh server.
  • you can config it as a systemd demo Refmeshcentral-community.com/doku.php?id…