This article applies as of PRTG 20


I would like to know the ports that PRTG requires for full access and functionality. Can you please provide a list with all (potentially) used ports?


PRTG port usage

PRTG requires that several ports on your system are open and reachable for full functionality. You have to make sure that specific ports are available on the PRTG web server, for remote probes, clustering, and for various monitoring technologies.

See the following tables for all used ports.

Web server

Port UserPort NumberRemarks
Web serverTCP 80 (HTTP), 443 (HTTPS)
Fallbacks: 8443 and 8444+ (HTTPS), 8080+ (HTTP)
You can change the TCP port or define a custom TCP port in the PRTG web interface under SetupSystem AdministrationUser Interface, section Web Server. PRTG Desktop and the PRTG apps for iOS or Android also use this port to connect to the server. For versions previous to 18.3.44, the HTTPS fallback ports are 8443 and 32000+.
Reports8085 (PDF reports)This port is only opened and blocked on the local PRTG server (localhost). For HTML reports, the configured web server port is used. If necessary, you can change this in the registry.
Auto-update and activation443For details, see Which servers does PRTG connect to for software auto-update, activation, etc.?
Update check and download80For details, see Which servers does PRTG connect to for software auto-update, activation, etc.?
Active Directory integrationTCP and UDP 389 (non-secure), TCP 636 (SSL)This is the LDAP port for Active Directory integration.

Note: If the PRTG web server always uses a fallback port after a server restart, check for programs that use the same port as PRTG on startup. For example, the integrated Microsoft IIS web server uses port 80 (443 for SSL) by default and starts before PRTG so that the port is not available for PRTG. This is why you need to define a different port for IIS or disable it. You can also disable the World Wide Web Publishing Service on startup to get the same effect.

Remote probes

Port UserPort NumberRemarks
Connections between remote probes and core server23560It is sufficient to open or forward this TCP port only on the core server. If you need to change it, see How can I customize PRTG’s ports for core-probe-connections?

Cluster

Port UserPort NumberRemarks
Communication between cluster nodes23570All communication between cluster nodes is directed through this TCP port.

Monitoring

PRTG sensors use various monitoring technologies to query the desired data. These technologies need open ports for the communication between the PRTG core server and the monitored devices in the network.

TechnologyPort Number (default)
Cloud (Ping and HTTP)TCP 443 (8443 before PRTG version 15.4.20)
HTTP (proxy)TCP 8080
IMAPTCP 143 (non-secure), 993 (SSL)
LDAPTCP/UDP 389 (non-secure), TCP 636 (SSL)
MSSQLTCP 1433
MySQLTCP 3306
OracleTCP 1521
POP3TCP 110 (non-secure), 995 (SSL)
PostgreSQLTCP 5432
SMTPTCP 25 (non-secure), 465 (SSL), 587 (SSL)
SNMPUDP 161
SNMP TrapUDP 162
SSHTCP 22
SyslogUDP 514
WBEMTCP 5988 (non-secure), 5989 (SSL)
WMITCP 135, high port ranges 49152-65535 and 1024-5000; for details, see My WMI sensors don't work. What can I do?

Note: This list might not be complete. The used ports can be different depending on your configuration. Usually, you can change the default ports in PRTG in the particular device and/or sensor settings.

Notifications

NotificationPort NumberRemarks
PushTCP 443Target URL: https://api.prtgcloud.com:443
Note: In PRTG versions previous to 15.4.20, push notifications used port 8443 (https://push.prtgcloud.net:8443).
SMTPTCP 25
SNMP TrapUDP 162
SyslogUDP 514

More


Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.