port 11501

The search results do not indicate a widely known application or service specifically assigned to .

Cause:

Your browser cached an old version of the site. Solution:

Broadcom/Symantec Management:

It is a known port for registration and communication within Symantec Endpoint Protection Manager (SEPM) and related Broadcom DNA components.

  1. Install Ollama (or LM Studio).
  2. Pull a model: ollama pull llama3.2
  3. Run it on a custom port: ollama serve --port 11501
  4. In a new terminal, test it: curl http://localhost:11501/api/generate -d '"model": "llama3.2", "prompt": "Hello"'
  5. Why "new"? You are using a new model, on a new port, in a new terminal session.