Skip to main content
Skip table of contents

Configuring an Ekran System Client Golden Image


An Ekran System Client golden image allows you to configure a golden image on a Client computer, and then clone this image of the virtual machine (VM) to other Client computers, while avoiding creating duplicates of Clients in the Ekran System Management Tool.

NOTE: The instructions on this page are only valid for Ekran System version 6.37 or later.


Table of Contents


1. Configuring a Client Golden Image


To configure the Ekran System Client Golden Image option, do the following:

1. Download the Ekran System Client installation package from the Management Tool by opening the Client Management page, and clicking the Install Clients button, then click the Download Installation File button, and select the Windows OS, and click either Windows Client installation Package (.INI + .EXE) to generate the installation package or Windows Client installation (.EXE) to download the installation file.

     

     

2. Copy the Client installation package/file to the computer that will be used as the golden image, and install the Client on it (see more information on Client installation in the Installing Windows Client Locally section).

3. On this Client computer, open the folder where you installed the Ekran System Client (by default: C:\Program Files\Ekran System\Ekran System\Client), and rename EkranClient.exe to EkranClient1.exe.

     


4. Open Windows Services, and stop the EkranClient and EkranController services.

     

5. Open Windows Registry Editor, and in the HKEY_LOCAL_MACHINE\SOFTWARE\EkranSystem\Client key, do the following, and then save the changes:

Delete the AgentGUID value.

   

• Add a new DWORD value, and specify the following values in its fields:

- Value name: GoldenImageMode

Value data: 1

6. Open the folder where you installed the Ekran System Client (by default: C:\Program Files\Ekran System\Ekran System\Client), and rename EkranClient1.exe to EkranClient.exe.


NOTE: Do not restart the EkranClient service after this procedure, which needs to remain stopped until the next reboot of the system, otherwise this image will get a new ID and will start to produce duplicates.

After completing the steps above, the image can be used to clone your virtual machine without creating duplicate Clients.


2. Automatically Adding the Ekran System Client to Specific Client Groups


This option allows you to automatically add the Ekran System Client to the required Client group/s (in addition to the default All Clients group) after configuring a new golden image. In this way, each cloned Client will then automatically inherit the settings from the Client group/s defined.

To enable the option to automatically add Clients to a specific Client group, do the following:

1. Add the following key to the EkranServer.settings.config file (located in C:\Program Files\Ekran System\Ekran System\Server):

<add key="ClientAutoAssignToClientGroupEnabled" value="1" />

2. Define the auto-assignment rule by adding the following key (containing the required Client group ID) to the EkranServer.settings.config file:

<add key="ClientAutoAssignToClientGroupWithId2" value="WIN11-COMP1; WIN11-COMP2; WIN11-COMP3; WIN11-COMP4; 192.168.90.10; 192.168.90.20; 192.168.90.30; 192.168.90.40"/>

NOTE: Replace the hostnames and IP addresses in the example above with hostnames / IP addresses from your environment. You can define either the hostnames or IP addresses, or both.

NOTE: To automatically add a Client to multiple Client groups, additional keys can also be added to the .config file in a similar way, while specifying the ID of the additional Client group required in each key.

NOTE: For SaaS deployments, since the EkranServer.Settings.config file is not available, please contact your Ekran System vendor or the Ekran System Support team to enable this feature in your environment.

The second key above consists of 2 parts:

• key="ClientAutoAssignToClientGroupWithId2" - specify the ID of the Client group (which you can find on the Client Management page, on the Client Groups tab, by clicking on the name of the required Client group).

 

• value="WIN11-COMP1;192.168.90.10...” - you need to specify the hostnames and/or IP addresses that will be used by the new cloned images to be created in your environment. According to the DHCP settings in your environment, you can also specify IP addresses / hostnames that will be used for VMs to be added in the future.

If the cloned Ekran Client has a hostname or IP address that is included in the list, then the Client on this computer will be automatically added to the Client group with the ID specified in the key, and will inherit all the settings from this Client group.

In the example above, VMs with the hostnames WIN11-COMP1, WIN11-COMP2, WIN11-COMP3, WIN11-COMP4 and IP addresses 192.168.90.10, 192.168.90.20, 192.168.90.30, and 192.168.90.40 will be added to the Client group with the ID = 2, and will inherit all settings from this Client group.

Additional options for the auto-assigning rule:

- 192.168.1.* - this template can be used for all IP addresses that starts with 192.168.1, e.g. 192.168.1.24 or 192.168.1.233.

- 192.168.1.30-75 - this template can be used for all IP address in the range between 192.168.1.30 and 192.168.1.75, e.g. 192.168.1.34 or 192.168.1.68.

- Ekran-pc-* - this template can be used for all hostnames that start with Ekran-pc-, e.g. Ekran-pc-Alex or Ekran-pc-Max.

3. Restart the EkranServer service to apply the changes made to the EkranServer.settings.config file.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.