About Rexora Vault
Rexora Vault is a desktop app for Windows 10/11 that connects to your supported Rexora-managed vault server — not an arbitrary third-party server — and exposes it as a real local drive. Once mounted, you use File Explorer just like any other folder. It's an immutable vault: files you upload are never edited, renamed, or deleted by the client. The only sanctioned way to remove data is closing the account, which erases it wholesale.
Immutable by design
- Server-enforced ransomware-safe permissions. Every vault user is provisioned without
delete,rename, or overwrite rights — ransomware has nothing to encrypt in place. - Append-only backups stored as timestamped gzip snapshot archives; previous archives are never rewritten.
- WORM verification probe built into the app: uploads a marker file and confirms the server refuses to overwrite or delete it.
- Account closure is the only sanctioned deletion path — administered from the Admin console.
How it works
- Bundles the Windows
rclonebinary — macOS and Linux builds are planned. - Generates a remote config for your Rexora-managed vault server from your saved profile (passwords obscured by rclone, encrypted at rest via OS keychain).
- Spawns
rclone mountas a child process and supervises it. - Reads transfer stats over rclone's local
--rcsocket.
Prerequisites
- Windows 10/11: nothing to install by hand — the Rexora Vault installer bundles and sets up the drive-mount component for you.
- macOS and Linux: planned, not yet available.