To access the operations center, open your favorite browser, and go to port 8888 for your domain name: http://example.com:8888/.
To access the client controller, open your favorite browser, and go to port 8080 for your domain name: http://example.com:8080/.
If configuring a load balancer, use the health/ endpoint to ensure that the service is running and healthy.
For example: http://example.com:8080/health/.
This should return a 200 OK status with a JSON response when the service is healthy.