Beta Testing
How to beta test new version of Keeper Connection Manager
We welcome customers to beta test upcoming versions of Keeper Connection Manager. Please follow the below steps:
- 1.Contact your Keeper customer success manager or sales engineer for DockerHub beta access
- 2.Once approved by the Keeper team, go to DockerHub, click on your username > account settings > security
- 3.Create a new access token for your server that runs KCM
- 4.On the server, type:
sudo docker login
Email: your_username Password: <token from step 3> - 5.Edit your docker-compose and replace the image names with the container that you are testing. For example:
keepersecurityinc/guacamole-dev:latest keepersecurityinc/guacd-dev:latest keepersecurityinc/guacamole-ssl-nginx-dev:latest keepersecurityinc/guacamole-db-postgres-dev:latest keepersecurityinc/guacamole-db-mysql-dev:latest
- 6.Upgrade the containers
sudo ./kcm-setup.sh stop sudo ./kcm-setup.sh upgrade
Last modified 1mo ago