Support
For setup guides and feature walkthroughs, see the documentation.
Contact
FAQ
Is my data secure?
All credentials are stored locally on your device using platform keychain encryption (iOS Keychain / Android Keystore). No data leaves your device. SSH connections are encrypted end-to-end.
Do I need a VPN to connect remotely?
Not necessarily. The built-in relay agent lets you connect from anywhere using QR code pairing — no VPN or port forwarding required. Tailscale is also supported for direct peer-to-peer connections.
Does the app support SSH keys?
Yes. Both password and SSH key authentication are supported. Keys can be imported or generated within the app.
What happens if my connection drops?
If tmux is enabled, sessions persist on the server and automatically reconnect when the connection is restored. Without tmux, the session ends.
Can I transfer files?
Yes. SFTP is built in for uploading and downloading files to and from your server.
Why can't I connect?
Check that SSH is enabled on your server, the hostname/IP and port are correct, your credentials are valid, and your network allows outbound connections on the SSH port (default: 22).