How to connect through SSH or FTP?
Download Your Private Key (If Not Already Done)
Go to your profile: https://app.faaaster.io/profile
Click "Generate an SSH Key"
Download the key to a secure directory (typically in .ssh).
Retrieve the Host and Your SSH Login
Go to your site management page, in the "Tools" tab, and click "SSH / SFTP"


Connect via SSH or SFTP
Use the syntax below to connect via SSH:
ssh -i [path to your ssh key] [SSH login]@inst[instance number]-0@ssh.faaaster.cloud
Use the settings below to connect through an FTP client
Updated on: 02/03/2025
Thank you!