What exactly does Clipshot do?

Clipshot watches your clipboard. When you copy text, a screenshot, or a file — it instantly sends that content to all your other devices. They receive it and place it in their clipboard (or save it as a file). Copy on one machine, paste on another.

Do I need an account to use Clipshot?

No. On first launch, click Use on local network only — devices find each other via mDNS. An account adds cloud device discovery and relay for different networks, but it’s optional. You can also pair without an account using a 6-digit pair code — the pair flow works on LAN via mDNS even without Portal.

Does my data go through your servers?

No. Clipboard content travels directly between your devices over encrypted QUIC connections. The portal only helps devices find each other — it never sees your clipboard data. Think of it as a phone book, not a mailman.

Is my data encrypted?

Yes. All data travels over QUIC with TLS encryption. Content is encrypted in transit between your devices. The portal servers only handle device discovery, not clipboard content.

For maximum security, Clipshot supports post-quantum key exchange (ML-KEM + X25519 hybrid) as an opt-in build flag (cargo build --features pq). This protects against future quantum computer attacks on key exchange.

What can I sync?

Everything your clipboard can hold: text (passwords, code, URLs), images (screenshots, photos), and files. The default clipboard sync limit is 10 MB — raise it in Settings up to 10 GB. Pro users can also send files of any size to specific peers via the File Transfer feature. If you can copy it, Clipshot can sync it.

How do I add a new device?

Three ways:

  1. Pair code — one device generates a 6-digit code (e.g. 482 917), the other enters it. Works on same network (mDNS) or over the internet (Portal relay). No account needed.
  2. One-liner install: pair at install time:
    curl -fsSL https://clipshot.cc/install.sh | bash -s -- --code=482917
    
  3. Share URIclipshot share-uri generates a link; other device uses clipshot add-uri 'clipshot://...'.

What if my devices are on different networks?

On the same network, devices connect directly. If you use Tailscale, WireGuard, or any VPN — Clipshot connects through it automatically, even on the free plan. For other cases, Clipshot uses free public relay servers (iroh N0, 4 global regions). Pro adds our priority central relay for maximum speed.

What happens if a device goes offline?

Clipshot keeps recent items in an outbox. When the device reconnects, it catches up automatically — no data lost. The mesh network forwards content through available peers, so even if two devices can’t reach each other directly, data flows through a third one.

Can I use Clipshot on a headless server?

Yes. Run clipshot daemon --port 19231 on any Linux server — no display required. One-liner install:

curl -fsSL https://clipshot.cc/install.sh | bash -s -- --code=482917

What’s the difference between Free and Pro?

Free gives you the full experience for 3 devices — all features, no restrictions on speed. Clipboard sync default is 10 MB (configurable up to 10 GB). You can sync over local network, VPN, or free public relays. Pro removes the device limit, adds targeted file transfer (any size), our priority central relay, 30-day clipboard history, and direct support.

Why should I pay if it works for free?

Running Clipshot takes time and resources — we maintain relay servers, build apps for 3 platforms, and provide support. The free plan is fully functional. If Clipshot supports your work professionally, we ask you to upgrade. Your subscription keeps the project alive for everyone.

Can I use Clipshot over Tailscale or WireGuard?

Yes. If your devices share a VPN network (Tailscale, WireGuard, ZeroTier), Clipshot connects through it automatically — even on the free plan. No relay needed, no extra config.

How do updates work?

Desktop builds prompt for updates in-app. CLI installs can run clipshot update to check for a newer release and install it.

Can other users on the same network see my data?

No. Every account has a unique group token. Only devices with the same token can discover each other. A stranger’s Clipshot node on the same WiFi cannot see your devices, read your clipboard, or route traffic through your node. Peer relay only serves your own group. mDNS discovery rejects mismatched groups during handshake.

Does the relay server see my clipboard?

No. Relay servers (both central and peer relays) forward encrypted QUIC packets. They cannot decrypt or read the content. Think of it as a sealed envelope passing through a post office — the envelope is opaque.

Can I get a refund?

Yes. Full refunds within 60 days of payment, no questions asked. Email us.

Where are my files and settings stored?

Synced files: ~/.clipshot/sync/. Settings: ~/.config/clipshot/settings.toml.


Back to top

Clipshot — P2P clipboard sync across your devices.

This site uses Just the Docs, a documentation theme for Jekyll.