First Time Customized NetScaler / AGEE Login Pages

By default,  the NetScaler / AGEE  login pages are overwritten with the system default pages on the appliance reboot.  If the NetScaler / AGEE appliance has never had login pages customized the following steps will need to be completed to setup a customized login page environment.  If you have already done this, you can skip to the next chapter.  

The following commands are based off of the following Citrix articles:

http://support.citrix.com/article/CTX126206

http://support.citrix.com/article/CTX123121

Login to the NetScaler / AGEE

Login to the NetScaler / AGEE via SSH.  Then drop to the command prompt by issuing the 'shell' command.

Make Customized Login Page Directory

#> mkdir -p /var/customizations

Copy the Existing Login Pages

cp -R /netscaler/ns_gui/vpn /var/customizations

Deploy nsafter.sh script

Download the nsafter.sh from SyferLock Support page ( http://support.syferlock.com ).  Once you have downloaded the nsafter.sh script, upload the nsafter.sh script to the /nsconfig directory on the NetScaler / AGEE appliance.

Once uploaded, make sure the nsafter.sh script has executable permissions.