Elasticsearch HTTP API. Search and analytics engine.
Test it now with our Port Scanner
| Port | 9200 |
|---|---|
| Service | Elasticsearch |
| Protocol | TCP |
| Encrypted | Varies |
| Common Use | Elasticsearch HTTP API |
Online: Use our Port Scanner — enter your IP and port 9200.
Command line:
nc -zv your-server-ip 9200 (Mac/Linux)
Test-NetConnection -ComputerName your-server-ip -Port 9200 (PowerShell)
Check locally:
ss -tlnp | grep :9200 (Linux) netstat -an | findstr :9200 (Windows)