Skip to main content

Single server solution

The Q-net v7 system's central server architecture satisfies the needs of most institutions.

Installed with a single installer, with internal ElasticSearch database on a pre-installed OS (Windows or Linux). Its advantage lies in its simplicity, both in installation and maintenance, as the operation of a single server needs to be managed. (It requires backing up only one database and installation folder, etc.)

Every user interface is web-based, accessible through a secure WebSocket connection served by the built-in web server. Non-network devices, such as printers and displays, are controlled by the "Device controller" service running locally in the branches. This service also communicates with the server over a WebSocket connection. These Device Controllers are mostly ran by the branches ticket dispensers or media players.

Architecture

Advantages

  • Easy installation and maintenance
  • No dependencies, no external database required
  • A PC with average resources can handle 200-300 branches (250 req/sec).

Disadvantages

  • Cannot handle an unlimited number of branches, depending on resources
  • No redundancy
  • Systems with a small number of branches where redundant operation is not necessary
  • High availability is not a requirement

Installation

In case of Windows operating system the installation process is very simple:

You just need to choose if you'd like to start the service automatically after the install process finished.

Installer

Since the installer includes all necessary components, (JAVA, Application server, ElasticSearch database engine), no further installation is necessary.

After successful installation, - if the "Start Q-net Pro 7 service" option was not selected, you will need to restart the pc or start the service manually; Enter services.msc in the search bar and open the app.

Locate the Q-net Pro 7 service in the list, select it and click on the start button:

Service start

Then wait about 30 seconds (depending on the server performance) and the start page of the application can be opened in a browser by entering the server hostname or IP address and the communication port (if necessary) For example: http://localhost:3000

Main Page

Click on "Administration" and proceed with the System configuration.