This article contains information about the ports and networking information for each component/entity.
Inbound Ports by component
1. Lighthouse ports
| Component |
Port |
Description |
| SPChannel |
15000 tcp |
SPChannel server port, used by Blaze (Desktop/Android) |
| Web UI (http) |
15001 tcp |
HTTP server for hosting Lighthouse's Web UI |
| Web UI (https) |
15002 tcp |
HTTPS server for hosting Lighthouse's Web UI over TLS |
2. Kaleidoscope ports
| Component |
Port |
Description |
| Broker Clients |
15010 tcp |
Used by clients (other entities) to connect to broker |
| Cluster |
15011 tcp |
Used by other Kaleidoscope instances to form the cluster |
3. Prism ports
| Component |
Port |
Description |
| HTTP |
80 tcp |
Http server to serve external requests |
| HTTPS |
443 tcp |
Https server to serve external requests |
| HTTP |
16000 tcp |
Alternative Http server to serve external requests |
| HTTPS |
16001 tcp |
Alternative Https server to serve external requests |
4. ALL Entity ports
| Component |
Port |
Description |
| P2P |
14000 tcp |
Used by all entities to form a p2p mesh |
| P2P (alternative) |
14001-14999 tcp |
Range to search for available port for entity to use when forming a p2p mesh. (when 14000 is unavailable on machine) |
List of all Ports
| Port |
Entity |
Component |
Description |
| 80 tcp |
Prism |
HTTP |
Http server to serve external requests |
| 443 tcp |
Prism |
HTTPS |
Https server to serve external requests |
| 14000 tcp |
All Entities |
P2P |
Used by all entities to form a p2p mesh |
| 14001-14999 tcp |
All Entities |
P2P (alternative) |
Range to search for available port for entity to use when forming a p2p mesh. (when 14000 is unavailable on machine) |
| 15000 tcp |
Lighthouse |
SPChannel |
SPChannel server port, used by Blaze (Desktop/Android) |
| 15001 tcp |
Lighthouse |
Web UI (http) |
HTTP server for hosting Lighthouse's Web UI |
| 15002 tcp |
Lighthouse |
Web UI (https) |
HTTPS server for hosting Lighthouse's Web UI over TLS |
| 15010 tcp |
Kaleidoscope |
Broker Clients |
Used by clients (other entities) to connect to broker |
| 15011 tcp |
Kaleidoscope |
Cluster |
Used by other Kaleidoscope instances to form the cluster |
| 16000 tcp |
Prism |
HTTP |
Alternative Http server to serve external requests |
| 16001 tcp |
Prism |
HTTPS |
Alternative Https server to serve external requests |