How to publish a message on login page of Citrix NetScaler

If you want displayed a message on the login page on the NetScaler, you must following this steps.
  1. Connect to NetScaler with WinSCP or FileZilla
  2. Go to the File "index.html" (Path -> "/var/vpn/vpn")
  3. Make a backup from the file for your safety! ;-)
  4. Edit the file and change the red lines (see the example)
  5. Save the file
  6. Reload the login page and the message will be displayed
Example
<!-- Error message box -->
     <tr>
      <td align="center">
           <table class="CTXMSAM_LogonFont">
               <tr id="errorMessageRow">
                    <td class="glowBoxLeft">&nbsp;</td>
                    <td class="loginTableMidWidth">
                          <script language='javascript'>ns_disperrmsg();</script>
                    </td>
                    <td class="glowBoxRight">&nbsp;</td>
              </tr>
           </table>
       </td>
              <tr>
                    <td align="center">Example text. Example text.</td>
              </tr>
     </tr>
<!-- Footer -->

Comments

Popular posts from this blog

How to fix the check box on RDWeb 2012 for use private computer

SCCM 2012 Software Center returned error code 0x0041013 (-2147217389)

How to publish the remote desktop session servers to RDWeb under RDS 2012