Skip to content
Webify
Port check

Port check

Checks common service ports.

Target

Choose ports

Checks common service ports. Only test hosts you own or are allowed to check.

Guide

Port checkCommon searches and answers

A port check tries whether common service doors (22, 25, 80, 443, 3306…) answer on the target. Searches like “is the port open”, “check 443” and “SSH port” land here. Use it only on your server or a target you are written to test. Unauthorised scanning breaks law and the host contract.

What an open port means

Open means a process answered SYN on that door. Open 443 with a valid certificate means HTTPS works. Open 22 with a weak password grows the attack surface. Closed or timeout means firewall, NAT or a stopped service. “Closed” is not always safer; a bad rule also cuts mail.

Webify tries common ports from a list or the number you type. The result is outside visibility; a service open on localhost but closed outside looks closed. That is expected NAT behaviour.

Which port does what

80 is HTTP, 443 HTTPS, 22 SSH, 25/465/587 mail, 3306 MySQL, 5432 PostgreSQL, 6379 Redis, 2083/2087 cPanel. Databases and Redis must not face the internet in production. 25 is blocked outbound on many home and cloud networks; that does not mean your server is broken.

Permission and safety

Unauthorised port scanning is treated as an access attempt under criminal and contract law. If you scan a client server, keep written approval and an IP log. The tool keeps a low rate; there is no exploit. Closing a door you see open is firewall and service config in your panel.

Pre-launch check and search intent

On a new VDS: open 22 with keys and an IP allow-list, open 80/443 for the web, listen on 25 only if this host is mail and the provider allows it, keep 3306/6379 on localhost. Searches like “is the port open”, “check 443”, “change SSH port” belong here. Moving 22 to 2222 is not safety by itself; scanners still scan; restrict and keys do the work.

If the origin sits behind a WAF or CDN, open 443 only to CDN IPs. If origin is visible from the internet, this tool will say “open”; that is a leak. Leaving panel ports (2083, 2087) on the world invites brute force. The result is for your browser only; it is not published. Do not write a loop to burn the quota.

Frequently asked questions

These are the queries people type for this tool. Answers match the visible text.

Enter host and port. The tool tries a TCP connect. An answer is open; none is closed or timed out.

HTTPS uses 443. If it is closed the browser cannot connect. Even if 80 is open, modern browsers force 443.

With keys and a tight IP allow-list, yes; with a weak password, no. Prefer VPN in front.

Many networks block outbound 25 against spam. Even if your server listens, outside timeout is normal.

No. 3306, 5432 and 6379 belong on a private network or tunnel only.

This version tries TCP. UDP needs a separate, controlled method.

Closed is RST or a refuse. Timeout means packets were dropped or the filter stayed silent.

No. Only your own or a written-authorised target. Otherwise it is an access attempt.

2082/2083 panel, 2086/2087 WHM, 2095/2096 webmail are common. Open means the panel faces the internet; restrict by IP.

Only your browser. Webify does not publish the result; logs are kept briefly.