<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Required NiFi Ports in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Required-NiFi-Ports/m-p/95293#M8639</link>
    <description>&lt;P&gt;Had a chance to hash out details with Joe further, posting here for a record.&lt;/P&gt;&lt;P&gt;The input/output port terminology can get confusing quickly, based on what side of the communications you're looking at&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A client adds a Remote Process Group (RPG) to a local canvas/instance. The dialog prompts for a remote NiFi instance (UI port).&lt;/LI&gt;&lt;LI&gt;A remote NiFi instance specifies the &lt;STRONG&gt;nifi.remote.input.socket.port&lt;/STRONG&gt; property to designate which port to use for incoming site-to-site communications.&lt;/LI&gt;&lt;LI&gt;A RPG's input ports are then visible in our local NiFi instance as possible connections to send data to (granted we have permissions).&lt;/LI&gt;&lt;LI&gt;A RPG's output ports are optional, and can be used to pull data from remotely, or implement a request/response like pattern with a remote instance.&lt;/LI&gt;&lt;LI&gt;The inbound site-to-site port multiplexes all RPG inbound port communications.&lt;/LI&gt;&lt;/OL&gt; &lt;P&gt;In case of a client talking to a remote NiFi cluster the following applies:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The port to be specified in the RPG UI is the NiFi Cluster Manager (NCM) address. Technically, in a cluster, talking to a node UI directly is illegal and won't work.&lt;/LI&gt;&lt;LI&gt;A local client must be able to reach every node in a cluster for site-to-site communications. The actual port is specified by each node via &lt;STRONG&gt;nifi.remote.input.socket.port.&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Some more details here &lt;A target="_blank" href="https://nifi.apache.org/docs.html"&gt;https://nifi.apache.org/docs.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2015 06:21:11 GMT</pubDate>
    <dc:creator>andrewg</dc:creator>
    <dc:date>2015-10-14T06:21:11Z</dc:date>
    <item>
      <title>Required NiFi Ports</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Required-NiFi-Ports/m-p/95291#M8637</link>
      <description>&lt;P&gt;Hi, I'd like clarification on the ports required to run NiFi. I was reading through the admin guide here&lt;A href="https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;In a non-clustered local mode, what are the minimum ports required for a runtime (on top of data protocol ones, which will naturally differ based on the flow)? Anything beyond the web port for UI and API?&lt;/LI&gt;&lt;LI&gt;In a clustered mode, things are a little more interesting. Appears that ports will differ based on the casting protocol (if any). Comments on that? The guide mentions many are left blank by default.&lt;/LI&gt;&lt;LI&gt;Site-to-site protocol. Any additional ports for a protocol itself? Does a sender node have to have access to every individual node as well? Any special ports or is it just data ports?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 21 Apr 2026 12:35:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Required-NiFi-Ports/m-p/95291#M8637</guid>
      <dc:creator>andrewg</dc:creator>
      <dc:date>2026-04-21T12:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Required NiFi Ports</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Required-NiFi-Ports/m-p/95292#M8638</link>
      <description>&lt;P&gt;1: The ports needed are the UI ports (http and/or https) and any ports needed by processors for data. The two config properties are: nifi.web.http.port and nifi.web.https.port.&lt;/P&gt;&lt;P&gt;2: Unicasting is used by default for the clustered environment and multicasting isn't needed. Multicasting is used to facilitate broadcasting the availability of a NiFi NCM service. Though there are some network topologies that disable multicasting. So all the multicasting properties are blank since they aren't used by default. &lt;/P&gt;&lt;P&gt;If you're looking for a good guide to setting up a simple cluster you can find one here: &lt;A target="_blank" href="https://kisstechdocs.wordpress.com/2015/01/15/simple-tasks-in-nifi-creating-a-super-simple-cluster/"&gt;https://kisstechdocs.wordpress.com/2015/01/15/simple-tasks-in-nifi-creating-a-super-simple-cluster/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3: Site-to-site is a bit tricky with the word "port". When talking about NiFi only, there are "Input Ports" and "Output Ports" for "Remote Processes Groups" (RPG). All of the RPG's input ports are fed via the network port set with this NiFi system property "&lt;STRONG&gt;nifi.remote.input.socket.port&lt;/STRONG&gt;". For connections leaving a NiFi instance, whether thats via a RPG's output port or a processor like HttpGet, a random port that's available will be allocated by the system and the connection kept open. It will be closed after a period of inactivity. &lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 04:24:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Required-NiFi-Ports/m-p/95292#M8638</guid>
      <dc:creator>jpercivall</dc:creator>
      <dc:date>2015-10-14T04:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Required NiFi Ports</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Required-NiFi-Ports/m-p/95293#M8639</link>
      <description>&lt;P&gt;Had a chance to hash out details with Joe further, posting here for a record.&lt;/P&gt;&lt;P&gt;The input/output port terminology can get confusing quickly, based on what side of the communications you're looking at&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A client adds a Remote Process Group (RPG) to a local canvas/instance. The dialog prompts for a remote NiFi instance (UI port).&lt;/LI&gt;&lt;LI&gt;A remote NiFi instance specifies the &lt;STRONG&gt;nifi.remote.input.socket.port&lt;/STRONG&gt; property to designate which port to use for incoming site-to-site communications.&lt;/LI&gt;&lt;LI&gt;A RPG's input ports are then visible in our local NiFi instance as possible connections to send data to (granted we have permissions).&lt;/LI&gt;&lt;LI&gt;A RPG's output ports are optional, and can be used to pull data from remotely, or implement a request/response like pattern with a remote instance.&lt;/LI&gt;&lt;LI&gt;The inbound site-to-site port multiplexes all RPG inbound port communications.&lt;/LI&gt;&lt;/OL&gt; &lt;P&gt;In case of a client talking to a remote NiFi cluster the following applies:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The port to be specified in the RPG UI is the NiFi Cluster Manager (NCM) address. Technically, in a cluster, talking to a node UI directly is illegal and won't work.&lt;/LI&gt;&lt;LI&gt;A local client must be able to reach every node in a cluster for site-to-site communications. The actual port is specified by each node via &lt;STRONG&gt;nifi.remote.input.socket.port.&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Some more details here &lt;A target="_blank" href="https://nifi.apache.org/docs.html"&gt;https://nifi.apache.org/docs.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 06:21:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Required-NiFi-Ports/m-p/95293#M8639</guid>
      <dc:creator>andrewg</dc:creator>
      <dc:date>2015-10-14T06:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Required NiFi Ports</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Required-NiFi-Ports/m-p/95294#M8640</link>
      <description>&lt;P&gt;This is old post but came up on my search.  for others that may be looking now&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/85103/nifi-ports.html" target="_blank"&gt;https://community.hortonworks.com/articles/85103/nifi-ports.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Aug 2018 10:36:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Required-NiFi-Ports/m-p/95294#M8640</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2018-08-12T10:36:23Z</dc:date>
    </item>
  </channel>
</rss>

