2.5.1.2. Connection sources

flowchart TB fm@{ shape: rounded, label: "📂 File manager" } subgraph Hosting accounts account@{ shape: rounded, label: "☁️ Hosting account" } backup@{ shape: rounded, label: "🔄 Backup" } end vps@{ shape: rounded, label: "💻 VPS" } storage@{ shape: rounded, label: "📦 Storage" } ftp@{ shape: rounded, label: "🔌 FTP" } ssh@{ shape: rounded, label: "🔌 SSH" } server@{ shape: rounded, label: "🖥 Third-party server" } fm--->|SSH|account fm--->|FTP|backup fm--->|SSH|vps fm--->|FTP|storage fm-->ftp fm-->ssh ftp-->server ssh-->server

Using the file manager, you can connect to your hosting account, its backup, VPS, storage or any server via FTP or SSH.

The current connection source is displayed at the top of the panel to the left of the path:

The connection source button shows the current source and allows you to change it:

  • account — connection to hosting account (default source).
    • The name of the hosting account is displayed on the right.
    • By clicking on the name, you can quickly switch between hosting accounts available in your current account.
  • backup — connection to backup of the hosting account.
    • The date the backup was created is displayed on the right.
    • By clicking on the date, you can quickly switch between backups for available dates.
  • vps — connection to VPS.
    • The name of the VPS is displayed on the right.
    • By clicking on the name, you can quickly switch between the VPS available in your current account.
  • storage — connection to storage.
    • The name of the storage is displayed on the right.
    • By clicking on the name, you can quickly switch between the storage available in your current account.
  • ftp — connection to an FTP server.
    • The FTP server address is displayed on the right.
  • ssh — connect to a server via SSH.
    • The user's login on the server is displayed on the right.

By clicking on the current connection source, you can change it to another one:

All hosting accounts that can be accessed from the current account are available for selection.
  1. Click on the current connection source and select "Hosting account".
  2. Select the desired hosting account from the list and click "🔌 Connect":
All hosting accounts accessible from the current account and all dates for which backups of the selected hosting account are available for selection.
  1. Click on the current connection source and select "Backup".
  2. Select the desired hosting account and date from the list and click "🔌 Connect":
All VPS accessible from the current account are available for selection.
  1. Click on the current connection source and select "VPS".
  2. Select the desired server from the list and click "🔌 Connect":
All storages accessible from the current account are available for selection.
  1. Click on the current connection source and select "Storage".
  2. Select the desired storage from the list and click "🔌 Connect":
  1. Click on the current connection source and select "FTP".
  2. Enter the details for connecting to the desired server via FTP and click "🔌 Connect":
    • Host — FTP server address.
    • Login — user login on the FTP server.
    • Password — user password on the FTP server.
    • Port — port for connection (default is 21).
  1. Click the current connection source and select "SSH".
  2. Enter the details for connecting to the desired server via SSH and click "🔌 Connect":
    • Host — server address.
    • Login — user login on the server.
    • Private key — private key file.
      • ⚠️ Only used if SSH key authentication is configured on the server.
    • Password — user password on the server.
      • You can leave this blank if you're using a key-based connection.
    • Port — port for connection (default is 22).
Content

    (1)