With Citrix migrating their consoles over to Web Browsers, pre-populating the domain name into the login fields can make it easier for administrators to login, and save users from mistyping their domain name accidentally. As Citrix releases new Web Consoles I will update this document to outline the steps for filling this field automatically. If you are load balancing these services make sure to make these modifications on all servers. For Director you can just copy that file over the network as the file name is always the same, but Web Studio, and WEM Console generate a random string on installation based on versions.
Citrix Director
- Make a backup copy of “C:\inetpub\wwwroot\Director\LogOn.aspx”
- Edit “C:\inetpub\wwwroot\Director\LogOn.aspx”
- Search for <asp:TextBox ID=”Domain” runat=”server”
- Add Text=”your domain name here” after the “server” portion
- Safe and refresh the page.
Citrix Web Studio
- Make a backup copy of “C:\Program Files\Citrix\Web Studio\Site\projects_mainapp_src_bootstrap_ts.*.js”
- Edit “C:\Program Files\Citrix\Web Studio\Site\projects_mainapp_src_bootstrap_ts.*.js”
- Search for this.domain=””
- Place your domain name inside the quotes
- Save and refresh the page.
Citrix WEM Console
- Make a backup copy of “C:\Program Files (x86)\Citrix\Workspace Environment Management Web Console\WEMWebConsole\main.*.js”
- Edit “C:\Program Files (x86)\Citrix\Workspace Environment Management Web Console\WEMWebConsole\main.*.js”
- Search for this.domain=””
- Place your domain name inside the quotes
- Save and refresh the page.