Installing and using nmap
Install nmap on Linux
Using apt:
# Update package index
sudo apt update
# Install nmap
sudo apt install nmap
# Verify installation
nmap --version
Use nmap on Linux
# Scan for device IP addresses
sudo nmap 10.42.0.0/24
The address shown after Nmap scan report for is the SenseXperience device's IP address.