Wednesday, February 6, 2019

Managing My Internet of Things with a $5 Digital Ocean VPS and MeshCentral



I have a lot of tiny Windows and Linux device spread about my lab/offices.  I acknowledge my problem with buying a Raspberry Pi every time I go to Micro Center and owning just about every mainstream SBC between tinkering and my day job.

Moving past my personal issues, managing these devices has been a pain in the past, especially when I work from home or am travelling. My solution is to use Mesh Central, an open source remote management solution written in NodeJS.


Things I love about Mesh Central:

  • It's open source
  • You can stand up an installation in five minutes if you type fast
  • Runs on Linux and Windows
  • Easy to maintain
  • You don't need Intel vPro/AMT to use it, it includes a software agent
  • Software agents for Windows, Linux and OSX 
  • The documentation is fantastic
  • Features are being added constantly

Here's a quick rundown of what you need to do to get an instance up and working quickly.  There are also videos (and the Install Guide linked below) if you want to watch it happen.


  1. Spin up a $5/month 1GB/25GB Ubuntu 18.04 droplet on Digital Ocean
  2. Follow the Install Guide (Ubuntu 18.04).  I would recommend reading the entire section first because there are some installation variations towards the end that you might want to use (Increased Security Installation) and not have to do the install twice.
  3. Setup Let's Encrypt support for a free SSL certificate (see the User Guide)
  4. Create an account and login
  5. Create a Mesh
  6. Download the agent and install it on your things
Some variations for slightly modified use-cases:
  • If you only want to manage things inside your network, it can be installed on a Raspberry Pi!
  • Since the agent requires a single click to install or can be run once- I use it to provide family tech support
  • Since most of my IoT development devices are supported, using the included file manager is an easy way of getting new builds over to the device

Some Additional Feature Wishes
  • More embedding/API support (Get a list of devices to integrate it into other stuff I develop/dashboards, let me upload files from my build system)
  • Android Support
  • More information about extending the agent


Group your devices and see their status

Managing a Rasperry Pi A+

Access a shell on a Raspbian device

Built-In file manager

Windows Desktop

Simple Admin Screen - Running smooth on 1GB RAM


Connect to the hardware KVM on a Intel vPro/AMT system


Access the device embedded Intel AMT control website


See hardware information

Download an agent

No comments:

Post a Comment