VE License Server Web-based Management GUI
Starting with VE license server version 1.1.13, the previous information-only web interface has been changed to a management interface. It provides the following functions:
- 1 Accessing the Management GUI and Logging in
- 2 Displaying the License Information
- 3 Displaying the List of Connected Clients
- 4 Displaying the List of Registered Clients (AutoVE mode)
- 5 Updating a License
- 5.1 Exporting a C2V File
- 5.1.1 License Type
- 5.1.2 Platform
- 5.1.3 Steps to export a C2V file
- 5.2 Importing a V2C File
- 5.1 Exporting a C2V File
- 6 Managing Web-GUI Users
Prerequisites:
The TCP port used by remote systems to web-based management interface must be permitted on the license server, and by any intermediate firewall.
Default: TCP/8084; an alternative port can be configured in /opt/license-server/config.ini (VE versions before 2.4.9) or /opt/license-server/config.ini (VE version 2.4.9 or later).TCP port 80 must be available to the license server to redirect HTTP requests to HTTPS. For remote connections, the port must also be permitted through intermediate firewalls. Starting with version 1.1.25, redirection (and thereby use of TCP port 80) can be enabled or disabled in /opt/license-server/config.ini (VE versions before 2.4.9) or /opt/license-server/config.ini (VE version 2.4.9 or later).
Important: at the time of writing, the web-server component of the license server applications will not start if a port required by the web server is already used by another application. This will also prevent the licensing component from starting.
Accessing the Management GUI and Logging in
The web-based management GUI is provided by the license server on TCP port 8084 by default (the port can be changed in config.ini; see also Additional Configuration Options - the config.ini File).
Use the following URL in any web browser to access the management GUI:https://<host>:<port>/ where
host is the name or address of the VE license server, and
port is the TCP port (8084 by default).
Use localhost as the hostname for accessing the GUI of a license server running on the local system. Example: https://localhost:8084. Using just http://<license-server-ip> will redirect to the configured HTTPS port.
Please note: any intermediate firewall must allow the TCP ports used for the management GUI.
Upon connecting to the URL, a login screen will be displayed.
Default credentials:
Username: charon
Password: stromasys
After logging in, you will be presented with a list of menu options on the left pane of the screen and the content of the selected option on the right hand. Please change the default password immediately.
Certificate Warning when Connecting to the Management GUI
When connecting to the VE license server web-based management GUI for the first time, the web browser will issue a warning and inform the user that the connection is not private. This is due to the fact that Stromasys, when creating the installation kit, cannot foresee the actual customer environment. Thus, the SSL certificate included with the license server kit includes a dummy hostname that does not match the real hostname of the customer license server system, and it also contains Stromasys as the certificate authority which is unknown to web-browsers by default.
It is possible to override the warning and connect to the page. Otherwise, users must
either obtain a certificate for the host from one of the commercial certification authorities, or
they must create their own self-signed certificate and add it to the web browser.
See Certificates Used by the VE License Server for more information.
Displaying the License Information
The first screen after login is the license information screen similar to the one shown below:
It can be selected via the menu on the left (License Information).
Displaying the List of Connected Clients
The client list can be displayed by selecting the Client List option on the left pane. A sample with one connected client is displayed below:
Please note: Charon-PAR license clients cannot inform the license server about the configured number of CPUs and amount of memory. Hence, for these clients, the corresponding fields in the display will be empty.
Displaying the List of Registered Clients (AutoVE mode)
This option shows clients registered with the AutoVE license servers independent of whether the instance is active.
Updating a License
The license management section can be opened by selecting Update License on the left pane. This will open the license management screen as shown below:
The license management section includes two options:
Exporting a C2V file (the fingerprint of the license server system)
Importing a V2C file (the license file created by Stromasys after receiving the C2V file)
The result panes show the result of the operation including any errors that may have occurred.
Exporting a C2V File
As an alternative to the command-line program for C2V export, you can create your C2V file via the management GUI. The section for C2V export has two input fields described below:
License Type
Options:
VE License: select if the license server operates in general VE license mode.
AutoVE License: select if the license server operates in AutoVE mode.
General VE license mode and AutoVE mode are mutually exclusive.
Platform
Drop-down menu to select platform on which the license server runs. This list is different depending on the mode in which the VE license server runs:
Platforms supported by general VE license mode:
Amazon AWS
Oracle OCI
Microsoft Azure
Google GCP
IBM Cloud
Nutanix AHV
VMware ESXi
Physical Machine
Platforms supported by AutoVE mode:
Amazon AWS
Oracle OCI
Microsoft Azure
Google GCP
The platform selected must match the platform on which the license server host system runs.