Launching Dashboard

https://learninghub.kx.com/forums/topic/launching-dashboard

I’ve followed the documentation to install KX but I don’t see an executable to launch to open a dashboard. Would I need to launch via Eclipse or some other tool?

 

 

Everything looks correct in that screenshot. You just need to open your web browser and enter http://localhost:10001 in your address bar.

 

For starting KX Developer I wrote a simple developer.bat file which I can double click to start both the developer and have my web browser open to the correct URL. You could do similar for KX Dashboards.

My developer.bat contains:

 

call C:developerconfigconfig.bat 
start "developer" "q" 
C:developerlauncher.q_ 
start "" http:localhost:%developer_PORT%/ax

 

Thanks, I really appreciate you responding. My browser can’t establish a connection to the server at http://localhost:10001. I disabled my firewalls but that didn’t seem to help.

I’m in. Thanks again