Network / Port Check Tools

RaceLab communicates with your sims and other software through network ports. If overlays are not connecting or telemetry data is missing, it’s often worth checking which ports are open and which app is using them.

On Windows 11 the easiest and most reliable way to do this is with Resource Monitor — no command line needed. It’s built into Windows and shows all listening ports in a clear list.

  • Open the Start menu and type Resource Monitor.
  • Go to the Network tab.
  • Expand Listening Ports to see every program using a network port.
  • Look for RaceLab.exe or your sim’s executable name and note the port numbers in use.

This makes it simple to confirm whether telemetry ports (for example 8080, 8182 or 9000 depending on the sim) are open and not being blocked by another app or firewall rule.

You can still use netstat -a or netstat -b in a command prompt for the same data, but Resource Monitor is far easier to read and updates live while RaceLab is running.