Accessing Talend Runtime's Apache Karaf Web Console

The Apache Karaf Web Console is a useful feature that allows you to see all the bundles deployed into Talend Runtime’s Karaf container. It’s accessible through a web browser and makes administration a little easier than using the command-line console.

Accessing the Web Console

To access the web console:

  1. Make sure Talend Runtime is started (./trun)
  2. Access the console at http://localhost:8040/system/console. (The default port is 8040, unless you have changed the configuration).
  3. Log in with the default credentials (username tesb, password tesb).

For more information about the Web Console, see the official Karaf documentation.