PanelAlpha Documentation
Back Home
Live Demo Get Started

SFTP Accounts

Documentation
    Introduction
Getting Started
    Installation Guide Update Guide SSL Configuration Translations
System Configuration
    General Configuration Plans Hosting Servers DNS Servers Email Servers Remote Backups Notifications Automatic SSL Plugins & Themes Background Billing Diagnostic Mode Automatic Tester Snapshot Tool
Admin Area
    Dashboard Instances Services Users Logs Migrations
Onboarding Methods
    Quick Onboarding Super Quick Onboarding Standard Onboarding
Hosting Servers
    Hosting Scenarios PanelAlpha Engine cPanel Plesk DirectAdmin WP Cloud
DNS Servers
    Cloudflare cPanel DNS Only PowerDNS
Email Servers
    Mailcow cPanel
Billing Systems Integrations
    PanelAlpha WordPress Hosting For WHMCS
Integrations
    Atarim AWStats Matomo Google Analytics Let's Encrypt Google PageSpeed Insights DB-IP Extendify WithoutDNS
Client Area - Instances
    List of Instances Creating New Instance Importing Existing Instance Instance Details Changing Domain Sharing Instances Monitoring Backups Plugins Advanced Settings
Client Area - Hosting
    Summary Domains FTP Accounts SFTP Accounts MySQL Databases Cron Jobs File Manager DNS Zone Editor Email Addresses Email Forwarders

# SFTP Accounts

You can add and manage your hosting's SFTP (Secure File Transfer Protocol) accounts here. SFTP provides secure file transfer over SSH, offering enhanced security compared to traditional FTP by encrypting both authentication credentials and data transfers.

After your first SFTP account is added, you will see a table with sortable columns that include information on:

  • User
  • Updated

The actions at the end of the table will let you show access details, edit or delete the account.

To find a specific SFTP account in the table, use the search function next to the Add Account button. You can also perform bulk actions by selecting multiple accounts using the Actions dropdown menu.

# Add account

To Add Account click the button above the table. In the form that appears, you need to provide:

  • Username - The SFTP account username (automatically prefixed with your hosting account name)
  • Authentication Method - Select the authentication method from the dropdown menu (e.g., Password)
  • Password - Enter a password or click Generate Password to automatically create a secure password

Once all fields are filled, click Add Account to create the new SFTP account.

INFO: SFTP uses SSH encryption to protect your data during transfer, making it more secure than traditional FTP. All authentication credentials and file transfers are encrypted, preventing interception by unauthorized parties.

# Managing SFTP Accounts

For each SFTP account in the table, you have access to the following actions:

  • Show Access Details (info icon) - View the complete connection information for the account
  • Edit (pencil icon) - Modify the account settings, including changing the password
  • Delete (trash icon) - Remove the SFTP account permanently

# Connection Details

When you click Show Access Details for an SFTP account, you will see the connection information needed to connect to your hosting via SFTP:

  • Host/Server - The SFTP server address
  • Port - Typically port 22 (SSH default port)
  • Username - Your full SFTP account username
  • Password - Your account password

You can use these credentials with any SFTP client application such as FileZilla, WinSCP, or Cyberduck to securely transfer files to and from your hosting account.