← Back to celdrive.com
The CelDrive cheat sheet
A one-page guide. Every step shows the visual app first, then the terminal version for power users.
1Sign up & pick a plan
Go to app.celdrive.com and create an account with email + password (or with Google / GitHub if your work uses SSO). The Starter tier is free forever: 10 GB of cloud-extended storage, no credit card. Upgrade later from the dashboard if you outgrow it; your data and devices come with you.
Pick by what you want to expand, not by seat count:
- Plus ($9/mo): 100 GB, 2 devices. Photos, downloads, big apps.
- Pro ($19/mo): 1 TB, 5 devices, GPU on demand. Creators, AI tinkerers.
- Team ($49/mo): 5 seats × 3 devices, shared bucket. Small companies.
- Enterprise ($99/mo+): SAML SSO, audit logs, DPA + MSA. Security-reviewed orgs.
2Install on each computer
You can use CelDrive on as many computers as your plan allows. Installation takes about a minute per device.
In the app
- Sign in at app.celdrive.com
- Click "Set up a device"
- Pick your OS: Mac, Windows, Linux
- Follow the on-screen steps
- The wizard turns green when your device is connected
In the terminal
macOS / Linux:
$ curl -fsSL https://celdrive.com/install.sh | bash
Windows (PowerShell):
PS> iwr -useb https://celdrive.com/install.ps1 | iex
3Use the CelDrive folder (storage)
After install, you'll see a new folder on your computer:
- macOS:
~/celdrive (also visible in Finder sidebar)
- Linux:
~/celdrive
- Windows:
C:\Users\you\celdrive (drive letter Z: is also mapped)
Drop files in, take files out, edit them in place. It works exactly like a normal folder. Files live in your private cloud bucket; the folder shows them on demand and caches the ones you've used recently for offline access.
Move 240 GB off your disk in five minutes
In the app
- Open the CelDrive app → "Reclaim space"
- The app shows the biggest folders on your computer (Downloads, Pictures, Movies, Documents).
- Pick which ones to extend into the cloud.
- Click "Extend". Each file moves atomically into your CelDrive folder via rsync; the original location becomes a symlink so apps that hardcode paths keep working.
In the terminal
$ celdrive reclaim scan
~/Pictures 84 GB
~/Downloads 62 GB
~/Movies 94 GB
$ celdrive reclaim wizard
→ confirm picks → atomic move + symlink
✓ 240 GB freed locally
Reversible: celdrive reclaim restore moves everything back.
Skip rules built in: caches, build artifacts, virtualenvs, and dotfiles are never moved. Your CelDrive folder stays clean.
4Free up RAM (memory hibernation)
Your computer probably has 8 or 16 GB of RAM. CelDrive pauses idle background apps via POSIX SIGSTOP, freeing the OS to compress and page out their memory. On a typical laptop with idle Slack, Spotify, Mail, etc. you'll get back 1–4 GB of RAM and noticeably less fan and battery drain. macOS and Linux today; Windows on the roadmap.
In the app
- Open the CelDrive app
- Toggle "Memory hibernation" on
- Apps idle for 30 minutes pause and free their RAM
- Click any paused app. It wakes in under a second
In the terminal
$ celdrive swap enable
✓ daemon installed (LaunchAgent / systemd user)
✓ idle apps → SIGSTOP, click to wake
$ celdrive swap wake Slack
✓ Slack resumed
Safety rails: CelDrive never pauses foreground apps, system processes (PID < 100), terminals, audio apps, or anything with a listening TCP socket.
Tune the list: skip and keep-awake
Never pause this app
$ celdrive swap skip add Spotify
✓ Spotify will be ignored by the hibernator
Always keep this one hot
$ celdrive swap keep add Slack
✓ Slack will be woken if it's ever paused
5Run heavy work elsewhere (compute)
Big builds, big exports, AI runs (anything that pegs your CPU and roasts the fan) can run on a faster cloud VM. CelDrive doesn't intercept your shell silently; you decide what runs remote with an explicit celdrive compute run <command>. We provision a Hetzner Cloud VM (default cx32, ~$0.013/hr, billed hourly with a 1-hour minimum), upload your current directory, run the command, and download the results.
In the app
- Open "Compute" in the dashboard
- Pick a region (closer = faster network; default Falkenstein, Germany)
- Click "Start session". Hetzner provisions a cx32 in ~30 s
- Run commands from the panel, or use the CLI; click "Stop" when done
In the terminal
$ celdrive compute start
✓ cx32 ready · fsn1 · $0.013/hr
$ celdrive compute run npm run build
→ uploading cwd · running on remote · pulling results
✓ done in 14s
$ celdrive compute stop
✓ host destroyed · billed 1 hr (min)
Hetzner billing: 1-hour minimum, then by the hour. Stop the session as soon as you're done. Leaving it idle still bills.
6Spin up a GPU on demand
Available on Pro and above. Useful for AI fine-tuning, Stable Diffusion, video transcoding, or anything that needs a real GPU. We provision a RunPod pod with a PyTorch image, billed by the second, no monthly minimum. The CLI fetches live prices, but typical community-cloud rates are:
- T4: ~$0.39/hr
- A100 80GB: ~$1.89/hr
- H100: ~$3.49/hr
In the app
- Open "GPU" in the dashboard
- Pick a GPU type (T4, A100, H100)
- Click "Start session". Pod boots in 60–90 seconds with PyTorch ready
- SSH in or use the run panel; click "Stop" when done. Billing stops on termination
In the terminal
$ celdrive gpu start --type T4
✓ ssh celdrive-gpu ($0.39/hr · billed by the second)
$ celdrive gpu run python train.py
→ uploading · running on T4 · pulling output
$ celdrive gpu stop
✓ pod terminated · billed 23 min ($0.15)
7The dashboard at a glance
Open app.celdrive.com/dashboard.html any time to check:
- Storage used vs your tier's cap (hard cap, never billed for overage)
- Connected devices (with the date each one first checked in; counts toward your tier's device cap)
- Memory panel: toggle hibernation on/off, see currently paused apps, force-wake any of them
- Compute panel: start / stop a Hetzner VM, run commands, see live billed minutes
- GPU panel: pick T4 / A100 / H100, start a RunPod session, see SSH info and live cost
- Tier & billing: current plan, next renewal date, "Manage subscription" button
8Manage your subscription
Everything billing-related lives in the Stripe Customer Portal. We don't keep our own billing UI to avoid duplicating it.
- Dashboard → click "Manage subscription"
- You're sent to the Stripe portal (you stay signed in)
- Switch tiers (proration is handled automatically; no double-charge)
- Update card · view invoices · cancel any time
Cancel any time: Access continues through your current paid period. Your data stays available for 30 days after cancellation in case you want to come back, then is permanently deleted.
9When something goes wrong
- Folder didn't appear: restart the CelDrive app. If still missing, run
celdrive doctor in a terminal; it diagnoses 95% of mount issues automatically.
- App says "device not connected": sign out and back in once. The dashboard re-verifies the device on the next sign-in.
- Stripe payment failed: Manage subscription → update card. We retry automatically; nothing on your account locks immediately on a single failure.
- Hit your tier cap: the folder stops accepting new writes (your existing files keep working). Upgrade from the dashboard or delete files to free space. We never bill you for going over.
- "GPU backend not configured" / "Compute backend not configured": the worker secrets (RunPod / Hetzner) haven't been turned on for your account yet. Email hello@celdrive.com and we'll flip them on. Storage and memory hibernation are unaffected.
- Anything else: email hello@celdrive.com. We reply within a day, usually within an hour during business hours.
That's the whole product.
If a feature isn't on this page, it doesn't exist yet. Keep this page bookmarked. We'll update it whenever something new ships.
Open the app →