Firewall is blocking the UiPath Community Edition installed,

Any one can help out create the Firewall exception Rules here?
Can we know the IP and port numbers so that the necessary update can be done at the network.
I can not really afford to disable the firewall to use the UiPath Community Version.

1 Like

Even I require a solution for the same problem, please help

@AshwiniKale

proxy should be changed at two places

1.C:\Users\XXX\AppData\Local\UiPath\app-19.3.0\UiPath.Service.Host.exe.config

change at the place of

<system.net>
<defaultProxy>
  <proxy
    usesystemdefault="true"
    proxyaddress="http://IP:PortNo"
    bypassonlocal="true"
  />
</defaultProxy>

</system.net>

2.C:\Users\XXXX\AppData\Local\UiPath\app19.3.0\UiPath.Service.UserHost.exe.config

<system.net>



</system.net>

Regards,
A Manohar