UptimeGuard

Port Monitor

Check whether a specific TCP or UDP port is open and accepting connections.

How it works

UptimeGuard attempts to establish a TCP (or UDP) connection to the specified host and port. The check passes if the connection is accepted within the timeout period.

Configuration

SettingDescription
Hostname / IPThe target host.
PortThe port number to check (e.g. 3306 for MySQL, 6379 for Redis).
ProtocolTCP (default) or UDP.
TimeoutMax connection wait time in seconds.

Common ports

ServicePort
SSH22
SMTP25 / 587
MySQL3306
PostgreSQL5432
Redis6379
MongoDB27017