SourCherry Help Centre
HomeSitesWordpress

SSH access for WordPress

For developers and advanced users, Secure Shell (SSH) access provides a direct, secure, and encrypted connection to your WordPress server environment.

With SSH, you can execute commands, manage files in bulk, and utilize tools like WP-CLI without relying on the standard WordPress admin dashboard or basic FTP clients.

Why Use SSH Access?

Step 1: Locate Your SSH Credentials

Before you can connect to your server, you need to retrieve your unique connection credentials from your CRM dashboard.

  1. Log into your account and navigate to Sites > WordPress.

  2. From the WordPress dashboard, open the Advanced Settings tab.

  3. Locate the FTP/SSH Access section.

Here, you will find the four pieces of information required to make your connection:

Step 2: Connecting to Your Server

Once you have your credentials handy, you can connect using your computer's built-in terminal or a third-party SSH client.

For Mac and Linux Users (Using Terminal)

  1. Open the Terminal application on your computer.

  2. Type the following command, replacing the placeholder text with your actual credentials:

  3. ssh username@hostname -p port
  1. (Example: ssh wpuser_12345@wp1.msgsndr.com -p 22)

  2. Press Enter. If this is your first time connecting to this specific server, you will see a message asking if you want to continue connecting. Type yes and press Enter.

  3. When prompted, paste your Password.

  4. ? Note: For security reasons, your cursor will not move and characters will not appear while you are typing or pasting your password. This is normal.

  5. Press Enter. You are now securely connected to your server!

For Windows Users (Using PowerShell or PuTTY)

Option A: Windows PowerShell (Recommended)

Windows 10 and newer versions have a built-in SSH client. You can simply open the PowerShell app and use the exact same ssh command as the Mac/Linux instructions above.

Option B: PuTTY (Third-Party Client)

If you prefer a graphical interface or are using an older version of Windows:

  1. Download, install, and open PuTTY.

  2. In the Host Name (or IP address) field, paste your Host credential.

  3. In the Port field, enter your Port number.

  4. Ensure the Connection Type is set to SSH, then click Open.

  5. A black terminal window will appear asking "login as:". Enter your Username and press Enter.

  6. Enter your Password (again, it will be invisible as you type) and press Enter.

Troubleshooting Common SSH Issues

Need Advanced Help? If you are unable to connect via SSH after verifying your credentials, please reach out to our 24/7 support team for backend assistance!