Support
For setup guides and feature walkthroughs, see the documentation.
Contact
FAQ
Is my data secure?
Your credentials never leave your device — they're stored in platform keychain encryption (iOS Keychain / Android Keystore). SSH connections are end-to-end encrypted, so when you connect over the optional relay it only carries encrypted traffic and cannot read your session. Voice control is optional and uses your own AI provider key; if you enable it, your spoken text is sent to that provider to generate a command.
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).