RevealTheme logo

Pemeriksa Porta

Periksa apakah suatu porta TCP terbuka dan menerima koneksi dari internet.

Cara menggunakan alat ini

  1. 1

    Type the public hostname or IP you want to probe (for example example.com) into the host field.

  2. 2

    Set the port number, either by typing it or clicking one of the quick presets like 22, 80, 443, or 3306.

  3. 3

    Click Check and wait up to five seconds for the result.

  4. 4

    Read the result banner: green means the port accepted a TCP connection (with latency in milliseconds), red means it did not (with the reason code).

Apa itu Pemeriksa Porta?

Layanan jaringan mendengarkan pada porta TCP: server web pada 80/443, SSH pada 22, basis data pada 3306/5432. Jika sebuah porta tertutup atau dilindungi oleh firewall, tidak ada koneksi yang berhasil. Alat ini mencoba membuka soket TCP dari server kami ke host Anda pada porta yang ditentukan: berguna untuk men-debug aturan firewall, memvalidasi bahwa sebuah layanan benar-benar terekspos, atau mengaudit keamanan.

Kasus penggunaan umum

  • Confirm a freshly deployed web app is reachable on port 443 before pointing DNS or a load balancer at it.

  • Diagnose why clients cannot connect to a database by checking whether 3306 or 5432 is actually exposed.

  • Verify a new firewall or security-group rule opened (or closed) the port you intended.

  • Check that a sensitive service like Redis on 6379 or MongoDB on 27017 is NOT left open to the public internet.

  • Test whether an outbound SSH or SMTP port is blocked between a remote host and the public internet.

  • Validate that a port-forward or reverse proxy is passing traffic through to the expected backend port.

Pertanyaan yang sering diajukan

Mengapa layanan saya di localhost tidak muncul sebagai terbuka?
Kami memeriksa dari internet. Alamat localhost atau privat (RFC 1918) tidak dapat dijangkau dari server kami.

Alat terkait