Skip to main content
uqi is a lightweight user interface (UI) for managing q stacks. Download it from alphakdb.com/uqi.

Local

With the hub running on your local machine, create a new connection in the UI:
  • Type: q
  • Host: localhost
  • Port: 8000 (or your configured hub port)

Remote

To connect the UI to a remote server, use the cqi Command Line Interface (CLI) to bridge the connection between the UI and the hub. From the remote server, fetch cqi with: Linux:
Windows:

Start the API bridge

With cqi downloaded, run the following: Linux:
Windows:
If using a firewall or reverse proxy (e.g., Nginx on 443), point it to the -listen port.

Connect from the UI

With the hub and cqi running on the remote machine, create a new connection in the UI:
  • Type: api
  • Host: your-server-ip
  • Port: 9000 (or your proxy port e.g. 443)