Hosting
How to access shared cPanel server using SSH
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 [email protected]
So for example, if your hostname is johndoe.com and username is john, you can use the following codessh -p 7822 [email protected]