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