Configuring Connection to Server
Follow these steps to configure the client's connection to the RPA server:
-
With a text editor, open the following configuration files –
-
For robot clients:
C:\Program Files\Nintex Kryon Robot\Config\appSettings.config
-
-
For Studio:
C:\Program Files\Nintex Kryon Studio\Config\appSettings.config
-
Find the line that begins:
<add key="MainServerNames"
, and change the value to the FQDN of the RPA server (full computer name).-
The full line should now read:
<add key="MainServerNames" value="<FQDN of the RPA Server>" />
In a high availability setup, the full line should be:
<add key="MainServerNames" value="<FQDN1>@@<FQDN2>"/>
Insert the FQDN or RPA Servers where FQDN1 and FQDN2 are written.
-
-
Ports: If the server was installed using the default ports, the following values do not need to be changed.
If you opened non-default ports when you installed the server, change the values of the following parameters:
-
<add key="NetComPort" value="<server port number used for Net.TCP Port>" />
-
<add key="HttpComPort" value="<server port number used for HTTP Port>" />
-
<add key="HttpsComPort" value="<server port number used for NGINX Port>" />
(relevant to TSL/SSL only)
-