Richard Parmiter

Virtualisation blog and Knowledge Base

  • You are here: 
  • Home
  • title

Customize Page title & favicon on Citrix Web Interface 5.x

Posted on July 13th, 2010

The defaut page title and fav icon logo appear on the browser tab when connecting to the Citrix Web Interface Site.

Shown here:

It is possible to replace the logo with your own one and change the text to be more appropriate.

Logo

The logo is:  ..\inetpub\wwwroot\Citrix\{site name}\media\IcaComboAll.ico

replace with your own .ico file but keep the same file name

Browser Title text

This is picked up from the following file:

..\inetpub\wwwroot\Citrix\{site name}\languages\common_strings.properties

Near the top of the file look for the sections:

DefaultProductName=Citrix XenApp
DesktopProductName=Citrix XenDesktop

and change to your own name.

the bit after the common name cannot be changed in the same way (i.e. the -Applications bit in the above screen grab). This changes depending on the screen you are in from the WI site (Applications, Messages, Preferences, session settings etc)

Tags: , , , , , ,
Filed under Citrix Web Interface | 3 Comments »

Customize Page title & favicon on Citrix Access Gateway Enterprise Edition

Posted on July 13th, 2010

The defaut page title and fav icon logo appear on the browser tab when connecting to the Citrix Access Gateway Enterprise Edition.

Shown here:

It is possible to replace the logo with your own one and change the text to be more appropriate.

Logo

The logo is:  /netscaler/ns_gui/vpn/images/AccessGateway.ico

replace with your own .ico file but keep the same file name

Browser title text

The title text is in two places

First: /netscaler/ns_gui/vpn/index.html

Search for the section:

<TITLE>Citrix Access Gateway</TITLE>

and change to your text

<TITLE>My CAG Text</TITLE>

Second: /netscaler/ns_gui/vpn/resources/en.xml

Search for the multiple sections:

<Title>Citrix Access Gateway</Title>

and change all of them to your text

<Title>My CAG Text</Title>

Keep changes after reboot

Copy the modified files to /var/mods and add the following lines to the /nsconfig/rc.netscaler file

cp /var/mods/images/AccessGateway.ico /netscaler/ns_gui/vpn/images/AccessGateway.ico
cp /var/mods/index.html /netscaler/ns_gui/vpn/index.html
cp /var/mods/en.xml /netscaler/ns_gui/vpn/resources/en.xml

New look and feel

Now it will look how you want.

Tags: , , , , , , , , ,
Filed under Citrix Access Gateway, Citrix Netscaler | 1 Comment »