Open‑Source • Self‑Hosted • GDPR‑friendly

Shellpoint — SSH in your browser. Built in Europe.

A minimalist, fast, privacy‑first SSH client that runs directly in your browser. No installs, no bloat, no AI — just clean SSH. Ideal for teams and individuals who need simple, secure access to servers inside a protected network.

docker compose up -d View repository
EU Built in the EU Open source No credential storage
$ ssh user@server
user@server's password: ••••••••
Welcome to Shellpoint demo

$ echo "Hello, EU!"
Hello, EU!

$ exit
            

Key benefits

SSH in the browser

Interactive terminal via WebSocket ↔ SSH bridge (xterm.js). Tabs, copy/paste, resize.

Fast start

Self‑host with Docker Compose. From idea to login in a minute.

Open source

Code and issues are public. Contributions welcome.

Privacy by default

Credentials are ephemeral — nothing is stored server‑side.

User management

Register/login, roles admin and user, basic audit.

Quick Scripts

Save and rerun reusable command snippets — with optional variables.

How it works

  1. Launch Docker Compose and open your domain (HTTPS).
  2. Register and sign in to the dashboard.
  3. Add a host (name, hostname, port, username, notes/tags).
  4. Connect — choose password or private key. Credentials stay in session memory and are not stored.

GDPR & EU standards

Designed and maintained in the EU. Metadata and logs are minimized. CSP/CORS hardening and rate limiting included. DPA/privacy notice templates available in the docs.

Stay in the loop

We ship improvements based on community feedback. Leave your email for release notes (max. once a month).

Submitting will open your email client. For fully automated sign‑ups, use an external service or a server endpoint (see docs).

FAQ

Does Shellpoint store passwords or keys?

No. Credentials are used only for the lifetime of the session (browser and gateway) and are then cleared from memory.

Is the project open source?

Yes. The code is available in a public repository; PRs and suggestions are welcome.

Does it run only in the browser?

Yes. The current version is designed for browser use only; there are no native desktop or mobile apps.

Does it support SFTP or tunneling?

No. We deliberately focused on the core SSH experience for v1. Everything else is out of scope.