Remove launcher download from Login Enterprise

Connect to the Login Enterprise appliance using SSH or a console connection. 

Move the launcher binaries to a location that is not publicly accessible e.g. /home/admin

mv /loginvsi/content/zip/launcher* /home/admin/

2022-06-23_11_32_42-Remote_Desktop_Manager__LAB-MS01_.png

Check if the files exist in the new location:

ls /home/admin

2022-06-23_11_33_55-Remote_Desktop_Manager__LAB-MS01_.png

Check if the files are removed from their original location

ls /loginvsi/content/zip/

No files with the name launcher* should be present in this folder as shown below. 

boxed.png

You have now successfully removed the launcher binaries from the publicly accessible areas of Login Enterprise. As a result the launcher setup cannot be downloaded from the Login Enterprise web-interface.

To reverse these actions (not recommended) execute the following command

mv /home/admin/launcher* /loginvsi/content/zip