<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1698 How to modify existing ports in an self-managed Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1698 How to modify existing ports in an self-managed Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation</link><pubDate>Thu, 06 Sep 2018 23:27:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 9/6/2018 11:27:36 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt; &lt;p&gt;Starting from Appian 17.3, Appian has default ports configured based on the&amp;nbsp;&lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&amp;nbsp;documentation. These default ports can be modified in an self-managed Appian installation.&lt;/p&gt; &lt;h2&gt;Instructions&lt;/h2&gt; &lt;p&gt;Follow the steps provided below to modify default ports in an self-managed Appian installation:&lt;/p&gt; &lt;h3&gt;Default Configuration&lt;/h3&gt; &lt;table style="height:123px;" width="619"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt; &lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Service Manager&lt;/td&gt; &lt;td&gt;7070&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Zookeeper&lt;/td&gt; &lt;td&gt;2181, 2888, 3888&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Kafka&lt;/td&gt; &lt;td&gt;9092&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Search Server&lt;/td&gt; &lt;td&gt;9300&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Data Server&lt;/td&gt; &lt;td&gt;5400-5405&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;p&gt;All the default ports for the components mentioned above apart from the Service Manager port can be modified from the &lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;file.&lt;/p&gt; &lt;pre&gt;&amp;lt;topology port=&amp;quot;5000&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;search-cluster port=&amp;quot;&amp;lt;NEW_SEARCH_SERVER_PORT&amp;gt;&amp;quot;&amp;gt;&lt;br /&gt;    &amp;lt;search-server/&amp;gt;&lt;br /&gt;  &amp;lt;/search-cluster&amp;gt;&lt;br /&gt;  &amp;lt;kafkaCluster&amp;gt;&lt;br /&gt;    &amp;lt;broker host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_KAFKA_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/kafkaCluster&amp;gt;&lt;br /&gt;  &amp;lt;zookeeperCluster&amp;gt;&lt;br /&gt;    &amp;lt;zookeeper host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_ZOOKEEPER_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/zookeeperCluster&amp;gt;&lt;br /&gt;  &amp;lt;data-server-cluster&amp;gt;&lt;br /&gt;    &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_DATA_SERVER_PORT&amp;gt;&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/data-server-cluster&amp;gt;&lt;br /&gt;&amp;lt;/topology&amp;gt;&lt;/pre&gt; &lt;h4&gt;Service Manager&lt;/h4&gt; &lt;p&gt;The default port for the Service Manager can be modified by specifying the following property in the &lt;strong&gt;custom.properties&lt;/strong&gt; file.&lt;/p&gt; &lt;pre&gt;serviceManager.topology.adminPort=&amp;lt;NEW_SERVICE_MANAGER_PORT&amp;gt;&lt;/pre&gt; &lt;p&gt;After making these changes, &lt;a title="restart" href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html" target="_blank"&gt;restart&lt;/a&gt;&amp;nbsp;the environment to propagate the changes.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Make sure that none of the new ports are the default ports of other components.&lt;/li&gt; &lt;li&gt;Data Server port configuration is only available from Appian running 18.1 or later.&lt;/li&gt; &lt;li&gt;If&amp;nbsp;the environment is a&amp;nbsp;&lt;a title="distributed&amp;nbsp;installation" href="https://docs.appian.com/suite/help/latest/High_Availability_and_Distributed_Installations.html#how-to-configure-a-distributed-installation" target="_blank"&gt;distributed&amp;nbsp;installation&lt;/a&gt;&amp;nbsp;or running on a &lt;a title="highly available" href="https://docs.appian.com/suite/help/latest/High_Availability_and_Distributed_Installations.html#high-availability" target="_blank"&gt;highly available&lt;/a&gt;&amp;nbsp;configuration, ensure the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file is the same on all servers.&lt;/li&gt; &lt;/ol&gt; &lt;h2&gt;Affected Versions&lt;/h2&gt; &lt;p&gt;This article applies to&amp;nbsp;Appian 17.3 and later.&lt;/p&gt; &lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, administration, zookeeper, installation, how-to, search server, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>KB-1698 How to modify existing ports in an on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/25</link><pubDate>Thu, 06 Sep 2018 19:26:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 25 posted to Appian Knowledge Base by Parmida Borhani on 9/6/2018 7:26:18 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured based on the&amp;nbsp;&lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&amp;nbsp;documentation. These default ports can be modified in an on-premise Appian installation.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports in an on-premise Appian installation:&lt;/p&gt;
&lt;h3&gt;Default Configuration&lt;/h3&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181, 2888, 3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All the default ports for the components mentioned above apart from the Service Manager port can be modified from the &lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;file.&lt;/p&gt;
&lt;pre&gt;&amp;lt;topology port=&amp;quot;5000&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;search-cluster port=&amp;quot;&amp;lt;NEW_SEARCH_SERVER_PORT&amp;gt;&amp;quot;&amp;gt;&lt;br /&gt;    &amp;lt;search-server/&amp;gt;&lt;br /&gt;  &amp;lt;/search-cluster&amp;gt;&lt;br /&gt;  &amp;lt;kafkaCluster&amp;gt;&lt;br /&gt;    &amp;lt;broker host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_KAFKA_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/kafkaCluster&amp;gt;&lt;br /&gt;  &amp;lt;zookeeperCluster&amp;gt;&lt;br /&gt;    &amp;lt;zookeeper host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_ZOOKEEPER_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/zookeeperCluster&amp;gt;&lt;br /&gt;  &amp;lt;data-server-cluster&amp;gt;&lt;br /&gt;    &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_DATA_SERVER_PORT&amp;gt;&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/data-server-cluster&amp;gt;&lt;br /&gt;&amp;lt;/topology&amp;gt;&lt;/pre&gt;
&lt;h4&gt;Service Manager&lt;/h4&gt;
&lt;p&gt;The default port for the Service Manager can be modified by specifying the following property in the &lt;strong&gt;custom.properties&lt;/strong&gt; file.&lt;/p&gt;
&lt;pre&gt;serviceManager.topology.adminPort=&amp;lt;NEW_SERVICE_MANAGER_PORT&amp;gt;&lt;/pre&gt;
&lt;p&gt;After making these changes, &lt;a title="restart" href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html" target="_blank"&gt;restart&lt;/a&gt;&amp;nbsp;the environment to propagate the changes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Make sure that none of the new ports are the default ports of other components.&lt;/li&gt;
&lt;li&gt;Data Server port configuration is only available from Appian running 18.1 or later.&lt;/li&gt;
&lt;li&gt;If&amp;nbsp;the environment is a&amp;nbsp;&lt;a title="distributed&amp;nbsp;installation" href="https://docs.appian.com/suite/help/latest/High_Availability_and_Distributed_Installations.html#how-to-configure-a-distributed-installation" target="_blank"&gt;distributed&amp;nbsp;installation&lt;/a&gt;&amp;nbsp;or running on a &lt;a title="highly available" href="https://docs.appian.com/suite/help/latest/High_Availability_and_Distributed_Installations.html#high-availability" target="_blank"&gt;highly available&lt;/a&gt;&amp;nbsp;configuration, ensure the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file is the same on all servers.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, administration, zookeeper, installation, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX How to modify existing ports in an on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/24</link><pubDate>Thu, 06 Sep 2018 04:33:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 24 posted to Appian Knowledge Base by Iram Khan on 9/6/2018 4:33:38 AM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured based on the&amp;nbsp;&lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&amp;nbsp;documentation. These default ports can be modified on an on-premise Appian installation.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports in an on-premise Appian installation:&lt;/p&gt;
&lt;h3&gt;Default Configuration&lt;/h3&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181, 2888, 3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All the default ports for the components mentioned above apart from the Service Manager port can be modified from the &lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;file.&lt;/p&gt;
&lt;pre&gt;&amp;lt;topology port=&amp;quot;5000&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;search-cluster port=&amp;quot;&amp;lt;NEW_SEARCH_SERVER_PORT&amp;gt;&amp;quot;&amp;gt;&lt;br /&gt;    &amp;lt;search-server/&amp;gt;&lt;br /&gt;  &amp;lt;/search-cluster&amp;gt;&lt;br /&gt;  &amp;lt;kafkaCluster&amp;gt;&lt;br /&gt;    &amp;lt;broker host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_KAFKA_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/kafkaCluster&amp;gt;&lt;br /&gt;  &amp;lt;zookeeperCluster&amp;gt;&lt;br /&gt;    &amp;lt;zookeeper host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_ZOOKEEPER_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/zookeeperCluster&amp;gt;&lt;br /&gt;  &amp;lt;data-server-cluster&amp;gt;&lt;br /&gt;    &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_DATA_SERVER_PORT&amp;gt;&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/data-server-cluster&amp;gt;&lt;br /&gt;&amp;lt;/topology&amp;gt;&lt;/pre&gt;
&lt;h4&gt;Service Manager&lt;/h4&gt;
&lt;p&gt;The default port for the Service Manager can be modified by specifying the following property in the &lt;strong&gt;custom.properties&lt;/strong&gt; file.&lt;/p&gt;
&lt;pre&gt;serviceManager.topology.adminPort=&amp;lt;NEW_SERVICE_MANAGER_PORT&amp;gt;&lt;/pre&gt;
&lt;p&gt;After making these changes, &lt;a title="restart" href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html" target="_blank"&gt;restart&lt;/a&gt;&amp;nbsp;the environment to propagate the changes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Make sure that none of the new ports are the default ports of other components.&lt;/li&gt;
&lt;li&gt;Data Server port configuration is only available from Appian running 18.1 or later.&lt;/li&gt;
&lt;li&gt;If&amp;nbsp;the environment is a&amp;nbsp;&lt;a title="distributed&amp;nbsp;installation" href="https://docs.appian.com/suite/help/latest/High_Availability_and_Distributed_Installations.html#how-to-configure-a-distributed-installation" target="_blank"&gt;distributed&amp;nbsp;installation&lt;/a&gt;&amp;nbsp;or running on a &lt;a title="highly available" href="https://docs.appian.com/suite/help/latest/High_Availability_and_Distributed_Installations.html#high-availability" target="_blank"&gt;highly available&lt;/a&gt;&amp;nbsp;configuration, ensure the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file is the same on all servers.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/23</link><pubDate>Wed, 05 Sep 2018 13:23:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 23 posted to Appian Knowledge Base by Iram Khan on 9/5/2018 1:23:42 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured to your setup based on the&amp;nbsp;&lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&amp;nbsp;documentation. These default ports can be modified on an on-premise Appian installation.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports on your on-premise Appian installation:&lt;/p&gt;
&lt;h3&gt;Default Configuration&lt;/h3&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181, 2888, 3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All the default ports for the components mentioned above apart from the Service Manager port can be modified from the &lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;file.&lt;/p&gt;
&lt;pre&gt;&amp;lt;topology port=&amp;quot;5000&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;search-cluster port=&amp;quot;&amp;lt;NEW_SEARCH_SERVER_PORT&amp;gt;&amp;quot;&amp;gt;&lt;br /&gt;    &amp;lt;search-server/&amp;gt;&lt;br /&gt;  &amp;lt;/search-cluster&amp;gt;&lt;br /&gt;  &amp;lt;kafkaCluster&amp;gt;&lt;br /&gt;    &amp;lt;broker host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_KAFKA_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/kafkaCluster&amp;gt;&lt;br /&gt;  &amp;lt;zookeeperCluster&amp;gt;&lt;br /&gt;    &amp;lt;zookeeper host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_ZOOKEEPER_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/zookeeperCluster&amp;gt;&lt;br /&gt;  &amp;lt;data-server-cluster&amp;gt;&lt;br /&gt;    &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_DATA_SERVER_PORT&amp;gt;&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/data-server-cluster&amp;gt;&lt;br /&gt;&amp;lt;/topology&amp;gt;&lt;/pre&gt;
&lt;h4&gt;Service Manager&lt;/h4&gt;
&lt;p&gt;The default port for the Service Manager can be modified by specifying the following property in the &lt;strong&gt;custom.properties&lt;/strong&gt; file.&lt;/p&gt;
&lt;pre&gt;serviceManager.topology.adminPort=&amp;lt;NEW_SERVICE_MANAGER_PORT&amp;gt;&lt;/pre&gt;
&lt;p&gt;Once you have modified the default ports, please &lt;a title="restart" href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html" target="_blank"&gt;restart&lt;/a&gt; your on-premise Appian environment for the changes to take effect.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Please make sure that none of the new ports are the default ports of other components.&lt;/li&gt;
&lt;li&gt;Data Server port configuration is only available from Appian running 18.1 or later.&lt;/li&gt;
&lt;li&gt;If you have a &lt;a title="Distributed&amp;nbsp;Installation" href="https://docs.appian.com/suite/help/latest/High_Availability_and_Distributed_Installations.html#how-to-configure-a-distributed-installation" target="_blank"&gt;Distributed&amp;nbsp;Installation&lt;/a&gt;&amp;nbsp;or a &lt;a title="High-Availability" href="https://docs.appian.com/suite/help/latest/High_Availability_and_Distributed_Installations.html#high-availability" target="_blank"&gt;High-Availability&lt;/a&gt; Setup, please make sure you have the same &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file across all your servers.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/22</link><pubDate>Wed, 05 Sep 2018 13:23:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 22 posted to Appian Knowledge Base by Iram Khan on 9/5/2018 1:23:22 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured to your setup based on the&amp;nbsp;&lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&amp;nbsp;documentation. These default ports can be modified on an on-premise Appian installation.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports on your on-premise Appian installation:&lt;/p&gt;
&lt;h3&gt;Default Configuration&lt;/h3&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181, 2888, 3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All the default ports for the components mentioned above apart from the Service Manager port can be modified from the &lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;file.&lt;/p&gt;
&lt;pre&gt;&amp;lt;topology port=&amp;quot;5000&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;search-cluster port=&amp;quot;&amp;lt;NEW_SEARCH_SERVER_PORT&amp;gt;&amp;quot;&amp;gt;&lt;br /&gt;    &amp;lt;search-server/&amp;gt;&lt;br /&gt;  &amp;lt;/search-cluster&amp;gt;&lt;br /&gt;  &amp;lt;kafkaCluster&amp;gt;&lt;br /&gt;    &amp;lt;broker host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_KAFKA_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/kafkaCluster&amp;gt;&lt;br /&gt;  &amp;lt;zookeeperCluster&amp;gt;&lt;br /&gt;    &amp;lt;zookeeper host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_ZOOKEEPER_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/zookeeperCluster&amp;gt;&lt;br /&gt;  &amp;lt;data-server-cluster&amp;gt;&lt;br /&gt;    &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_DATA_SERVER_PORT&amp;gt;&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/data-server-cluster&amp;gt;&lt;br /&gt;&amp;lt;/topology&amp;gt;&lt;/pre&gt;
&lt;h4&gt;Service Manager&lt;/h4&gt;
&lt;p&gt;The default port for the Service Manager can be modified by specifying the following property in the &lt;strong&gt;custom.properties&lt;/strong&gt; file.&lt;/p&gt;
&lt;pre&gt;serviceManager.topology.adminPort=&amp;lt;NEW_SERVICE_MANAGER_PORT&amp;gt;&lt;/pre&gt;
&lt;p&gt;Once you have modified the default ports, please &lt;a title="restart" href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html" target="_blank"&gt;restart&lt;/a&gt; your on-premise Appian environment for the changes to take effect.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Please make sure that none of the new ports are the default ports of other components.&lt;/li&gt;
&lt;li&gt;Data Server port configuration is only available from Appian running 18.1 or later.&lt;/li&gt;
&lt;li&gt;If you have a &lt;a title="Distributed&amp;nbsp;Installation" href="https://docs.appian.com/suite/help/latest/High_Availability_and_Distributed_Installations.html#how-to-configure-a-distributed-installation"&gt;Distributed&amp;nbsp;Installation&lt;/a&gt;&amp;nbsp;or a &lt;a title="High-Availability" href="https://docs.appian.com/suite/help/latest/High_Availability_and_Distributed_Installations.html#high-availability"&gt;High-Availability&lt;/a&gt; Setup, please make sure you have the same &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file across all your servers.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/21</link><pubDate>Wed, 05 Sep 2018 13:22:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 21 posted to Appian Knowledge Base by Iram Khan on 9/5/2018 1:22:53 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured to your setup based on the&amp;nbsp;&lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&amp;nbsp;documentation. These default ports can be modified on an on-premise Appian installation.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports on your on-premise Appian installation:&lt;/p&gt;
&lt;h3&gt;Default Configuration&lt;/h3&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181, 2888, 3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All the default ports for the components mentioned above apart from the Service Manager port can be modified from the &lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;file.&lt;/p&gt;
&lt;pre&gt;&amp;lt;topology port=&amp;quot;5000&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;search-cluster port=&amp;quot;&amp;lt;NEW_SEARCH_SERVER_PORT&amp;gt;&amp;quot;&amp;gt;&lt;br /&gt;    &amp;lt;search-server/&amp;gt;&lt;br /&gt;  &amp;lt;/search-cluster&amp;gt;&lt;br /&gt;  &amp;lt;kafkaCluster&amp;gt;&lt;br /&gt;    &amp;lt;broker host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_KAFKA_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/kafkaCluster&amp;gt;&lt;br /&gt;  &amp;lt;zookeeperCluster&amp;gt;&lt;br /&gt;    &amp;lt;zookeeper host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_ZOOKEEPER_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/zookeeperCluster&amp;gt;&lt;br /&gt;  &amp;lt;data-server-cluster&amp;gt;&lt;br /&gt;    &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_DATA_SERVER_PORT&amp;gt;&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/data-server-cluster&amp;gt;&lt;br /&gt;&amp;lt;/topology&amp;gt;&lt;/pre&gt;
&lt;h4&gt;Service Manager&lt;/h4&gt;
&lt;p&gt;The default port for the Service Manager can be modified by specifying the following property in the &lt;strong&gt;custom.properties&lt;/strong&gt; file.&lt;/p&gt;
&lt;pre&gt;serviceManager.topology.adminPort=&amp;lt;NEW_SERVICE_MANAGER_PORT&amp;gt;&lt;/pre&gt;
&lt;p&gt;Once you have modified the default ports, please &lt;a title="restart" href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html" target="_blank"&gt;restart&lt;/a&gt; your on-premise Appian environment for the changes to take effect.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Please make sure that none of the new ports are the default ports of other components.&lt;/li&gt;
&lt;li&gt;Data Server port configuration is only available from Appian running 18.1 or later.&lt;/li&gt;
&lt;li&gt;If you have a &lt;a title="distributed&amp;nbsp;installation" href="https://docs.appian.com/suite/help/latest/High_Availability_and_Distributed_Installations.html#how-to-configure-a-distributed-installation"&gt;distributed&amp;nbsp;installation&lt;/a&gt;&amp;nbsp;or a &lt;a title="High-Availability" href="https://docs.appian.com/suite/help/latest/High_Availability_and_Distributed_Installations.html#high-availability"&gt;High-Availability&lt;/a&gt; Setup, please make sure you have the same &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file across all your servers.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/20</link><pubDate>Wed, 05 Sep 2018 13:19:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 20 posted to Appian Knowledge Base by Iram Khan on 9/5/2018 1:19:47 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured to your setup based on the&amp;nbsp;&lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&amp;nbsp;documentation. These default ports can be modified on an on-premise Appian installation.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports on your on-premise Appian installation:&lt;/p&gt;
&lt;h3&gt;Default Configuration&lt;/h3&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181, 2888, 3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All the default ports for the components mentioned above apart from the Service Manager port can be modified from the &lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;file.&lt;/p&gt;
&lt;pre&gt;&amp;lt;topology port=&amp;quot;5000&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;search-cluster port=&amp;quot;&amp;lt;NEW_SEARCH_SERVER_PORT&amp;gt;&amp;quot;&amp;gt;&lt;br /&gt;    &amp;lt;search-server/&amp;gt;&lt;br /&gt;  &amp;lt;/search-cluster&amp;gt;&lt;br /&gt;  &amp;lt;kafkaCluster&amp;gt;&lt;br /&gt;    &amp;lt;broker host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_KAFKA_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/kafkaCluster&amp;gt;&lt;br /&gt;  &amp;lt;zookeeperCluster&amp;gt;&lt;br /&gt;    &amp;lt;zookeeper host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_ZOOKEEPER_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/zookeeperCluster&amp;gt;&lt;br /&gt;  &amp;lt;data-server-cluster&amp;gt;&lt;br /&gt;    &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_DATA_SERVER_PORT&amp;gt;&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/data-server-cluster&amp;gt;&lt;br /&gt;&amp;lt;/topology&amp;gt;&lt;/pre&gt;
&lt;h4&gt;Service Manager&lt;/h4&gt;
&lt;p&gt;The default port for the Service Manager can be modified by specifying the following property in the &lt;strong&gt;custom.properties&lt;/strong&gt; file.&lt;/p&gt;
&lt;pre&gt;serviceManager.topology.adminPort=&amp;lt;NEW_SERVICE_MANAGER_PORT&amp;gt;&lt;/pre&gt;
&lt;p&gt;Once you have modified the default ports, please &lt;a title="restart" href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html" target="_blank"&gt;restart&lt;/a&gt; your on-premise Appian environment for the changes to take effect.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Please make sure that none of the new ports are the default ports of other components.&lt;/li&gt;
&lt;li&gt;Data Server port configuration is only available from Appian running 18.1 or later.&lt;/li&gt;
&lt;li&gt;If you have a distributed environment or a High-Availability Setup, please make sure you have the same &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file across all your servers.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/19</link><pubDate>Wed, 05 Sep 2018 13:04:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 19 posted to Appian Knowledge Base by Iram Khan on 9/5/2018 1:04:21 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured to your setup based on the&amp;nbsp;&lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&amp;nbsp;documentation. These default ports can be modified on an on-premise Appian installation.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports on your on-premise Appian installation:&lt;/p&gt;
&lt;h3&gt;Default Configuration&lt;/h3&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181, 2888, 3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All the default ports for the components mentioned above apart from the Service Manager port can be modified from the &lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;file.&lt;/p&gt;
&lt;pre&gt;&amp;lt;topology port=&amp;quot;5000&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;search-cluster port=&amp;quot;&amp;lt;NEW_SEARCH_SERVER_PORT&amp;gt;&amp;quot;&amp;gt;&lt;br /&gt;    &amp;lt;search-server/&amp;gt;&lt;br /&gt;  &amp;lt;/search-cluster&amp;gt;&lt;br /&gt;  &amp;lt;kafkaCluster&amp;gt;&lt;br /&gt;    &amp;lt;broker host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_KAFKA_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/kafkaCluster&amp;gt;&lt;br /&gt;  &amp;lt;zookeeperCluster&amp;gt;&lt;br /&gt;    &amp;lt;zookeeper host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_ZOOKEEPER_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/zookeeperCluster&amp;gt;&lt;br /&gt;  &amp;lt;data-server-cluster&amp;gt;&lt;br /&gt;    &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_DATA_SERVER_PORT&amp;gt;&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/data-server-cluster&amp;gt;&lt;br /&gt;&amp;lt;/topology&amp;gt;&lt;/pre&gt;
&lt;h4&gt;Service Manager&lt;/h4&gt;
&lt;p&gt;The default port for the Service Manager can be modified by specifying the following property in the &lt;strong&gt;custom.properties&lt;/strong&gt; file.&lt;/p&gt;
&lt;pre&gt;serviceManager.topology.adminPort=&amp;lt;NEW_SERVICE_MANAGER_PORT&amp;gt;&lt;/pre&gt;
&lt;p&gt;Once you have modified the default ports, please &lt;a title="restart" href="https://docs.appian.com/suite/help/17.3/Starting_and_Stopping_Appian.html" target="_blank"&gt;restart&lt;/a&gt; your on-premise Appian environment for the changes to take effect.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Please make sure that none of the new ports are the default ports of other components.&lt;/li&gt;
&lt;li&gt;Data Server port configuration is only available from Appian running 18.1 or later.&lt;/li&gt;
&lt;li&gt;If you have a distributed environment or a High-Availability Setup, please make sure you have the same &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file across all your servers.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/18</link><pubDate>Wed, 05 Sep 2018 13:03:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 18 posted to Appian Knowledge Base by Iram Khan on 9/5/2018 1:03:08 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured to your setup based on the&amp;nbsp;&lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&amp;nbsp;documentation. These default ports can be modified on an on-premise Appian installation.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports on your on-premise Appian installation:&lt;/p&gt;
&lt;h3&gt;Default Configuration&lt;/h3&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181, 2888, 3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All the default ports for the components mentioned above apart from the Service Manager port can be modified from the &lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;file.&lt;/p&gt;
&lt;pre&gt;&amp;lt;topology port=&amp;quot;5000&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;search-cluster port=&amp;quot;&amp;lt;NEW_SEARCH_SERVER_PORT&amp;gt;&amp;quot;&amp;gt;&lt;br /&gt;    &amp;lt;search-server/&amp;gt;&lt;br /&gt;  &amp;lt;/search-cluster&amp;gt;&lt;br /&gt;  &amp;lt;kafkaCluster&amp;gt;&lt;br /&gt;    &amp;lt;broker host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_KAFKA_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/kafkaCluster&amp;gt;&lt;br /&gt;  &amp;lt;zookeeperCluster&amp;gt;&lt;br /&gt;    &amp;lt;zookeeper host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_ZOOKEEPER_PORT&amp;gt;&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/zookeeperCluster&amp;gt;&lt;br /&gt;  &amp;lt;data-server-cluster&amp;gt;&lt;br /&gt;    &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;&amp;lt;NEW_DATA_SERVER_PORT&amp;gt;&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;  &amp;lt;/data-server-cluster&amp;gt;&lt;br /&gt;&amp;lt;/topology&amp;gt;&lt;/pre&gt;
&lt;h4&gt;Service Manager&lt;/h4&gt;
&lt;p&gt;The default port for the Service Manager can be modified by specifying the following property in the &lt;strong&gt;custom.properties&lt;/strong&gt; file.&lt;/p&gt;
&lt;pre&gt;serviceManager.topology.adminPort=&amp;lt;NEW_SERVICE_MANAGER_PORT&amp;gt;&lt;/pre&gt;
&lt;p&gt;Once you have modified the default ports, please restart your on-premise Appian environment for the changes to take effect.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Please make sure that none of the new ports are the default ports of other components.&lt;/li&gt;
&lt;li&gt;Data Server port configuration is only available from Appian running 18.1 or later.&lt;/li&gt;
&lt;li&gt;If you have a distributed environment or a High-Availability Setup, please make sure you have the same &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file across all your servers.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/17</link><pubDate>Wed, 05 Sep 2018 12:59:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 17 posted to Appian Knowledge Base by Iram Khan on 9/5/2018 12:59:01 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured to your setup based on the&amp;nbsp;&lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&amp;nbsp;documentation. These default ports can be modified on an on-premise Appian installation.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports on your on-premise Appian installation:&lt;/p&gt;
&lt;h3&gt;Default Configuration&lt;/h3&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181, 2888, 3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All the default ports for the components mentioned above apart from the Service Manager port can be modified from the &lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;file.&lt;/p&gt;
&lt;pre&gt;&amp;lt;topology port=&amp;quot;5000&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;search-cluster port=&amp;quot;9301&amp;quot;&amp;gt; &amp;lt;!-- New Search Server Port: 9301 --&amp;gt;&lt;br /&gt;    &amp;lt;search-server/&amp;gt;&lt;br /&gt;  &amp;lt;/search-cluster&amp;gt;&lt;br /&gt;  &amp;lt;kafkaCluster&amp;gt;&lt;br /&gt;    &amp;lt;broker host=&amp;quot;localhost&amp;quot; port=&amp;quot;9095&amp;quot;/&amp;gt; &amp;lt;!-- New Kafka Port: 9095 --&amp;gt;&lt;br /&gt;  &amp;lt;/kafkaCluster&amp;gt;&lt;br /&gt;  &amp;lt;zookeeperCluster&amp;gt;&lt;br /&gt;    &amp;lt;zookeeper host=&amp;quot;localhost&amp;quot; port=&amp;quot;2080&amp;quot;/&amp;gt; &amp;lt;!-- New Zookeeper Port: 2080 --&amp;gt;&lt;br /&gt;  &amp;lt;/zookeeperCluster&amp;gt;&lt;br /&gt;  &amp;lt;data-server-cluster&amp;gt;&lt;br /&gt;    &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;5600&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt; &amp;lt;!-- New Data Server Port: 5600 --&amp;gt;&lt;br /&gt;  &amp;lt;/data-server-cluster&amp;gt;&lt;br /&gt;&amp;lt;/topology&amp;gt;&lt;/pre&gt;
&lt;p&gt;Service Manager - The default port can be modified by specifying the following property in the &lt;strong&gt;custom.properties&lt;/strong&gt; file.&lt;/p&gt;
&lt;pre&gt;serviceManager.topology.adminPort=7071&lt;/pre&gt;
&lt;p&gt;Once you have modified the default ports, please restart your on-premise Appian environment for the changes to take effect.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Please make sure that none of the new ports are the default ports of other components.&lt;/li&gt;
&lt;li&gt;Data Server port configuration is only available from Appian running 18.1 or later.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/16</link><pubDate>Wed, 05 Sep 2018 12:57:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 16 posted to Appian Knowledge Base by Iram Khan on 9/5/2018 12:57:21 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured to your setup based on the&amp;nbsp;&lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&amp;nbsp;documentation. These default ports can be modified on an on-premise Appian installation.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports on your on-premise Appian installation:&lt;/p&gt;
&lt;h3&gt;Default Configuration&lt;/h3&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181, 2888, 3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All the default ports for the components mentioned above can be modified. Apart from the Service Manager port, the remaining component ports can be modified from the &lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;file.&lt;/p&gt;
&lt;pre&gt;&amp;lt;topology port=&amp;quot;5000&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;search-cluster port=&amp;quot;9301&amp;quot;&amp;gt; &amp;lt;!-- New Search Server Port: 9301 --&amp;gt;&lt;br /&gt;    &amp;lt;search-server/&amp;gt;&lt;br /&gt;  &amp;lt;/search-cluster&amp;gt;&lt;br /&gt;  &amp;lt;kafkaCluster&amp;gt;&lt;br /&gt;    &amp;lt;broker host=&amp;quot;localhost&amp;quot; port=&amp;quot;9095&amp;quot;/&amp;gt; &amp;lt;!-- New Kafka Port: 9095 --&amp;gt;&lt;br /&gt;  &amp;lt;/kafkaCluster&amp;gt;&lt;br /&gt;  &amp;lt;zookeeperCluster&amp;gt;&lt;br /&gt;    &amp;lt;zookeeper host=&amp;quot;localhost&amp;quot; port=&amp;quot;2080&amp;quot;/&amp;gt; &amp;lt;!-- New Zookeeper Port: 2080 --&amp;gt;&lt;br /&gt;  &amp;lt;/zookeeperCluster&amp;gt;&lt;br /&gt;  &amp;lt;data-server-cluster&amp;gt;&lt;br /&gt;    &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;5600&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt; &amp;lt;!-- New Data Server Port: 5600 --&amp;gt;&lt;br /&gt;  &amp;lt;/data-server-cluster&amp;gt;&lt;br /&gt;&amp;lt;/topology&amp;gt;&lt;/pre&gt;
&lt;p&gt;Service Manager - The default port can be modified by specifying the following property in the &lt;strong&gt;custom.properties&lt;/strong&gt; file.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;serviceManager.topology.adminPort=&amp;lt;specify a port to use&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Once you have modified the default ports, please restart your on-premise Appian environment for the changes to take effect.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Please make sure that none of the new ports are the default ports of other components.&lt;/li&gt;
&lt;li&gt;Data Server port configuration is only available from Appian running 18.1 or later.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/15</link><pubDate>Wed, 05 Sep 2018 12:49:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Iram Khan on 9/5/2018 12:49:05 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured to your setup based on the&amp;nbsp;&lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&amp;nbsp;documentation. These default ports can be modified on an on-premise Appian installation.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports on your on-premise Appian installation:&lt;/p&gt;
&lt;h3&gt;Default Configuration&lt;/h3&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181, 2888, 3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All the default ports for the components mentioned above can be modified. Apart from the Service Manager port, the remaining component ports can be modified from the &lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;file.&lt;/p&gt;
&lt;pre&gt;&amp;lt;topology port=&amp;quot;5000&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;search-cluster port=&amp;quot;9301&amp;quot;&amp;gt;&lt;br /&gt;   &amp;lt;search-server/&amp;gt;&lt;br /&gt; &amp;lt;/search-cluster&amp;gt;&lt;br /&gt; &amp;lt;kafkaCluster&amp;gt;&lt;br /&gt;   &amp;lt;broker host=&amp;quot;localhost&amp;quot; port=&amp;quot;9092&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;/kafkaCluster&amp;gt;&lt;br /&gt; &amp;lt;zookeeperCluster&amp;gt;&lt;br /&gt;   &amp;lt;zookeeper host=&amp;quot;localhost&amp;quot; port=&amp;quot;2181&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;/zookeeperCluster&amp;gt;&lt;br /&gt; &amp;lt;data-server-cluster&amp;gt;&lt;br /&gt;   &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;/data-server-cluster&amp;gt;&lt;br /&gt;&amp;lt;/topology&amp;gt;&lt;/pre&gt;
&lt;p&gt;Service Manager - The default port can be modified by specifying the following property in the &lt;strong&gt;custom.properties&lt;/strong&gt; file.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;serviceManager.topology.adminPort=&amp;lt;specify a port to use&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/14</link><pubDate>Wed, 05 Sep 2018 12:47:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Iram Khan on 9/5/2018 12:47:28 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured to your setup based on the&amp;nbsp;&lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&amp;nbsp;documentation. These default ports can be modified on an on-premise Appian installation.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports on your on-premise Appian installation:&lt;/p&gt;
&lt;h3&gt;Default Configuration&lt;/h3&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181, 2888, 3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All the default ports for the components mentioned above can be modified. Apart from the Service Manager port, the remaining component ports can be modified from the &lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;file.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&amp;lt;topology port=&amp;quot;5000&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;server host=&amp;quot;localhost&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;engine name=&amp;quot;forums&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;engine name=&amp;quot;notify&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;engine name=&amp;quot;notify-email&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;engine name=&amp;quot;channels&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;engine name=&amp;quot;content&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;engine name=&amp;quot;collaboration-statistics&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;engine name=&amp;quot;personalization&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;engine name=&amp;quot;portal&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;engine name=&amp;quot;process-design&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;engine name=&amp;quot;process-analytics0&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;engine name=&amp;quot;process-analytics1&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;engine name=&amp;quot;process-analytics2&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;engine name=&amp;quot;process-execution0&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;engine name=&amp;quot;process-execution1&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;engine name=&amp;quot;process-execution2&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;/server&amp;gt;&lt;br /&gt; &amp;lt;search-cluster port=&amp;quot;9301&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;search-server/&amp;gt;&lt;br /&gt; &amp;lt;/search-cluster&amp;gt;&lt;br /&gt; &amp;lt;kafkaCluster&amp;gt;&lt;br /&gt; &amp;lt;broker host=&amp;quot;localhost&amp;quot; port=&amp;quot;9092&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;/kafkaCluster&amp;gt;&lt;br /&gt; &amp;lt;zookeeperCluster&amp;gt;&lt;br /&gt; &amp;lt;zookeeper host=&amp;quot;localhost&amp;quot; port=&amp;quot;2181&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;/zookeeperCluster&amp;gt;&lt;br /&gt; &amp;lt;data-server-cluster&amp;gt;&lt;br /&gt; &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;/data-server-cluster&amp;gt;&lt;br /&gt;&amp;lt;/topology&amp;gt;&lt;/pre&gt;
&lt;p&gt;Service Manager - The default port can be modified by specifying the following property in the &lt;strong&gt;custom.properties&lt;/strong&gt; file.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;serviceManager.topology.adminPort=&amp;lt;specify a port to use&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/13</link><pubDate>Wed, 05 Sep 2018 12:46:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Iram Khan on 9/5/2018 12:46:52 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured to your setup based on the&amp;nbsp;&lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&amp;nbsp;documentation. These default ports can be modified on an on-premise Appian installation.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports on your on-premise Appian installation:&lt;/p&gt;
&lt;h3&gt;Default Configuration&lt;/h3&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181, 2888, 3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All the default ports for the components mentioned above can be modified. Apart from the Service Manager port, the remaining component ports can be modified from the &lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;file.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;topology port=&amp;quot;5000&amp;quot;&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;server host=&amp;quot;localhost&amp;quot;&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;engine name=&amp;quot;forums&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;engine name=&amp;quot;notify&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;engine name=&amp;quot;notify-email&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;engine name=&amp;quot;channels&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;engine name=&amp;quot;content&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;engine name=&amp;quot;collaboration-statistics&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;engine name=&amp;quot;personalization&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;engine name=&amp;quot;portal&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;engine name=&amp;quot;process-design&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;engine name=&amp;quot;process-analytics0&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;engine name=&amp;quot;process-analytics1&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;engine name=&amp;quot;process-analytics2&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;engine name=&amp;quot;process-execution0&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;engine name=&amp;quot;process-execution1&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;engine name=&amp;quot;process-execution2&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;/server&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;search-cluster port=&amp;quot;9301&amp;quot;&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;search-server/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;/search-cluster&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;kafkaCluster&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;broker host=&amp;quot;localhost&amp;quot; port=&amp;quot;9092&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;/kafkaCluster&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;zookeeperCluster&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;zookeeper host=&amp;quot;localhost&amp;quot; port=&amp;quot;2181&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;/zookeeperCluster&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;data-server-cluster&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;lt;/data-server-cluster&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;/topology&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Service Manager - The default port can be modified by specifying the following property in the &lt;strong&gt;custom.properties&lt;/strong&gt; file.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;serviceManager.topology.adminPort=&amp;lt;specify a port to use&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/12</link><pubDate>Wed, 05 Sep 2018 12:39:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Iram Khan on 9/5/2018 12:39:52 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured to your setup based on the&amp;nbsp;&lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&amp;nbsp;documentation. These default ports can be modified on an on-premise Appian installation.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports on your on-premise Appian installation:&lt;/p&gt;
&lt;h3&gt;Default Configuration&lt;/h3&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181,2888,3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All the default ports for the components mentioned above can be modified. Apart from the Service Manager port, the remaining component ports can be modified from the &lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;file.&lt;/p&gt;
&lt;p&gt;Service Manager - The default port can be modified by specifying the following property in the &lt;strong&gt;custom.properties&lt;/strong&gt; file.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;serviceManager.topology.adminPort=&amp;lt;specify a port to use&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/11</link><pubDate>Wed, 05 Sep 2018 12:31:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Iram Khan on 9/5/2018 12:31:30 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured to your setup based on the port usage documentation link: &lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports on your on-premise Appian installation:&lt;/p&gt;
&lt;p&gt;Current Default Configuration:&lt;/p&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181,2888,3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All the default ports for the components mentioned above can be modified. Apart from the Service Manager port, the remaining component ports can be modified from the &lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;file.&lt;/p&gt;
&lt;p&gt;Service Manager - The default port can be modified by specifying the following property in the &lt;strong&gt;custom.properties&lt;/strong&gt; file.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;serviceManager.topology.adminPort=&amp;lt;specify a port to use&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/10</link><pubDate>Wed, 05 Sep 2018 12:29:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Iram Khan on 9/5/2018 12:29:56 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured to your setup based on the port usage documentation link: &lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports on your on-premise Appian installation:&lt;/p&gt;
&lt;p&gt;Current Default Configuration:&lt;/p&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181,2888,3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All the default ports for the components mentioned above can be modified. Apart from the Service Manager port, the remaining component ports can be modified from the &lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;file.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Service Manager -&amp;nbsp;Service Manager port (instead of 7070): This port can be modified by specifying the following in the custom.properties file.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;code&gt;serviceManager.topology.adminPort=&amp;lt;specify a port to use&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;August 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/9</link><pubDate>Wed, 05 Sep 2018 12:28:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Iram Khan on 9/5/2018 12:28:05 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured to your setup based on the port usage documentation link: &lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports on your on-premise Appian installation:&lt;/p&gt;
&lt;p&gt;Current Default Configuration:&lt;/p&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181,2888,3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;All the default ports for the components mentioned above can be modified. Apart from the Service Manager port, the remaining component ports can be modified from the &lt;code&gt;appian-topology.xml&lt;/code&gt; file.&lt;/p&gt;
&lt;p&gt;Kafka&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;br /&gt;Zookeeper - Cannot be changed. (2181) -&amp;nbsp;appian-topology XML allows users to specify a zookeeper port, but the actual port used to start Zookeeper is defined via Service Manager configuration. Additionally, port used for Zookeeper internal (i.e. the election port and the intracluster communication port) are hardcoded in Zookeeper.groovy. The topology should be the source of truth for these values.&lt;/li&gt;
&lt;li&gt;Data Server -&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Service Manager -&amp;nbsp;Service Manager port (instead of 7070): This port can be modified by specifying the following in the custom.properties file.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;code&gt;serviceManager.topology.adminPort=&amp;lt;specify a port to use&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;August 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/8</link><pubDate>Wed, 05 Sep 2018 12:26:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Iram Khan on 9/5/2018 12:26:17 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured to your setup based on the port usage documentation link: &lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports on your on-premise Appian installation:&lt;/p&gt;
&lt;p&gt;Current Default Configuration:&lt;/p&gt;
&lt;table style="height:123px;" width="619"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Component&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Default Port&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Service Manager&lt;/td&gt;
&lt;td&gt;7070&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zookeeper&lt;/td&gt;
&lt;td&gt;2181,2888,3888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Kafka&lt;/td&gt;
&lt;td&gt;9092&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search Server&lt;/td&gt;
&lt;td&gt;9300&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data Server&lt;/td&gt;
&lt;td&gt;5400-5405&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;ul&gt;
&lt;li&gt;Kafka&lt;/li&gt;
&lt;li&gt;Zookeeper - Cannot be changed. (2181) -&amp;nbsp;appian-topology XML allows users to specify a zookeeper port, but the actual port used to start Zookeeper is defined via Service Manager configuration. Additionally, port used for Zookeeper internal (i.e. the election port and the intracluster communication port) are hardcoded in Zookeeper.groovy. The topology should be the source of truth for these values.&lt;/li&gt;
&lt;li&gt;Data Server -&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Service Manager -&amp;nbsp;Service Manager port (instead of 7070): This port can be modified by specifying the following in the custom.properties file.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;code&gt;serviceManager.topology.adminPort=&amp;lt;specify a port to use&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;August 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/1</link><pubDate>Wed, 22 Aug 2018 15:42:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Iram Khan on 8/22/2018 3:42:34 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;This section is required for this template. All symptoms of the issue, including relevant screenshots and log lines, should be included here.&amp;nbsp;The symptoms should be as descriptive as possible.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This section is required for this template. When writing a cause for a particular article, ensure the following is taken into consideration:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The cause is concise and does not disclose more information than absolutely necessary.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Kafka&lt;/p&gt;
&lt;p&gt;Zookeeper - Cannot be changed. (2181) -&amp;nbsp;appian-topology XML allows users to specify a zookeeper port, but the actual port used to start Zookeeper is defined via Service Manager configuration. Additionally, port used for Zookeeper internal (i.e. the election port and the intracluster communication port) are hardcoded in Zookeeper.groovy. The topology should be the source of truth for these values.&lt;/p&gt;
&lt;p&gt;Data Server -&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Service Manager - Can be changed (given below)&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Service Manager port (instead of 7070):&lt;/p&gt;
&lt;p&gt;This port can be modified by specifying the following in the custom.properties file.&lt;br /&gt;{code:java}&lt;br /&gt;serviceManager.topology.adminPort=&amp;lt;specify a port to use&amp;gt;{code}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item><item><title>How to modify existing ports on your on-premise Appian installation</title><link>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation/revision/7</link><pubDate>Wed, 22 Aug 2018 11:59:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:343733f5-ea1d-4c8a-9d1d-8c9b30b5d02b</guid><dc:creator>Iram Khan</dc:creator><comments>https://community.appian.com/support/w/kb/1090/kb-1698-how-to-modify-existing-ports-in-an-self-managed-appian-installation#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Iram Khan on 8/22/2018 11:59:57 AM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Starting from Appian 17.3, Appian has default ports configured to your setup based on the port usage documentation link: &lt;a title="Port Usage" href="https://docs.appian.com/suite/help/latest/Port_Usage.html" target="_blank"&gt;Port Usage&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;Follow the steps provided below to modify default ports on your on-premise Appian installation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Kafka&lt;/li&gt;
&lt;li&gt;Zookeeper - Cannot be changed. (2181) -&amp;nbsp;appian-topology XML allows users to specify a zookeeper port, but the actual port used to start Zookeeper is defined via Service Manager configuration. Additionally, port used for Zookeeper internal (i.e. the election port and the intracluster communication port) are hardcoded in Zookeeper.groovy. The topology should be the source of truth for these values.&lt;/li&gt;
&lt;li&gt;Data Server -&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Service Manager -&amp;nbsp;Service Manager port (instead of 7070): This port can be modified by specifying the following in the custom.properties file.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;code&gt;serviceManager.topology.adminPort=&amp;lt;specify a port to use&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian running 17.3 or later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;August 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: port, kafka, zookeeper, how-to, data-server, infrastructure, service manager, network&lt;/div&gt;
</description></item></channel></rss>