Are you adding the correct client (Client v7 vs Legacy v6) to HFM ?
You need to allow remote access in the config.xml files of the clients you want to monitor :
Code: Select all
<!-- HTTP Server -->
<allow v='127.0.0.1-192.168.1.5'/>
<!-- Network -->
<proxy v=':8080'/>
<!-- Remote Command Server -->
<command-allow-no-pass v='127.0.0.1-192.168.1.5'/>