When you start the launcher for the first time, you will be prompted to add a instance.
Adding an instance
- Enter the hostname or IP address of the Platform Container.
- Enter the web interface port of the platform which is the value of the platform property
mz.webserver.port.
- Enter an arbitrary name for the instance or keep the default value based on the Host field.
- Select Secured Connection for HTTPS.
- Click OK. The Desktop Launcher will download version information and binaries from the Platform.
You now have the following options:- Click Login to log into the newly added instance.
- Click Add Instance to add another instance.
List of instances and login dialog
The Legacy Desktop opens. Depending on the logged in user, access is granted to different parts of the system.
Note!
Parts of the Legacy Desktop, configuration, and operation options may be disabled or not visible as a result of permission restrictions.The name of the logged in user and the name of the system that the Legacy Desktop has connected to are available in the status area at the bottom of Legacy Desktop.
Login Banner
If you use the mz.security.login.banner
property, you will be able to display any information that you want users to see before logging into the Legacy Desktop, Web Desktop or regular Desktop. The content of the banner is derived from a text file that can contain HTML-tag formatting and links. To enable the banner, you will need to insert the property into the Platform.conf
with the value for the property as the location and filename of the file that contains the information you want to be displayed on the banner.
Info!
Enabling the mz.security.login.banner
property will not only display the property on the Desktop Launcher, but also in the regular Desktop and Web Desktop login screen.
Example of the banner being used with a hyperlink.
Adding a banner
To enable and add your own banner:
- Create a simple file containing the content that you want to be displayed on the banner. The banner will not adopt the standard text format in your file, so you can use HTML tags like <p> or <br> to format your content.
- Add the file into your Platform server in a directory that can be accessed by the UNIX user.
Add the
mz.security.login.banner
property into thePlatform.conf
under the properties section.Example - Adding the property into Platform.conf
properties { mz.security.login.banner="/opt/mz/banner.html" }
- Restart the Platform. Should any content be changed in the file after the property has been enabled, the changes will be reflected on the banner when the Desktop Launcher selection or the Web Desktop or Web UI login page is refreshed.