VitalPBX4 Provisioning No Devices found

When scanning the network, no devices are found:

In the same network with same ip settings, version 3 works fine.

Execute the command below and see if you get some error.

nmap -T4 -sP -n -oX - 10.10.0.0/22

Replace “10.10.0.0/22” with your actual IP/CIDR

Had to install nmap first and then:

and vitalpbx sees devices finally:

We will add the nmap package as a dependency for the next update. Thanks for the info!