Skip to content

Quick start guide

  1. Prerequisites:

  2. Start Ggr UI binary or container:

    Terminal window
    ./ggr-ui -quota-dir /path/to/quota/dir # As a binary
    docker run -d --name ggr-ui -p 8888:8888 -v /path/to/quota/dir:/etc/grid-router/quota:ro websummoner/ggr-ui:latest-release

    Binaries as usually can be downloaded from releases page.

  3. Now start WebSummoner UI and point it to http://localhost:8888. It should start showing sessions running anywhere in Selenium cluster behind Ggr.

  4. You can also use /status API similarly to WebSummoner /status API:

    Terminal window
    curl -s http://localhost:8888/status