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