What you will need

Make sure that you have prepared the following points:

Setup

1. Access the edge device remotely (Access the Edge Device via Remote Terminal).

2. Edit the ~/.node-red/settings.js file in your user directory and uncomment the contextStorage section.

contextStorage: {
 default: {
  module:"localfilesystem"
 },
},

📌Note: The location of the file is depending how you start the node-red. Could be under root or your user directory.

3. Install Teamviewer Embedded Node-Red Plugin directly from the Node-Red environment.

Access your Node-Red webpage. From the menu, select Manage Palette, search for “teamviewer” and click Install.

node-red-plugin-download.png

4. Alternatively, install Teamviewer Embedded Node-Red Plugin using npm by running in terminal the command:

npm install @teamviewer/node-red-contrib-teamviewer-iot