Using termux I cannot use the root user commands.
- I using topfor seepid.
Next step i kill process.
kill pid
top for see pid.kill pid
 
    
    You can find the port and PID with the netstat command.
netstat -lntp | grep node
ps allows you to find the full command of the process:
ps aux | grep node
