Running your instance
Getting started with Cobrowse. Follow these simple steps to bootstrap your account and configure the SDK to use your private instance.
Last updated
Was this helpful?
Getting started with Cobrowse. Follow these simple steps to bootstrap your account and configure the SDK to use your private instance.
Last updated
Was this helpful?
Once your self-hosted instance is up and running, there are a few steps to bootstrap the account and configure our SDKs to use your private instance.
Once your instance is up and running, you will need to register yourself an account. Head to to setup your account.
You may register multiple accounts in your instance if you would like. Some customers register accounts for dev, test, staging, etc.
You will need to set the API location when integrating the SDKs in order to point them at your private instance.
Insert this line into your Cobrowse initialisation logic. It must be inserted before CobrowseIO.start()
is called.
If using our provided snippet, you can put this before or after the CobrowseIO.license = "..."
line.
Now your instance is up an running, you should review the documentation below to fine tune your deployment.