On Windows, Phoenix can be run from the Start menu (Start →  Querix → Phoenix) or command line:

phoenix [-h host] [-p port] [-version] command

  • -h — a host to connect to
  • -p — a port to connect to
  • -v — print version and exit
  • command — application binary file name

Example 1:

Phoenix is installed in the default directory. You want to run Phoenix and define the connection properties in the connection dialog box:
C:\Program Files\Querix\Phoenix>phoenix

Example 2:

To start Phoenix with the guidemo app, with the application server located on the server my_app_server, and with the Querix GUI server port 1689:
C:\Program Files\Querix\Phoenix>phoenix -h my_app_server -p 1789

You may need to configure your firewall to enable Phoenix and the application server port

Related articles