Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page gives details on how to install the Chaos License Server for Chaos products.

Floatingpagetoc

 

UI Button
colorblue
newWindowtrue
icondownload
titleDownload the License Server
urlhttps://download.chaosgroup.com/?platform=47&product=48

Overview


The Chaos License Server is a secure way to license products online as a highly-encrypted centralized online system that manages licenses for all your systems. Additionally, the Chaos License Server also provides for users to "borrow" licenses from their online accounts and work offline without having Internet connection or a hardware dongle, for up to 14 days at a time.

 

Installation Process


UI Text Box
typetip

On the Linux OS, please use your local user with the sudo command instead of the root user to run the installer.

 

1) Run the Chaos License Server installer that is included with the Chaos product installation package or download the Chaos License Server installer separately from the Downloads section of the Chaos website (you need to be logged in to access it).

 

Section
Column
width20%

 

Column
width60%

Column
width20%

 

 

2) Please read over the license agreement. To continue with the installation process, click the I agree button.

 

Section
Column
width20%

 

Column
width60%

Column
width20%

 


3) You can choose to accept the default installation parameters, or use the Customize button to change these parameters.

 

UI Text Box
typeinfo

If you are installing for the first time, then Activate during installation option will be checked. If you have a previous version of the Chaos License Server installed and already activated, then this will be unchecked.

Section
Column
width30%


Windows Default Install path - C:\Program Files\Chaos Group\VRLService\OLS

Column
width5%

 

Column
width30%


Linux Default Install path - /usr/ChaosGroup/VRLService/OLS

Column
width5%

 

Column
width30%


macOS Default Install path - /Applications/ChaosGroup/VRLService/OLS

 

 

UI Text Box
typenote

 It is not possible to install an older version of the license server. A notification window appears if you try to do so.



If you however, wish to go with the older version, you need to uninstall the current license server first.

 

4) The Customize button lets you change the following options:

License server directory – You can select a license server install directory different than the default one. 

Migrate data during installation – When enabled, transfers all of your settings made with older versions of the Chaos License Server, such as enabled dongle subsystem, proxy settings, etc. Disabling this option in the Customize menu installs Chaos License Server with all settings at their defaults and any custom settings from the previous installation are lost.

Add firewall exception – Enabling this option allows the default licensing port (TCP 30304) in the firewall. If you disable it at this step, you will need to manually add firewall exceptions later. 

UI Text Box
typetip

The Cancel button aborts the installation process.

The Back button lets you go back to the previous step of the installation process.

Section
Column
width20%

 

Column
width60%

Column
width20%

 

 

5) The installation process then checks for running applications, which may take a few minutes so please be patient.

 

Section
Column
width20%

 

Column
width60%
Column
width20%

 

UI Text Box
typenote

The application may appear to be non-responsive, but it should complete its search for running applications and move on to the next step.

 

6) The Chaos License Server is then installed on your machine.

Section
Column
width20%

 

Column
width60%

Column
width20%

 

 

7) The application is registered as a service using one of the init systems available within your machine's OS. Use the appropriate service commands to start and stop the license server.

 

Section
Column
width30%

For Windows, use the Services window


Column
width5%

 

Column
width30%

For Linux, use SystemV, Upstart or systemd

Column
width5%

 

Column
width30%

For macOS, use sudo launchctl load /Library/LaunchDaemons/com.chaos_group.vrol.plist to start the service or sudo launchctl unload /Library/LaunchDaemons/com.chaos_group.vrol.plist to stop the service. The commands are executed in the Terminal.app and prompt you to use your mcOS user password.

 

8) Enter your credentials, these are the same as the credentials used to log into your account at my.chaosgroup.com. There is an option to request password recovery if you have forgotten it. Press the Forgot your password? link to proceed.

The Other Sign-in options button redirects you to the login page of http://127.0.0.1:30304/

 

Section
Column
width20%

 

Column
width60%

Column
width20%

 

 

9) The installation process is then complete.


10) If you are installing for the first time and you deselected the Activate during installation, a browser window of the Chaos License Server interface opens. Click the Sing in to enable online licensing link.

 

Section
Column
width20%

 

Column
width60%

Column
width20%

 

UI Text Box
typetip

If you close your browser window, an easy way to reopen the license server page is from the Manage Chaos License Server link installed with the rest of your Application shortcuts (e.g. Windows Start Menu), which directs you to http://127.0.0.1:30304/

 

11)  Log in to the Chaos Login Portal and enter your credentials.

 

 

For more details on how the Licensing System works, please see the License Setup page.

 

Run Chaos License Server installer safely on macOS Catalina and later


In macOS Catalina and later, when an app fails to install because it hasn’t been notarized or is from an unidentified developer, it will appear in System Preferences > Security & Privacy, under the General tab.

Click Open Anyway to confirm your intent to open or install the app.

 

Section
Column
width30%

 

Column
width40%

Column
width30%

 

 

The warning prompt reappears, and you can click Open.*

 

Section
Column
width30%

 

Column
width40%

Column
width30%

 

 

The app is now saved as an exception to your security settings, and you can open it in the future by double-clicking it, just as you can any authorized app.

For more information, see Apple's How to open an app that hasn’t been notarized or is from an unidentified developer article.

 

Silent Installation


A silent installation allows you to complete Chaos License Server installation without running the installer's GUI. To complete a silent installation, run the installer with the following command:

Code Block
cgls_win_5.3.0.exe -auto

This installs the license server with the automatic preferences and accepts the EULA.

 

If you want to specify a custom installation directory or choose not to add firewall exceptions, run the installer with the following command:

Code Block
cgls_win_5.3.0.exe -gui=0 -quiet=1

 

The -quiet=1 argument automatically accepts the EULA. You can then select an installation directory and choose whether to include firewall exceptions.