Skip to main content

Documentation Portal

Edge Manager

As a network administrator or IT expert, Edge Manager will be your portal to monitor the health of the TrendMiner server and keep it up to date.

Type ‘http://<trendminer_address>:8080’ in the browser navigation bar to navigate to Edge Manager.

The default password to enter Edge Manager is "admin".

Note that as long as SSL is not configured (or when there are issues with the SSL certificates) Edge Manager can only be accessed via http and not via https.

Tip

After successful configuration of SSL (and as long as the certificates are valid) Edge Manager can also be accessed via https://<trendminer_address>/edge

As soon as SSL is enabled your browser will likely redirect you to https://<trendminer_address>:8080, even when you explicitly add http in the navigation bar.

This will result in a page showing ERR_SSL_PROTOCOL_ERROR.

ERR_SSL_PROTOCOL_ERROR

The easiest way to open Edge Manager anyway is to use incognito mode/inprivate browsing. When switching to incognito mode/inprivate browsing make sure to not browse to https links on this domain as all http calls will be redirected to https as of that moment.

Alternatively you can use the instructions below connect via http for this domain.

Chrome

  1. In your navigation bar, enter chrome://net-internals/#hsts

  2. Under "Delete domain security policies" enter your TrendMiner domain in the input field (without protocol or port), e.g. "mycompany.trendminer.com"

  3. Click "Delete"

chrome_hsts

Now you should be able to browse to Edge Manager. Note that as soon as you browse to a https page on this domain again, the setting will get lost and you need to repeat the above procedure to access Edge Manager.

Edge

  1. In your navigation bar, enter edge://settings/privacy

  2. Click on "Choose what to clear"

  3. Check "Cached images and files"

  4. Click "Clear now"

edge_settings_privacy_clear
Admin access

Go to the 'SETTINGS' section and click on ‘Admin access’ to change the Edge Manager password.

Tip

Store your new password securely in your company password manager. TrendMiner will not be able to recover your lost password.

edge-pass-reset.png
Upload TrendMiner license
  1. In Edge Manager expand the ‘MANAGEMENT’ menu and click ‘License’.

  2. Click ‘Browse files’.

  3. Select the license file which was received from the TrendMiner Customer Success team. Please contact the TrendMiner Customer Success team in case you did not receive a license file yet or for more information concerning the required license.

  4. Click ‘Upload license’.

  5. Your TrendMiner license expiration date will be shown here.

    Note

    If your license includes usage of the licensed features MLHub and Machine Learning Model tags the expiration dates of these features will also be shown on this screen. Note that besides a valid license for these features also a different installation/upgrade package is required. For more information about these features please contact your Customer Success Manager.

    2024_R1_edgeman_license.png
NTP Settings

Important

Filling in an NTP server is considered mandatory. TrendMiner might work without a configured NTP server but not filling in an NTP server could lead to security issues like for example automatic logouts of users.

  1. Expand the ‘SETTINGS’ menu and click ‘General’ to configure the NTP server.

    edge_manager_settings_general_2023.R3.0
  2. In the "NTP servers" input box enter an IP address or hostname from an NTP server.

  3. Click the "+" icon to add it.

  4. Repeat step 2 and 3 for each NTP server you want to add.

  5. Click "Save setting"

  6. A feedback popup "NTP servers updated successfully" will show up on the bottom right of the screen.

Configure SSL/HTTPS

Important

Following our security by design principles SSL configuration is mandatory. Not configuring SSL could lead to login issues for users.

SSL can be configured in the 'SECURITY' section of Edge Manager. Via the 'SSL' menu a private key, a certificate and a certificate chain must be uploaded which will show up in the 'Certificates' menu under 'Trusted Certificates'.

Your company should have its own procedure for enabling SSL for their web applications. As part of this procedure, you might need to generate a Certificate Signing Request (CSR) which is explained here: How to get a CSR?. With this CSR your IT department will generate the key and certificates which you can use to enable SSL in TrendMiner.How to get a CSR?

  1. Upload all three files (Private key, Certificate and Certificate chain)

    Important

    It is important that 3 separate files are uploaded and that these files are in the correct format. More information on how to get these files can be found here:

  2. Enable HTTPS from the 'Actions' dropdown button.

  3. This action will trigger several tasks on the right side of the screen. Wait a few minutes until all the tasks change to the ‘SUCCESS’ status.

    2024_R1-edge_ssl.png

    Tip

    While these tasks are running, you might need to refresh your screen several times. If you are unable to reach the server, try changing the protocol/scheme used to reach the ConfigHub page from http:// to https://

    Make sure the company firewall rules allow you to access both http:// and https:// for TrendMiner to make sure you are not locked out when enabling SSL or in case your certificates expire later on.

More info on SSL and how to configure it can be found here: SSL configuration