Crios Get Crios

Understanding results

Open ports explained: which are normal at home, and which aren't

An open port is simply a door a device keeps open so something can talk to it. Most are there on purpose. The trick is knowing which doors belong on which devices.

3 min readUpdated 2026-09-19iPhone · iPad · Mac
Crios Issues list on macOS with findings grouped by severity and exposure.
Crios turns open ports into findings only when they carry real risk for that kind of device.

What an open port actually means

Every service a device offers listens on a numbered port. Your printer listens on 631 so computers can print; your Apple TV on 7000 so you can AirPlay to it. When Crios reports a port as open, a connection to it succeeded. That's not automatically bad. It becomes a problem when the service is insecure, unexpected for that device, or reachable from outside your home.

Crios reports three states: Open (it answered), Closed (the device refused, so it's there but not listening), and Filtered (no answer at all, usually a firewall).

Ports you should expect

PortServiceTypically on
53DNSYour router, or a Pi‑holeexpected
80 / 443Web pageRouters, printers, NAS, camerasexpected
631IPP printingPrintersexpected
7000AirPlayApple TV, HomePod, Macs, some TVsexpected
8008 / 8009Google CastChromecast, Nest speakers, TVsexpected
62078iPhone/iPad synciPhone, iPadexpected
445File sharing (SMB)NAS, Macs and PCs that share folderscheck it's intended
22SSHNAS, servers, Raspberry Pifine if you use it

Ports worth questioning

PortServiceWhy it matters
23TelnetSends passwords in plain text; a favourite target of IoT malware.close it
21FTPUnencrypted file transfer; often left on by old NAS or camera firmware.replace or close
3389Remote DesktopA common brute‑force and ransomware entry point on Windows PCs.off unless used
5900Screen sharing (VNC)Full control of the screen if the password is weak or missing.protect it
554RTSP videoCamera streams that are often viewable with default credentials.password + isolate
3306, 5432, 6379, 27017DatabasesShould never be open to every device on your Wi‑Fi.restrict

Context matters more than the number

SSH on your NAS, which you manage, is normal. SSH on a no‑name smart plug is not. Crios weighs findings by device type for this reason: remote‑access services on cameras, routers and IoT gadgets are flagged, while the same service on a server you run is treated as expected. Every open port also has an button explaining what the service does and what stops working if you close it.

Where it's reachable from changes everything

A port open only on your home network can be reached by devices already on your Wi‑Fi. A port your router forwards from the internet can be reached by anyone online. Crios asks your router which ports it forwards and adjusts severity accordingly; our exposure guide explains how.

What to do with a questionable port

  1. Tap to see what the port is for and what closing it would break.
  2. Turn the service off in the device's own settings or app. Crios can't change device settings; it tells you where to look.
  3. Tap Check Now to confirm it's closed. See Verify your fix.