We support SSH access to our shared and reseller cPanel servers. To access your server using SSH, you need the following information.
- cPanel username
- cPanel Password
With the above credentials, you can login using SSH by using the following code
ssh -p 7822 username@hostname.com
So for example, if your hostname is johndoe.com and username is john, you can use the following code
ssh -p 7822 john@johndoe.com