This is an user guide on how to create SSH/SFTP Server for Android (Phone, Tablet, Android TV and Chromebook).

After started, user can use FileZilla FTP Client on PC (Available on Windows, macOS and Linux) to connect to the SFTP Server in the following addresses (depend on configurations):
sftp://username:password@ip:port

For terminal, to connect to SSH Server, using the following command:
ssh username@ip -p port
– For example: ssh [email protected] -p 2222
To create socks proxy to SSH Server, run the following command:
ssh -D 1080 username@ip -p port
– For example: ssh -D 1080 [email protected] -p 2222
then you can use socks proxy with ip 127.0.0.1 and port 1080

Free Edition (All features are totally free):
Paid Edition (No advertising):

Banana Studio
Homepage:
Customer support: [email protected] or use the feedback function in the About screen of SSH/SFTP Server