Richard Parmiter

Virtualisation blog and Knowledge Base

  • You are here: 
  • Home
  • customisation

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 logos on Citrix Web Interface 5.x

Posted on July 13th, 2010

This was done on Citrix Web Interface 5.2.0 but should work on any 5.x version

White theme

This is detailed in several places but most notably here: CTX119509

This gives the default logon screen in white.

Identify the images used

Here is a screen shot of the default view and list of the associated images & resolutions

There are 3 main images:

Image Filename Dimensions CAG Ent filename
1 CitrixLogoHeader.gif 265 x 62 CtxHeader01.bmp
2 HeaderBlack.gif 1175.62 CtxHeader02.bmp
3 CitrixWatermark.gif 115 x 62 CitrixWatermark.gif

These are similar, but not the same, as the images for the Citrix Access Gateway Enterprise. The similar names are also listed. I have found it best to simply use the same images for both sites but just saved as different filetypes.

There is also the one moment please screen to consider

Image Filename Dimensions CAG Ent filename
4 ProgressWindow.gif

ProgressWindows.png

As original ProgressWindow.gif

ProgressWindows.png

Simply open the ProgressWindow images and change the colour

File Locations

The Images are located in

..\inetpub\wwwroot\Citrix\{site name}\media

Simply copy the new images to this location and overwrite the old ones.

There are other ways to ammend these image details, by selecting the web site appearance options within the Web Interface console, but I find it easier and quicker to just overwrite the files.

Just make sure you keep the same dimensions for each image as this means you don’t need to edit any other files.

Tags: , , , , , , , , ,
Filed under Citrix Web Interface | No 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 »

Retaining CAG EE logon page customisations

Posted on August 18th, 2008

It is possible to customise the Citrix Access Gateway Enterprise Edition (CAG EE) logon page to add a privacy notice or a logo, for example.

Customisation details are located here: CTX117277

However, when the Netscaler device is booted, the customisations you have made are overwritten by the default logon page. I am not sure why this happens as it’s a bit silly and really annoying – especially if you don’t know this before you reboot the device…

Read the rest of this entry »

Tags: , , , , , , ,
Filed under Citrix Access Gateway | No Comments »