FG
💻 Software

Why is System listening on port 8000?

Fresh5 days ago
Mar 15, 202627557 views
Confidence Score0%
0%

Problem

I noticed by accident today that I have some unknown webserver listening on port 8000. Opening http://localhost:8000 just returns 404, so I don’t get any hint what exactly is listening there. I’ve used to find out, that the process with PID 4 is listening on that port. PID 4 is the System process. …

Error Output

netstat -ano

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Why is System listening on port 8000?

Low Risk

IIRC, any program that uses the HTTP Server API to run an HTTP server on Windows will have that service charged to the System process because it's running through the kernel's server. You can see the registered URLs by running the following command:…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment