This section describes the most important TCP/IP ports the Talend products use. Make sure that your firewall configuration is compatible with these ports or change the default ports where needed.
Additionally, add the following websites to the whitelist:
update.talend.com on port 443
www.bonita.com
talend-update.talend.com on port 443
www.talend.com on ports 80 and 443
talendforge.org on ports 80 and 443
community.talend.com on port 443
help.talend.com on port 443
In this table:
Port: a TCP/IP port or a range of ports.
Active: Active for a standard installation of the product (Standard Installation is defined here as Server or Client installation using Talend Installer with the default values provided in the Installer User Interface)
Direction: In (Inbound); Out (Outbound) - related to the communication direction (for example a HTTP Port for a CXF Route or Service we listen on request) will be an 'Inbound' port. For example, a browser which sends a request to port 7080 will have this port as 'Outbound' port in this list.
Usage: which part of the Product component uses this port (for example 1099 is used by the JMX Monitoring component of Talend Runtime).
Config: the file or location where the value can be changed.
Remark: anything which is important to mention additionally.
Table 27. Ports
Port |
Direction |
Usage |
Config |
---|---|---|---|
8090 Active: N |
IN |
tESBProviderRequest (SOAP Data Server) and tRESTRequest (REST Data Service default port) components |
REST: Preferences / Talend / ESB SOAP: tESBProviderRequest component details |
Table 28. Talend Administration Center Ports
Port |
Direction |
Usage |
Config |
Remark |
---|---|---|---|---|
8080 Active: Y |
IN |
Talend Administration Center Server - Apache Tomcat HTTP Port |
/conf/server.xml | |
8009 Active: Y |
IN |
Talend Administration Center Server - Apache Tomcat AJP Connector Port |
/conf/server.xml | |
10000 - 11000 Active: N |
IN |
Talend Administration Center Server - External Talend JobServer |
Add
to /webapps/org.talend.administrator/WEB-INF/classes/configuration.properties |
A free port is chosen in the allotted range on the Administrator machine, where the job will send the statistics information during its execution. Default is 10000-11000 but it can be configured to another port range. The range of ports is only opened when real-time statistics gathering is activated for a Job. |
(none) Active: Y* |
OUT |
Talend Administration Center Server - Database |
Configuration Page in TAC Web-UI |
* By default an embedded H2 Database is used (not network accessible). If another database should be used the port is related to the type and configuration of this database. |
Table 29. Talend ESB including Talend Runtime Ports
Port |
Direction |
Usage |
Config (./etc/ ) |
Remark |
---|---|---|---|---|
8040 Active: Y |
IN |
Standard HTTP port |
org.ops4j.pax.web.cfg |
See the Talend ESB Container Administration Guide for config scripts and also the admin: command which allows you to set ports to different values. |
9001 Active: Y |
IN |
Standard HTTPS port |
org.ops4j.pax.web.cfg | |
1099 Active: Y |
IN |
JMX - RMI Registry Port |
org.apache.karaf.management.cfg | |
44444 Active: Y |
IN |
JMX - RMI Registry Port |
org.apache.karaf.management.cfg | |
8101 Active: Y |
IN |
Apache Karaf - SSH Port |
org.apache.karaf.shell.cfg | |
8000 Active: Y |
IN |
Talend JobServer - Command Port |
org.talend.remote.jobserver.server. cfg | |
8001 Active: Y |
IN |
Talend JobServer - File Transfer Port |
org.talend.remote.jobserver.server. cfg | |
8888 Active: Y |
IN |
Talend JobServer - Monitoring Port |
org.talend.remote.jobserver.server. cfg | |
61616 Active: N |
IN |
Messaging - ActiveMQ Broker Port |
system.properties | |
2181 Active: N |
IN OUT |
ESB Locator - Apache Zookeeper Port |
Server: org.talend.esb.locator.server.cfg Client: org.talend.esb.locator.cfg | |
1527 Active: N |
IN |
ESB SAM Database - Apache Derby Port |
The port value of the embedded Derby database depends on the Talend Runtime Container configuration, as the database is shipped with the container. |
The embedded Apache Derby DB is only supported for Development and Testing purpose in production system environments. The Container, which hosts the SAM Server, needs access to the related Database port. The port depends on the Database and Database configuration. |
8082 Active: Y |
OUT |
ESB Runtime Features Installer - Artifact Repository access |
org.ops4j.pax.url.mvn.cfg | |
(*) |
IN OUT |
Customer Services, Routes etc. |
Any of the Data Services, Routes and other components additionally deployed to the container might require additional port to be accessible. |
Table 30. Nexus Artifact Repository Ports
Port |
Direction |
Usage |
Config |
---|---|---|---|
8081 Active: Y |
IN |
Nexus Artifact Repository - Jetty HTTP Port |
/conf/jetty.xml |