macchina.io Remote Manager 2.8.0 Available

macchina.io Remote Manager delivers secure IoT edge device remote access and management via web, apps, shell (SSH) and remote desktop (VNC, RDP). No worries about insecure port forwarding, scarce public IPv4 addresses, or complex and inflexible VPNs.

macchina.io Remote Manager Devices

We are happy to announce the latest release of macchina.io Remote Manager, release 2.8.0. This release brings a number of improvements:

  • Logging: Include the port number in the server’s error message if opening a connection through the tunnel fails.
  • Customization: It’s now possible to include custom HTML in the web pages rendered by the server. This is enabled by adding a property named reflector.customHTML to bundle.properties file in the extension bundle. The content of this property will be included in server-generated HTML pages before the closing </body> element. It’s also possible to include custom JavaScript by adding a script file to the extension bundle and loading it with a <script src="..."></script> element.
  • Error pages (device not connected, connection refused, etc.) now show additional information hinting at the cause of the problem.
  • Email Notifications: It’s now possible to set a custom email footer/signature in the configuration file, using the reflector.web.emailFooter configuration property.
  • New HTTP endpoint providing tenant information. Sending a GET request to /my-devices/tenant.json will return JSON with information about the current user’s tenant. A valid session cookie must be sent with the GET request. Example:
    {
      "id": "ff2d5496-e507-4586-8a9b-4968b4c7a3b4",
      "name": "Sample Tenant",
      "created": "2021-06-18T11:24:15Z",
      "expires": "2022-02-15",
      "maxDevices": 1000,
      "onlineDevices": 233
    }
  • Upgraded bundled HAProxy to release 2.4.2. This may require some changes to an existing HAProxy configuration file (haproxy.cfg) when upgrading to the new version. Specifically, reqadd must be replaced with http-request add-header.
  • Upgraded internal frameworks.

New installer packages, Docker images and AMIs are already available at the usual places. 

Want to try out Remote Manager? Sign up for a free account at our demo server.

Tagged