New/Edit server

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

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 configuration file

Server root URL

The URL of the root of the website, such as http://192.168.1.2/KenticoCMS

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

 

Page url: http://devnet.kentico.com/docs/5_5r2/contexthelp/index.html?newedit_server.htm