nmap is a command line tool, scanning for open ports on your system.
Use it like this: nmap -sT -O localhost
Scan if ports are reachable on server: nmap -Pn -p 3000 <ip-address>
nmap is a command line tool, scanning for open ports on your system.
Use it like this: nmap -sT -O localhost
Scan if ports are reachable on server: nmap -Pn -p 3000 <ip-address>