Skip to main content
To connect the UI to a hub on a remote server, use the cqi Command Line Interface (CLI) to bridge the connection.

Download cqi

From the remote server, fetch the CLI. Linux:
curl -LO https://alphakdb.com/dist/lin/cqi && chmod +x cqi
Windows:
curl -LO https://alphakdb.com/dist/win/cqi.exe

Start the API bridge

Run the following on the server. Linux:
./cqi api -hub 8000 -listen 9000
Windows:
.\cqi.exe api -hub 8000 -listen 9000
If using a firewall or reverse proxy (e.g., Nginx on 443), point it to the -listen port.

Connect in the UI

In the UI, create a new connection with:
  • Type: api
  • Host: your-server-ip
  • Port: 9000 (or your proxy port)