Description

The GenRocket Multi-User Server (GMUS) allows many users to generate data via a central client application. The GMUS gives client application's the ability to let multiple users simultaneously run GenRocket Scenarios and generate synthetic data.  It manages user requests by launching multiple instances of the GenRocket runtime engine via the GenRocket API to run multiple GenRocket Scenarios simultaneously.  


GMUS Supported Operating Systems

  • Supported Operating Systems: Generally, Windows, Linux, and macOS -- but GenRocket can support most OS that support Java.

  • Supported Browsers: Commercially supported versions of Chrome, Firefox, Microsoft Edge, and Safari

GMUS Recommended Hardware Requirements

GenRocket GMUS can run on nearly any machine that supports Java. For an optimal experience, your machine should have a minimum of the following: 

  • 4 Core CPU 
  • Minimum 8GB RAM (Recommended 16GB RAM)


Install a Minimum of Java 1.8 (JDK)

Your computers must have at minimum Java 8 installed to run GenRocket. 


GenRocket supports the following commercially maintained Oracle Java Versions (including OpenJDK) but may also work with open JDK provided by other providers such as Amazon, Redhat, etc.: 

  • 1.8 (except 1.8u20)
  • 1.11
  • 1.17
  • 1.21


You can verify your version of Java by entering command in a Command Prompt or Terminal window: 

 java -version