Node-RED is a visual tool for wiring the Internet of Things (IoT) and is built on top of Node.js. In this tutorial, we will see how to install Node-RED on Kali Linux Latest.
Before we begin, there are a few prerequisites:
Let's begin by updating the system to its latest version. Run the following commands:
sudo apt-get update
sudo apt-get upgrade
Once the upgrade is complete, open a terminal and run the following command to install Node-RED:
sudo npm install -g --unsafe-perm node-red
The --unsafe-perm
flag is included to avoid any permission-related issues.
Once the installation is complete, run the following command to start Node-RED:
node-red
This will start Node-RED, and you should be able to access it by opening a web browser and entering the following URL: http://localhost:1880
.
Congratulations! You have successfully installed Node-RED on Kali Linux Latest. You can now start building your IoT projects with Node-RED.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!