Web Host Manager (HTTPS).
Test it now with our Port Scanner
| Port | 2087 |
|---|---|
| Service | WHM HTTPS |
| Protocol | TCP |
| Encrypted | Yes (TLS/SSL) |
| Common Use | Web Host Manager (HTTPS) |
Online: Use our Port Scanner — enter your IP and port 2087.
Command line:
nc -zv your-server-ip 2087 (Mac/Linux)
Test-NetConnection -ComputerName your-server-ip -Port 2087 (PowerShell)
Check locally:
ss -tlnp | grep :2087 (Linux) netstat -an | findstr :2087 (Windows)