How to set up FTP and SSH at Kelma

Step 1: Navigate to Your Site Panel

  1. Log in to your Kelma dashboard.
  2. Select your site from the list of hosted websites.
  3. Navigate to General -> Overview.

Step 2: Retrieve Your FTP Login Information

In the General -> Overview section, you will find your FTP credentials:

Shows a screenshot of the site overview details in the Kelma dashboard
  • FTP Host (Your server IP address)
  • FTP Username
  • FTP Password

Click “Request FTP password” to reveal your password. You will be asked to verify your Kelma dashboard password.


How to Set Up FTP in Cyberduck

Cyberduck is a popular FTP client that allows you to manage your website files easily.

Step 1: Open a New Connection

  1. Open Cyberduck.
  2. Click File -> Open Connection.
A screenshot showing the Cyberduck menu and how to open a new connection

Step 2: Enter FTP Credentials

  1. Server: Enter your server IP address.
  2. Username: Enter your FTP username.
  3. Password: Enter your FTP password.
  4. Port: Use the default FTP port 21.
  5. Click Connect.
A screenshot showing FTP connection configuration in Cyberduck

How to Connect to Your Site Over SSH

SSH (Secure Shell) provides secure remote access to your server.

Step 1: Open a Terminal or SSH Client

  1. Open a Terminal (Mac/Linux) or Command Prompt/PowerShell (Windows).

Step 2: Connect Using SSH

Run the following command, replacing <your FTP username> and <server IP address> with your actual credentials:

$ ssh <your FTP username>@<server IP address>

Step 3: Enter Your Password

  1. When prompted, enter your FTP password.
  2. You will now be connected to your server via SSH.

You are now successfully connected to your Kelma-hosted site via FTP and SSH!

Mohamed Alaa Avatar

Leave a Reply

Your email address will not be published. Required fields are marked *