Using Ports
Ignition uses ports on a computer to give you access to the Gateway Webpage. The default port for any webpage is 80, and all webpages hide 80 from you in the website address. If multiple programs try to use the same port they will fail, and because many computers already use this standardized default port, Ignition defaults to 8088 instead. This means that you will access Ignition's gateway webpage with http://ipaddress:8088. Once Ignition is installed, you can change the port to whatever you like, including to 80. See Changing Gateway Ports.
Port Reference
An Ignition server uses many ports to manage information between itself and other Ignition servers, OPC servers, devices, and other services such as SMTP and ERP servers. The following table describes the default ports an Ignition server may use for communication. Most are configurable and some of these ports may be on a computer other than the one Ignition is installed on (that is, if MySQL is installed on a different computer, the Ignition server will not be using port 3306). This is not a complete list of TCP ports, and there are a few UDP and broadcast ports in the list. Ignition will potentially use other ports if you are connecting to additional services or devices. Setting ports may be possible for some of the following, but will depend on their respective software.
| | | | |
---|
8088 | Listening | tcp | Yes | Default port setting to access the Ignition Gateway. Also the non SSL port for the Gateway Network. |
8043 | Listening | tcp | Yes | Default SSL port setting to access the Ignition Gateway |
8060 | Listening | tcp | Yes | Default SSL port setting for the Gateway Network. |
102 | Listening | tcp | No | Siemens Step7 |
2222 | Listening | tcp | No | Allen Bradley Drivers (Ethernet/IP I/O DMA) |
4096 | Listening | tcp | Yes | Default port for Ignition OPC-UA server |
4446 | Listening | udp/broadcast | Yes | Default receive port for a multicast messages that makes the gateway discoverable on a local network |
5060 | Listening | tcp/SIP | No | Send Voice Notification to SIP server |
5500 | Listening | tcp | Yes | Default port for OPC browse of external Tags |
6501 | Listening | tcp | No | Server fallback port |
8000 | Listening | tcp/RTP | No | Transfer/com for SIP server |
8750 | Listening | tcp | No | Port used for Redundancy/Network Configuration |
9600 | Listening | tcp | No | Omron FINS |
17342 | Listening | tcp | No | Receive Port for SMS with Alarming |
45900 | Listening | tcp | No | Callback port for the mobile module |
44818 | Listening | tcp | No | Allen Bradley Drivers (Ethernet/IP Symbolic/General) |
135 | Outgoing | tcp | No | Default port for DCOM communication (old OPCDA servers) |
389 | Outgoing | tcp | Yes | Default port for Active directory if this is being used |
465 | Outgoing | tcp | No | SMTP protocol used if Alarming is configured |
502 | Outgoing | tcp | Yes | Default Modbus port |
1433 | Outgoing | tcp | Yes | Default MSSQL port used for connection |
1521 | Outgoing | tcp | Yes | Default Oracle port used for connection |
3050 | Outgoing | tcp | Yes | Default Firebirdsql port used for connection |
3306 | Outgoing | tcp | Yes | Default MySQL port used for connection |
4445 | Outgoing | udp/broadcast | Yes | Default send port for a multicast messaged that makes the gateway discoverable on a local network |
5432 | Outgoing | tcp | Yes | Default Postgresql port used for connection |
17341 | Outgoing | tcp | No | Send port for SMS with Alarming |
50000 | Outgoing | tcp | Yes | Default IBM DB2 port used for connection |
1883 | variable | tcp | No | MQTT Unencrypted. Outgoing port if using an external MQTT broker, Listen port on Ignition if using the Distributor module |
8883 | variable | tcp | No | MQTT SSL/TLS. Outgoing port if using an external MQTT broker, Listen port on Ignition if using the Distributor module |