How to change the license name / banner
There are three elements on the VISULOX login page header:
- The customer logo
- The banner
- The connection line

Banner and connection line can be fully configured. Cluster and node related.
The license name / banner configuration can be changed with the following command for a node:
visulox config -name .banner
----------------------------------------------------------------------------------------------------------------------------------
| parameter | type | value ... |
----------------------------------------------------------------------------------------------------------------------------------
| fileexchange.banner | SETUP | %LICENSE% ... |
| ftpd.banner | OPERATION | VISULOX FTP Server: to login with username/pin. You will find your pin in your T ... |
| layout.vMPOL6U3DEVEL.banner | SETUP | ... |
| portal.banner | SETUP | %LICENSE% ... |
----------------------------------------------------------------------------------------------------------------------------------
visulox config -name .connection
---------------------------------------------------------------------------
| parameter | type | value |
---------------------------------------------------------------------------
| fileexchange.connection | SETUP | From %RIP% on %NODE% (%HOST%) |
| layout.vMPOL6U3DEVEL.connection | SETUP | |
| portal.connection | SETUP | From %RIP% on %NODE% (%HOST%) |
---------------------------------------------------------------------------
The node related texts are concatenated to the cluster wide parameters.
Example: Changing the portal.banner name
visulox config -name portal.banner="VLX Demo System"
Configuration parameters set while the node is offline will only be applied to the local VISULOX Node.
If a parameter should be changed for the whole VISULOX Cluster, the parameter has to be set again once the node is online again.
Available placeholders:
| Variable | Description |
|---|---|
| %SYSTEMID% | Unique system ID |
%LICENSE% | License name |
| %CUSTOMER% | Name of the customer |
| %OWNER% (Filexchange only) | Name of the owner |
| %OWNERSHORT% (Filexchange only) | Short name of the owner |
| %FULLNAME% (Filexchange only) | Full name of the owner |
| %HOST% | Hostname |
| %HOSTSHORT% | Short name of the host |
| %NODE% | Logical name of the node |
| %RIP% | Remote IP address |
| ... | ... |