cPanel (HTTPS)
What is Port 2083?
Port 2083 is the default HTTPS port for cPanel, providing encrypted access to the web hosting control panel. All cPanel access should use port 2083 instead of the unencrypted port 2082. When you navigate to https://yourdomain.com:2083, you access the cPanel interface over a TLS-encrypted connection, protecting your login credentials and session data. cPanel on HTTPS supports the same full range of hosting management features — file manager, email configuration, database management, domain management, and security settings. Most modern hosting providers automatically redirect cPanel access from port 2082 to 2083.
Common Uses
- Secure web hosting control panel access
- Encrypted management of hosting resources
- Remote website administration
- Hosting provider customer portal
Technical Details
Copy-paste commands to check port 2083 (cPanel (HTTPS)) from your terminal
Test connectivity
nc -zv example.com 2083
curl -v --max-time 5 http://example.com:2083/
telnet example.com 2083
nmap -p 2083 -sV example.com
(echo > /dev/tcp/example.com/2083) 2>/dev/null && echo "open" || echo "closed"
Open port in firewall
sudo ufw allow 2083/tcp
sudo iptables -A INPUT -p tcp --dport 2083 -j ACCEPT
sudo firewall-cmd --permanent --add-port=2083/tcp && sudo firewall-cmd --reload
Security Considerations
Always use port 2083 over 2082 for cPanel. Enable two-factor authentication, set up IP-based access restrictions, and use cPHulk protection. Regularly audit cPanel user accounts and permissions. Ensure TLS certificates are valid and up to date. Monitor access logs for suspicious login attempts.
Popular Ports Reference
The most commonly used and referenced network ports