| 
    | 
   ||
Server display name  | 
Some descriptive name displayed to the users.  | 
Server code name  | 
Code name of the server that will be used in the server's configuration file.  | 
Server root URL  | 
The URL of the root of the website, such as http://192.168.1.2/KenticoCMS The Check Server availability button (  | 
Server enabled  | 
If checked, the server is enabled.  | 
Please note that you need to update the web.config file on each server and add the following keys into the /configuration/appSettings section:
<add key="CMSWebFarmServerName" value="Server code name" /> <add key="CMSWebFarmEnabled" value="true" />  | 
More resources can be found at:
•Developer's Guide -> Modules -> Web farm synchronization -> Overview
•Developer's Guide -> Modules -> Web farm synchronization -> Defining web farm servers