How to access your account with SSH

Á

Álvaro Moura

Last updated on Jul 10, 2026

You can access your host account by SSH connection.
To do that you just have to access via terminal using your username and the main domain or the shared IP of your account:

  1. ssh user@mydomain.com

or

  1. ssh user@yoursharedip

And then you just have to enter with your password (the same used to access cPanel).

If the mensage "The authenticity of host 'domain.com* (ip)' can't be established.*

ECDSA key fingerprint is SHA256:yEq2fYG6FxwUsP5brofy6hMDDCLhbqXla2AzIpC9sdo.

Are you sure you want to continue connecting (yes/no/[fingerprint])?" appears, you just have to answear yes.

For example:


The informations used in this example are fictitious. You must use your own data when connecting.