Is JuiceSSH dead?
Yes. This is no longer a judgement call: JuiceSSH was unpublished from the Google Play Store on 11 December 2025, and its last release was v3.2.2 on 4 February 2021. New users can't install it, the Pro licence check has broken for many people who paid years ago, and it will never receive another security patch — on an app that holds the private keys to your servers. If you already have it installed it probably still opens, but that's a countdown, not a plan.
The three replacements worth your time in 2026, all actively maintained:
- Closest direct replacement — TermAI: same "tap a saved host, be in a shell" feel, plus SFTP, built-in Tailscale, and an AI assistant. Free tier; Pro $2.99/month.
- Best if you also use a desktop — Termius: mature, cross-platform, hosts and keys synced. Free Starter tier; Pro $10/user/month billed annually.
- Best free and open source — ConnectBot: no account, no cloud, no tiers, still shipping releases in 2026. No SFTP.
Whichever you pick, rotate your keys as you migrate rather than trying to rescue the ones trapped in JuiceSSH — the migration section gives the safe order so you don't lock yourself out of a box you can only reach from your phone.
Disclosure: TermAI is our own app. Prices, versions, and store status for every app below were re-checked for 2026; where a figure comes from a third-party tracker or user reports rather than an official statement, we say so.
The honest status of JuiceSSH
JuiceSSH (by Sonelli Ltd) was Android-only and, for over a decade, the default answer to "SSH client for Android". It was lightweight, it had a one-time Pro purchase instead of a subscription, and it had a clean classic UI. Per AppBrain's tracking it accumulated roughly 3.9 million downloads and sat at about 4.06 stars across ~52,000 ratings before the listing came down. None of that saved it.
What actually happened, in order
| When | What |
|---|---|
| December 2012 | JuiceSSH first published on Google Play by Sonelli Ltd |
| 4 February 2021 | Last update — v3.2.2. The final release |
| 2021–2025 | No features, no security patches, no roadmap; support emails unanswered |
| ~December 2025 | Users begin reporting that Pro purchases are no longer recognised |
| 11 December 2025 | Listing unpublished from Google Play (per AppBrain; no statement from Sonelli or Google) |
| January 2026 | "JuiceSSH — Give me my pro features back" hits the front page of Hacker News |
It wasn't a takedown for anything the app did. Google Play requires apps to keep targeting a recent Android API level — within roughly two years of the latest major Android release — or they progressively become invisible in search, then unavailable for new installs, then unpublished. A binary last built in early 2021 targets Android 10/11-era APIs. By late 2025, with Android 15 and 16 shipped, there was no discretionary decision left to make. Full timeline and sources in JuiceSSH was removed from the Play Store.
Does my JuiceSSH install still work?
Usually, yes — Android doesn't uninstall an app when its Play listing is pulled, so opening the app and connecting to a saved host still works for most people. What breaks first is anything that phones home to Sonelli's infrastructure, and the licence check is the reported casualty. Reinstalling is unreliable: unpublished apps often stay visible in your Play library under "My apps", and several users report this still working, but that's Play behaviour rather than a commitment and it doesn't survive a switch to a new Google account. The real problem is the end date you don't control — every Android release tightens something, and when a platform change finally breaks a frozen 2021 app, there is nobody left to ship a fix.
Why did my JuiceSSH Pro features disappear?
Since December 2025, users have reported that Pro purchases made before that date stopped validating and the app reverted to the free feature set, with some also reporting the repurchase price is substantially higher than what they originally paid (about $20 higher, per the Hacker News discussion — we haven't been able to verify a current figure against an official price page, so treat any number in a forum thread as unconfirmed). Support has not responded, consistent with the pattern going back years.
The most credible reading in public discussion isn't an exit scam — it's infrastructure rot: a licence-validation service running unattended for years that has finally degraded, with nobody minding it. The effect on you is identical either way. Realistic options are a Google Play refund request (long odds on a years-old purchase, but it costs one support ticket) and moving to something maintained.
Can I still download JuiceSSH, and should I sideload the APK?
Not from Google Play — the listing is gone, so it won't appear in search for new users. APK mirrors still host v3.2.2, and community-patched builds that bypass the licence check circulate too. Don't. The reasoning is specific to what this app is, not general sideloading caution:
- A 2021 binary with 2021 crypto. Five years of SSH, TLS, and library fixes are simply absent.
- No integrity guarantee. Play's signature verification was what stopped anyone serving you a modified build. On a mirror, you're trusting the mirror. A patched build is worse: a self-signed binary of unknown provenance.
- The blast radius is your infrastructure. A compromised SSH client doesn't leak holiday photos — it leaks the keys to every host you've saved, and it can read every command and credential you type into a session.
The one narrow exception: if a server only accepts a key trapped inside JuiceSSH and you have no provider console, keeping an existing install alive long enough to regain access is a legitimate emergency step with a deadline — not a plan.
Is JuiceSSH safe to use in 2026?
There's no known critical vulnerability being exploited today, and that's the wrong bar. An unpatched SSH client is a growing liability by definition: it opts out of every platform hardening Android has shipped since 2021 (scoped storage, stricter background limits, hardware-backed keystore behaviour) and every upstream crypto fix in the same window. If you install exactly one app only from official, maintained sources, make it the one holding your server keys.
Android SSH clients compared (2026)
| Client | Status | AI | Tailscale | SFTP | Price (2026) |
|---|---|---|---|---|---|
| TermAI | ✅ Active | ✅ built in | ✅ built in | ✅ | Free tier; Pro $2.99/mo; Team $7.99/seat/mo |
| Termius | ✅ Active | ✅ autocomplete on free tier | ❌ | ✅ | Free Starter; Pro $10/user/mo billed annually |
| ConnectBot | ✅ Active (1.10.x shipped in 2026) | ❌ | ❌ | ❌ | Free, open source |
| Termux | ✅ Active (F-Droid/GitHub; Play build deprecated) | ❌ | ❌ | n/a — local shell | Free, open source |
| JuiceSSH | ❌ Delisted Dec 2025, last release Feb 2021 | ❌ | ❌ | ✅ | n/a — can't be installed |
Termius Pro's $10/user/month is the annual-billing rate (~$120/year); month-to-month costs meaningfully more. Termux is listed because it appears in every JuiceSSH-alternative roundup, but it isn't an SSH client — see below.
1. TermAI — the closest direct replacement
If what you valued about JuiceSSH was "open the app, tap a saved host, be in a shell in two seconds", TermAI is the nearest thing still being built. It's phone-first rather than a desktop product squeezed onto a phone: saved hosts, private-key import into the Android keystore behind biometric unlock, a persistent Esc/Ctrl/Tab/arrow key row, SFTP, and sessions that reconnect instead of dying when you switch apps.
Two things it has that a 2021 codebase was never going to: Tailscale built in, so you reach a home server or a firewalled VPS without exposing port 22 or running a second VPN app, and an AI assistant inside the terminal. The free tier is unlimited SSH and SFTP plus 5 AI requests a day; Pro is $2.99/month, Team $7.99/seat/month — noticeably below Termius Pro.
The design choice worth knowing about is that the assistant is suggest-and-confirm by default, not an agent that runs things for you: it writes the journalctl incantation onto your input line and waits, and destructive commands take an extra confirmation. On a 6-inch screen at 2am against production, that's the right default — we argued it out in letting AI run shell commands on mobile, safely.
Best for: JuiceSSH users who want active development, SFTP, and AI without jumping to a $10/month plan.
Trade-off: it's a subscription, not a one-time purchase, and it's mobile-only — there's no desktop client, so if you want one host list shared with a laptop, that's Termius's job.
2–3. Termius and ConnectBot
Termius — the cross-platform pick
Termius is the mature choice and the one to take if you bounce between a phone and a laptop: hosts, keys, and snippets sync across Android, iOS, Windows, macOS, and Linux, which no phone-first client can match. The 2026 pricing picture is better than its reputation: the free Starter plan includes SSH, SFTP, port forwarding, AI autocomplete, and a local vault — what it withholds is synchronization, so on the free plan your hosts and keys live on one device only. Pro is $10/user/month billed annually, with Team and Business above it. On Android alone, free Termius is a capable client; you're paying for the laptop half. Direct comparison in Termius vs JuiceSSH.
Best for: one host list across phone and desktop, or a team with shared hosts.
Trade-off: sync needs an account and a subscription, and the mobile app carries the weight of a desktop-first product.
ConnectBot — free, open source, no account
ConnectBot is the answer if the thing you liked about JuiceSSH was that it didn't want anything from you. Free, open source, no tiers, no account, no cloud — and, contrary to its dusty reputation, still being released: the 1.10.x line shipped through 2026, which is more than most apps in this category can say. It's available on Google Play and F-Droid.
The honest limitation is file transfer: ConnectBot does SSH sessions, tunnels, and agent forwarding, but not SFTP. "Edit a config file from my phone" means nano over the session rather than pulling the file down. The UI also looks its age. If neither bothers you, it's the lowest-commitment option on this page. See Termius vs ConnectBot for the head-to-head.
Best for: minimalists and privacy-first users who want zero accounts.
Trade-off: no SFTP, no sync, no AI, dated interface.
Termux is not a JuiceSSH alternative
Termux shows up in every "JuiceSSH alternative" list, so it's worth being precise: it's a local Linux environment on your phone, not a connection manager. You can pkg install openssh and run ssh user@host inside it, but there's no saved-host list, no key manager, no tap-to-connect, and no touch-friendly key row. It's excellent at what it is — rsync, tmux, git, Python, on-device — and it's also the standard way to run an SSH server on Android (sshd listens on port 8022, since Termux can't bind a privileged port). Install it from F-Droid or GitHub; the Google Play build is deprecated and signed with a different key, so you can't update across them. More in Termius vs Termux and running Linux on Android.
Alternatives you'll see recommended that you can't actually use
Roundups mix platforms constantly. To save you a Play Store search that goes nowhere:
- Blink Shell and Prompt — iOS and iPadOS only, no Android build. (Blink vs Termius.)
- PuTTY — a Windows desktop program. There is no official PuTTY for Android; the "PuTTY" apps on Play are unrelated third-party repackages, which is a bad thing to trust with SSH keys. Use a native client and convert your
.ppkto OpenSSH format. (PuTTY for Android.) - "Server Auditor" — just Termius's old name; you'll still see it in older articles.
- The JuiceSSH plugins — the Tasker plugin, PortKnocker, and the performance monitor are separate apps from the same dormant developer. Check each store listing's last-update date before assuming it will keep working, and plan replacements for the ones that look equally dead.
What if I want a one-time purchase like JuiceSSH Pro was?
This is the hardest thing to replace, and it's worth being blunt: the maintained Android SSH clients in 2026 are either subscription-funded (TermAI, Termius) or free and open source (ConnectBot, Termux). If "pay once, never think about it again" is non-negotiable, ConnectBot is the closest fit — it costs nothing and has no tiers to lapse. And there's a lesson in the price of the lifetime licence you did buy: JuiceSSH Pro was a one-time payment for an app whose licence server outlived the team maintaining it. A recurring fee is, among other things, what funds someone still being there in year five.
Migrating from JuiceSSH
The trap is getting halfway through and finding yourself locked out of a VPS you can only reach from your phone. Do it in this order, and do the early steps while the app definitely still opens.
- Inventory everything. Write down every connection: hostname or IP, port, username, auth method, and any jump host or port-knock it needs.
- Install the replacement alongside JuiceSSH. Don't uninstall anything yet. Two SSH clients on one phone is fine.
- Generate new keys in the new client — don't try to export the old ones. JuiceSSH keeps identities in its own encrypted database with no clean private-key export, and here the awkward path is also the right one: you get fresh ed25519 keys instead of an RSA key you made in 2016, the key material never sits in a clipboard or a note, and a key that spent years inside an unmaintained app gets retired — which it should be regardless.
- Add the new public key before removing the old one. Append it to
~/.ssh/authorized_keyson each host while your old access still works;ssh-copy-idfrom an existing session is the fast way. - Verify from the new app on a fresh connection. Not a cached session — close it and reopen.
- Only then revoke the old key, removing its line from
authorized_keyseverywhere. Any key you can't account for should come out too. - Now uninstall JuiceSSH.
If a host has provider console access (a DigitalOcean/Hetzner/OVH web console, a Proxmox shell, IPMI), confirm you can get in before step 6. That console is your undo button. There is no import tool that reads a JuiceSSH database into another client, so for a large host list, budget the time to re-enter and re-group — the full walkthrough is in migrating off JuiceSSH safely.
How to choose
- Want the closest feel to JuiceSSH, actively developed, with SFTP and AI → TermAI ($2.99/mo Pro, free tier to try it).
- Use a laptop or iPhone too and want one synced host list → Termius.
- Want free, open source, no account, and don't need SFTP → ConnectBot.
- Want free but also need file transfer → TermAI's free tier or Termius Starter.
- Reaching a home server or a box behind NAT → a client with Tailscale built in.
- Want a Linux shell on the phone itself → Termux from F-Droid (not an SSH client).
- Coming from Windows and PuTTY → there's no Android PuTTY; TermAI or ConnectBot.
- Thinking about staying on JuiceSSH → don't. It can't be reinstalled, Pro may already be gone, and it will never be patched again.
FAQ
Is JuiceSSH dead?
Yes. It was unpublished from Google Play on 11 December 2025 after a final release (v3.2.2) in February 2021. New users can't install it, Pro licence validation has broken for many existing users, and there will be no further updates. Existing installs mostly still open, but treat that as borrowed time.
What happened to JuiceSSH?
Sonelli Ltd stopped shipping updates after February 2021. Google Play requires apps to keep targeting a recent Android API level; four years of silence made that impossible, so the listing was pulled in December 2025. It was a compliance removal, not a takedown for malware. Separately, the Pro licence check stopped recognising old purchases around the same time.
Can I still download JuiceSSH?
Not from Google Play as a new user — the listing is gone. Users who installed it before removal may still find it under "My apps" in their Play library, but that isn't reliable and doesn't survive changing Google accounts. APK mirrors host v3.2.2, but sideloading a five-year-old SSH client from an unverified source is a bad trade.
Does JuiceSSH still work on Android 15 and 16?
An existing install generally still launches and connects, since Android doesn't remove apps whose listings are pulled. What you're relying on is a binary targeting 2021-era APIs on a platform that has changed its storage, background, permission, and keystore behaviour several times since. The first Android change that breaks it will not be fixed, because nobody is left to fix it.
Why did my JuiceSSH Pro features stop working?
Reports since December 2025 describe Pro purchases made before that date no longer validating, with support unresponsive. The likeliest public explanation is infrastructure rot in an abandoned licence-validation service rather than anything deliberate. Users also report the repurchase price is roughly $20 higher than what they originally paid — unverified against an official price page, so treat the store as authoritative.
Is it safe to sideload the JuiceSSH APK or a patched build?
No — and specifically because of what this app is. You'd be giving a 2021 binary with 2021 crypto, from a mirror or an anonymous patcher, the private keys to every server you own. A compromised SSH client leaks your entire infrastructure, not a photo library.
What's the best JuiceSSH alternative?
TermAI is the closest direct replacement on Android — same tap-a-host-and-go feel, plus SFTP, built-in Tailscale, and an AI assistant, at $2.99/month with a free tier. Termius if you need desktop sync. ConnectBot if you want free and open source. All three are actively maintained, unlike JuiceSSH.
What's the best free JuiceSSH alternative?
ConnectBot is fully free and open source with no tiers and no account, and it's still shipping releases in 2026 — but it has no SFTP. If you need file transfer without paying, TermAI's free tier (unlimited SSH and SFTP, 5 AI requests a day) and Termius's free Starter plan both include it; Termius's paywall is sync, not the client.
Is there an open-source JuiceSSH alternative?
Yes — ConnectBot is the open-source Android SSH client, and Termux is the open-source local Linux environment if you'd rather run ssh yourself. JuiceSSH itself was never open source, which is why its shutdown left nothing behind: no final Pro-unlocked build, no source release.
Is Termux a good JuiceSSH replacement?
Not for the same job. Termux is a Linux shell on the phone, not a connection manager — no saved hosts, no key manager, no tap-to-connect, no key row for Esc and Ctrl. Use it when you want Linux tools on-device; use an SSH client when you want to manage remote servers. Install from F-Droid or GitHub, since the Play build is deprecated.
Can I import my JuiceSSH connections or keys into another app?
No. JuiceSSH stores identities in its own encrypted database with no clean export, and no other client can read it. Re-add the hosts by hand and generate fresh keys in the new app rather than trying to rescue the old ones — see the migration steps for the order that avoids locking yourself out.
Is there a JuiceSSH alternative for iPhone or desktop?
JuiceSSH was Android-only, so there was never an iOS or desktop version to replace directly. On iPhone and iPad, TermAI, Termius, Blink Shell, and Prompt are the maintained options (iPhone roundup). For desktop plus mobile with a shared host list, Termius is the practical pick — or see the best SSH client in 2026.
Is JuiceSSH Pro worth buying in 2026?
No. You can't install the app from Play, licence validation is unreliable for people who already paid, and there is no development to fund. Spend the money on something maintained, or nothing at all with ConnectBot.
What about the JuiceSSH plugins — Tasker, PortKnocker, the performance monitor?
They're separate apps from the same developer and equally dormant. Check each listing's last-update date before depending on it, and plan a replacement for anything load-bearing in your workflow.
How do I avoid picking the next abandonware?
Check the store listing's last-update date, not the version number — over 18 months without a release is a warning for a security-sensitive app, over three years is a reason to leave. Email support before you pay. And keep a separate key per client, commented in authorized_keys, so retiring a dead app is one line to delete rather than a migration project.
Quick Facts
- Topic: is JuiceSSH dead, and the best alternatives for Android in 2026
- Status: JuiceSSH is dead — unpublished from Google Play 11 December 2025, last release v3.2.2, 4 February 2021 (per AppBrain tracking)
- Scale before removal: ~3.9M downloads, ~4.06 stars across ~52,000 ratings
- Pro licence: purchases made before December 2025 reported as no longer validating; support unresponsive
- Closest replacement: TermAI — SFTP, built-in Tailscale, AI assistant; free tier, Pro $2.99/month
- Cross-platform option: Termius (free Starter; Pro $10/user/mo billed annually, sync is the paywall)
- Free & open source: ConnectBot (no SFTP; 1.10.x releases shipped in 2026)
- Not an SSH client: Termux — a local Linux environment; install from F-Droid or GitHub
- Sideloading the APK: not advised — a 2021 binary from an unverified source holding your server keys
- Migration: no export from JuiceSSH; re-add hosts, generate new keys, add before revoking
Free on iOS and Android. 5 AI requests/day on the free tier, plus unlimited SSH/SFTP and built-in Tailscale.