Search code examples
couchbase

Access a different Couchbase host using local Couchbase webpage


After installing Couchbase Server on my macOS, I can access http://localhost:8091, and from there I put my credentials to access the cluster located on my machine.

Using the cbq cli like ./cbq -e <host> -u <user> -p <password> I can access the database located on another host with the given credentials.

Using ./cbq -u <user> -p <password> I can access the same database I accessed on the webpage http://localhost:8091.

Can I somehow access the same database I accessed using the first version of cbq commmand, but in the webpage? I mean, I want to be able to query my database on another host using the couchbase webpage.

Can I?


Solution

  • I don't think that's possible, not a use case I've seen before.

    However, you might want to look into some of the IDE plugins that have been released this year for Couchbase, that can provide a similar experience to the web console, but they can connect to multiple Couchbase clusters: