Gateway Port Reference
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.
Ignition Ports​
Port | Direction | Protocol | Configurable | Description |
---|---|---|---|---|
80 | Incoming | TCP | Yes | Default port setting to access the Ignition Gateway when using Ignition Cloud Edition. |
443 | Incoming | TCP | Yes | Default SSL port setting to access the Ignition Gateway when using Ignition Cloud Edition. |
1883 | Incoming | TCP | No | MQTT Unencrypted. Outgoing port if using an external MQTT broker, Listen port on Ignition if using the Distributor module. |
4096 | Incoming | TCP | Yes | Legacy port for Ignition OPC UA server. Versions 7.9 and prior used this port for UA server communications. When upgrading from Ignition 7 to 8+, the legacy port will initially be used. |
4445 | Outgoing | UDP/broadcast | Yes | Default send port for multicast messages that makes the Gateway discoverable on a local network. |
4446 | Incoming | UDP/broadcast | Yes | Default receive port for multicast messages that makes the Gateway discoverable on a local network. |
6501 | Incoming | TCP | No | The port utilized by Vision's Local Client Fallback feature. |
8043 | Incoming | TCP | Yes | Default SSL port setting to access the Ignition Gateway. |
8060 | Incoming | TCP | Yes | Default SSL port setting for the Gateway Network (metroSSLPort in the Gateway XML file). |
8088 | Incoming | TCP | Yes | Default port setting to access the Ignition Gateway. Also the non SSL port for the Gateway Network. |
8883 | Incoming | TCP | No | MQTT SSL/TLS. Outgoing port if using an external MQTT broker, Listen port on Ignition if using the Distributor module. |
17342 | Incoming | UDP | No | Receive Port for SMS with Alarming. |
17341 | Outgoing | UDP | No | Send port for SMS with Alarming. |
62541 | Incoming | TCP | Yes | Default port for Ignition OPC UA server. |
Other Common Software/Hardware Ports​
Port | Direction | Protocol | Configurable | Description |
---|---|---|---|---|
102 | Outgoing | TCP | No | Siemens Step 7 controller software. |
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. |
1521 | Outgoing | TCP | Yes | Default Oracle port. |
2222 | Outgoing | TCP | No | Allen Bradley Drivers (Ethernet/IP I/O DMA). |
3050 | Outgoing | TCP | Yes | Default Firebirdsql port. |
3306 | Outgoing | TCP | Yes | Default MySQL port. |
5060 | Incoming | TCP/SIP | No | Send Voice Notification to SIP server. |
5432 | Outgoing | TCP | Yes | Default Postgresql port. |
8000 | Incoming | TCP/RTP | No | Transfer/com for SIP server. |
9600 | Outgoing | TCP | No | Omron FINS/TCP port. |
9600 | Incoming + Outgoing | UDP | No | Omron FINS/UDP bind and remote ports. |
44818 | Outgoing | TCP | No | Allen Bradley Drivers (Ethernet/IP Symbolic/General). |
47808 | Incoming + Outgoing | UDP | No | BACnet device configuration remote port. |
49320 | Outgoing | TCP | Yes | Default Kepware port. |
50000 | Outgoing | TCP | Yes | Default IBM DB2 port. |
Ignition Activation URLs​
Activation Type | URL (TCP communication) |
---|---|
6 Character (1 time/as needed) | https://api.inductiveautomation.com/activation/activate |
8 Character (regular communication) | https://licensing.inductiveautomation.com/v1-activation/leased/activate https://licensing.inductiveautomation.com/v1-activation/leased/nonce |
For more information, see Ignition Activation.