• View Communities
    • Citrix Developer Network
      The place for unfiltered straight talk on Citrix products. Blogs, code downloads, best practices, APIs, and more can all be found here.
    • Citrix Ready Community Verified
      Does it work with Citrix? Application compatibility questions are a thing of the past with the new Citrix Community Verified site.
    • Blogs
      Learn the latest from the Citrix employees who are building application delivery infrastructure technologies.
    • Blogosphere
      The Citrix Blogosphere is a window into the thousands of conversations taking place about Citrix and Application Delivery.
  •  Sign In
The Citrix Blog
Personal Blog
Richard Davis
Related Tags
posted by Richard Davis

Everyone should know by now that the NetScaler standard is the best practice for XenApp delivery.  So why do folks still see "Access Gateway" on the NetScaler's cool carbon fiber login page?

Do your prospects a favor and provide a consistent message that NetScaler is the solution they are testing! 

One small way you can address this is by changing the "Access Gateway" graphic in the VPN login page to read "NetScaler".   I bet you didn't even know Citrix already put the logo on the device, did you?




Proceedure


  1. Log in to the command line interface using any of the available methods:
    1. Web GUI: System > Diagnostics > Command Line Interface
    2. Console port 
    3. SSH client
  2. Issue the following commands:
> shell
# cp -r /netscaler/ns_gui/vpn/* /var/vpn/vpn
# cd /var/vpn/vpn/images
# mv ctxHeader01.gif ctxHeader01ForAGEE.gif
# cp ctxHeader01ForTM.gif ctxHeader01.gif


Notes

 Used NetScaler 9.0

Labels

agee agee Delete
access gateway enterprise edition access_gateway_enterprise_edition Delete
netscaler netscaler Delete
vpn vpn Delete
logo logo Delete
grp-all-exclude grp-all-exclude Delete
lang-eng lang-eng Delete
access-gateway access-gateway Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Oct 28

    Jenny Sheerin says:

    Does not keep the settings when the NetScaler is rebooted.

    Does not keep the settings when the NetScaler is rebooted.

    1. Nov 04

      Richard Davis says:

      Thank you for noticing that. We need to copy the files over to the /var/vpn/vpn...

      Thank you for noticing that. We need to copy the files over to the /var/vpn/vpn/ directory so they will be available after the reboot. I've updated the article to do this for us.

  2. Nov 04

    Jenny Sheerin says:

    Thanks! That did it!

    Thanks! That did it!

Add Comment