SERVERA
LEGAL · PRIVACY

Privacy Policy

Servera is an SSH client for Android. We are committed to protecting your privacy. This policy explains what data we collect, how we use it, and how we protect it.

Effective: May 18, 2025 Last updated: May 18, 2026 App: Servera SSH Client
// TABLE OF CONTENTS
  1. Information We Collect
  2. How We Use Your Data
  3. Data Storage & Security
  4. Third-Party Services
  5. Your Rights
  6. Children's Privacy
  7. Changes to Policy
  8. Contact Us
01

Information We Collect

🛡

Servera does not collect, transmit, or share any personal data to external servers. All data entered in the app stays exclusively on your device.

The following data is stored locally on your device only:

Server Credentials
Hostname, IP, port, username, password or private key — stored encrypted via Android Keystore
Command History
SSH commands you execute, stored locally for your convenience. Never sent anywhere.
App Password
Hashed with SHA-256. The original password is never stored or recoverable.
App Preferences
Theme, timeout settings, and other UI preferences stored in SharedPreferences.

We do not collect: device identifiers, location data, analytics, crash reports sent to us, or any usage statistics.

02

How We Use Your Data

All data is used solely to provide the core functionality of the app:

SSH Connection
Credentials are used to establish SSH sessions with your servers
Command History
Displayed in-app so you can quickly repeat or review past commands
App Lock
Password hash and biometric data used only for local authentication

Your data is never used for advertising, profiling, analytics, or any purpose other than operating the app.

03

Data Storage & Security

We take security seriously. Here's exactly how your data is protected:

🔐
AES-256-GCM
All credentials encrypted with AES-256-GCM via Android Keystore
🔑
SHA-256 Hash
App password stored as SHA-256 hash — never in plain text
👆
Biometrics
Fingerprint & Face ID via Android BiometricPrompt API. Data never leaves device
📵
FLAG_SECURE
Screenshots and screen recording are blocked inside the app
🏠
Local Only
All data stored on-device. No cloud sync. No external servers
🛡
Android Keystore
Encryption keys managed by Android hardware-backed Keystore
security-overview.sh
$ cat security_spec.txt
Encryption: AES-256-GCM (Android Keystore)
Password hash: SHA-256 (no plain text stored)
Biometric: BiometricPrompt API (hardware)
Screenshots: FLAG_SECURE (blocked)
Data transfer: NONE (local only)
Analytics: NONE
$ _
04

Third-Party Services

Servera does not use any third-party SDKs, analytics services, advertising networks, or crash reporting tools. No data is shared with any third party.

The SSH connections you make go directly from your device to your own servers — we have no visibility into or involvement in those connections.

05

Your Rights

Since all data is stored locally on your device, you have full control at all times:

Delete Data
Clear all app data via Android Settings → Apps → Servera → Clear Data
Command History
Clear history anytime from within the app (History tab → clear)
Uninstall
Uninstalling the app permanently removes all stored data from your device
06

Children's Privacy

Servera is designed for system administrators, DevOps engineers, and developers. The app is not directed at children under 13 years of age and we do not knowingly collect any information from children.

07

Changes to This Policy

We may update this Privacy Policy from time to time. Any changes will be posted on this page with an updated effective date. We encourage you to review this policy periodically.

Continued use of the app after changes constitutes acceptance of the updated policy.

08

Contact Us

If you have any questions or concerns about this Privacy Policy, please contact us:

// DEVELOPER
Servera SSH Client
GitHub: Ti8an/Servera
→ Open Issue on GitHub