Pi Node Port Control

Here you will find information and guides on verifying and managing the ports your Pi Node requires. Proper port configuration is essential for your Node to function smoothly and contribute to the Pi Network.

Why Port Control?

The correct ports must be open in your firewall and router for your Pi Node to connect and operate correctly. Misconfigured ports can affect Node performance or prevent connection entirely.

Check Ports

To ensure your ports are properly open, use online port checker tools. Enter the required ports (31400-31409 TCP) and your public IP address to check their status.

Configure Ports in Windows Firewall

If the port check indicates that the required ports are closed, you need to open them in your Windows Firewall. Here are two methods:

Manual Configuration of Windows Firewall

  1. Press Windows + R, type `firewall.cpl`, and press Enter.
  2. In Windows Defender Firewall, click Advanced Settings on the left.
  3. Select Inbound Rules and then click New Rule....
  4. Choose Port and click Next.
  5. Select TCP, enter 31400-31409 as the port range, and click Next.
  6. Choose Allow the connection and click Next.
  7. Keep the default profiles (Domain, Private, Public) and click Next.
  8. Give the rule a name like `Pi Node Ports (TCP)` and click Finish.
  9. Repeat for Outbound Rules.

Automatic Configuration via Batch File

Alternatively, download a batch file that automatically configures the required firewall rules. Run the batch file as an administrator.

Security Notice: Batch files can modify your system. Only download from trusted sources and verify content if uncertain.