jssh vs remote.it

remote.it alternative: unlimited devices, SSO and audit included

TL;DR remote.it is the mature incumbent for per-service remote access to devices, and you pay for it per device, with SSO and one-year activity logs gated behind higher tiers. jssh inverts that model. Your device count is never a billing line, every paid plan enrolls an unlimited fleet, and SSO plus per-session audit are on every plan including the trial.

When to choose remote.it: remote.it has been shipping for years, with a polished desktop and mobile GUI and a free tier for up to 5 personal devices. If your team wants a graphical client rather than a terminal, or you are managing a handful of devices at home, they are the better fit. jssh gives you a CLI and a web dashboard, and there is no jssh GUI client.

The structural difference: what you pay for

remote.it licenses per device. Their published pricing, read from the archived snapshot again on 28 July 2026:

PlanPriceDevicesSSOActivity logs
PersonalFree, non-commercial5Google only7 days
Professional$10/mo per license, billed annually5 base + 3 per license30 days
Business$25/mo per license, billed annually5 base + 10 per license1 year
Fleet$250/mo per license5 base + 100 per license1 year

Source: remote.it/pricing, retrieved June 2026 (archived). The Professional and Business cards carry the words “when billed annually” and the Fleet card does not; it offers annual payment as an option.

Run the numbers for a real fleet. 500 devices needs 5 Fleet licenses, which is $1,250 a month at list, before anyone opens a session, and that number moves every time you add a site.

jssh: every paid plan enrolls an unlimited fleet, at any size. What the plans meter is how many sessions your technicians hold open at the same time: 25 on Pro, 100 on Business, uncapped on Enterprise. The monthly figures are on the pricing page. Both of these are list prices, so if you are already under contract with remote.it, compare against your invoice rather than against this table.

Price history matters

Per-device pricing is where price shocks come from. On 1 June 2023, remote.it introduced device limits per license on existing paid accounts (5 base, plus 3 per Professional license, plus 10 per Business license), with 30 days’ notice. From their own announcement thread:

“We manage 126 devices (RPI’s) for a customer and should go from 50 dollars/month to 390 dollars/month with 13 licences while I only need 1. (…) This is hard to explain to a customer.”

Logicinmotion, an MSP, 5 July 2023. Source: Pricing Update Effective June 1, 2023 (Remote.It Forum) (archived).

We cannot promise we will never change pricing, and our Terms §9.4 give you at least 30 days’ notice when we do. What we can promise is the shape of it: you will never be charged per enrolled device, because an idle device costs us a fraction of a cent a month. That is a structural property of how the service runs. A price cliff of the kind above cannot be built on our billing axis, because there is no device counter to put a price on.

The agent on your hardware

jsshremote.it
FootprintStatic Rust binary, about 4 MB on ARM and about 5 MB on x86_64, no runtime dependenciesDaemon + dependencies
Hardware reachLinux builds are static musl with no libc to match. x86_64, aarch64 and ARMv7 Linux, OpenWrt, macOS, Windows, Android (Termux)Broad
InstallOne command, auto-detects arch and init systemGuided installers

For an MSP putting an agent on customers’ hardware, a small binary with no dependencies that proxies bytes to the local ports you declare (localhost:22 for SSH) and never executes remote commands pushed from the cloud is what earns a security-committee yes. There is a page written for that committee at jssh.io/security/.

Access model

Both products do per-service access, which beats subnet-level VPNs, and both keep devices invisible to scans with no open ports and outbound-only connections. The differences:

Migrating

The agents coexist on the same box, so there is no cutover day:

  1. Enroll one device by hand to see the flow, with curl -fsSL https://get.jssh.io | sh. It prints a code and you approve it in the browser.
  2. For the rest, mint a bulk enrollment token per customer and push the install through your existing tooling, which can include the remote.it sessions you still have: curl -fsSL https://get.jssh.io | JSSH_ENROLL_TOKEN=<token> sh. Any paid plan takes an unlimited fleet, so enroll broadly and compare side by side.
  3. Map your remote.it users and roles to your identity provider over OIDC.
  4. Point operators at jssh ssh <device>, or at plain ssh <device>.jssh.dev, and keep remote.it until renewal.
  5. Let the licenses lapse.

Last reviewed .

Migrating from remote.it?

The agents coexist on the same box, so you can enroll a few sites and run both until the other subscription comes up for renewal.