Configure servers to diagnose
- Last UpdatedApr 10, 2025
- 1 minute read
By default, the AVEVA™ Production Management installer configures the local computer as the diagnosed computer. You can change this configuration, or configure additional servers to display.
To configure the servers in Diagnostics website
-
Locate the web.config file in C:\Program Files\AVEVA\AVEVA Production Management\Web\Diagnostics\

-
Open the Web.config file in an editor.
-
In the Servers section, modify the server names and hosts.
<servers>
<server host="machinename" name="displayname" port="8889" />
<server host="machinename" name="displayname" port="8889" />
</servers>
-
Name - (Optional) The name of Server to display in the Diagnostics website instead of the host name.
-
Host - Either the computer name or the IP address of Server. This value is required and displays in the Diagnostics pages if no name is provided.
-
Port - (Optional) The port number Server is listening on for diagnostic requests. The default value is 8889.
-
-
Save and close the file.