1) Web API:
In order to enable Web API Control mode;
Click Tools menu.
Select Option.
From the option menu go to "Web API".
From the right menu please enable the "Web API" control mode.
Click "OK" button.
The Address should be added to firewall exceptions.
Open command line as admin mode and run this command:
netsh http add urlacl url=[address] user=everyone
for example:
netsh http add urlacl url=http://10.7.10.70:3006/ user=everyone
2) Telnet:
...