SSH/Terminal access lets you connect directly to your hosting account and execute Linux commands, which is extremely useful for developers when building, configuring, or deploying websites and applications. There are two main ways to open the terminal for your hosting account.
Via cPanel
- Log in to your hosting account using your username and password.
- Scroll to the Advanced section and click on Terminal.
- You will be directed to the terminal interface where you can run any Linux commands you need.
NOTE: If the Terminal option is missing from your cPanel, SSH access has not yet been activated on your account. Please send an email to support@whogohost.com to request that SSH access be enabled.
Via SSH Client (Using PuTTY)
- Launch the PuTTY application on your computer.
- Enter the hostname (for example: example.example.com).
- Set the port to 22 (the default SSH port).
- Click Open to start the connection.
- When prompted, type your cPanel/hosting username.
- Enter your password when asked.
After completing these steps, you’ll be logged into your hosting account through SSH.