Documentation
Tutorials
-
Installation
TutorialsEssentials Getting StartedCLI
Install the rdc CLI on your laptop with a single command and verify it with rdc doctor.
-
SSH Key Configuration
TutorialsEssentials Getting StartedSecurity
Configure your SSH key so rdc can connect to your servers without passwords.
-
Adding Your First Server
TutorialsEssentials Getting StartedOperations
Register your first server with rdc, provision it, and understand the rdc + renet architecture.
-
Creating Your First Repository
TutorialsEssentials Getting StartedRepositories
Create an encrypted repository on your server and open it in VS Code.
-
Deploy Your First App
TutorialsEssentials Getting StartedContainers
Get a containerized app running from a built-in template using `rdc` repo up.
-
Working with Your Repo
TutorialsEssentials RepositoriesCLI
Tunnel a port to your browser, run commands inside the sandbox, and sync files between your laptop and the repo.
-
VS Code in Your Browser
TutorialsEssentials CLIContainers
Open a full VS Code on any repository from any browser, with no local install, and see the kernel sandbox keep it inside the repo.
-
Forking a Repository
TutorialsAdvanced ForkingRepositories
Clone an entire repository (app, database, files) in seconds. Any size. Zero extra disk.
-
Fork Isolation in Action
TutorialsAdvanced ForkingContainers
Fork a live PostgreSQL + pgAdmin app and edit it side by side with the original: the visual proof that forks are independent.
-
Managing Secrets
TutorialsAdvanced SecurityRepositories
Put deploy-time credentials in a place forks can't reach. Write-only by design.
-
Backup & Restore
TutorialsAdvanced BackupMigration
Copy a live repository to a second machine, take the first one offline, and bring the data back.
-
Networking & Domains
TutorialsAdvanced NetworkingContainers
Make your app accessible on the internet with a domain, automatic TLS, and a Traefik reverse proxy.
-
Production Mode
TutorialsAdvanced OperationsContainers
Run your app detached from your laptop and survive server reboots with autostart.
-
Monitoring
TutorialsAdvanced OperationsCLI
See your servers' health and repo status live from your laptop with rdc machine commands.
-
Branching: Commit & Rollback
TutorialsAdvanced ForkingRepositories
Freeze repository states into immutable commits, name them with branches, and check any commit back out as a writable fork.
-
Live Migration
TutorialsAdvanced MigrationContainers
Move a running repository, containers, database, and process memory included, to another machine with one command and minimal downtime.
-
Delta Transfer
TutorialsAdvanced BackupStorage
The first push to another machine copies everything; every push after that transfers only the changed blocks — automatically.
-
Storage Management
TutorialsAdvanced StorageOperations
Grow repositories online with zero downtime, reclaim deleted space with trim, and hand both jobs to an automatic policy.
Guides
-
Quick Start
GuidesSetup Getting StartedContainers
Get a containerized service running on your server in minutes.
-
Requirements
GuidesSetup Getting Started
System requirements and supported platforms for running Rediacc.
-
RDC CLI Cheat Sheet
GuidesCLI & Tools CLI
Quick reference for rdc: configs, repos, machines, file sync, and containers. Full option set: add --help to any command.
-
Machine Setup
GuidesSetup Getting StartedOperations
Create a config, add machines, provision servers, and configure infrastructure.
-
Repositories
GuidesApps & Services RepositoriesSecurity
Create, manage, and operate LUKS-encrypted repositories on remote machines.
-
Autostart & Recovery
GuidesOperations OperationsContainers
How autostart works, the periodic reconciler that recovers repositories that go down after boot, and how to inspect recovery state.
-
On-Premise Installation
GuidesSetup AccountsOperations
Running the account server and CLI distribution on your own infrastructure.
-
Rules of Rediacc
GuidesApps & Services ContainersNetworking
Essential rules and conventions for building applications on the Rediacc platform. Covers Rediaccfile, compose, networking, storage, CRIU, and deployment.
-
Services
GuidesApps & Services ContainersOperations
Deploy and manage containerized services using Rediaccfiles, service networking, and autostart.
-
Kubernetes
GuidesApps & Services ContainersMigration
Run Kubernetes with the Rediacc repo mentality: fork or move a running cluster, including its data, to another machine or datacenter with a short cutover.
-
Networking
GuidesApps & Services NetworkingContainers
Expose services with the reverse proxy, Docker labels, TLS certificates, DNS, and TCP/UDP port forwarding.
-
Backup & Restore
GuidesBackup & Migration BackupStorage
Snapshot encrypted repositories to content-addressed chunk storage, where only changed cells are uploaded and every snapshot restores directly. Or keep a copy on another machine. Restore anywhere, and automate it with named strategies and systemd timers.
-
Subscription & Licensing
GuidesAccount & Licensing Accounts
Understand how account, rdc, and renet handle machine slots, repo licenses, and plan limits.
-
Config Storage
GuidesAccount & Licensing AccountsSecurity
Zero-knowledge encrypted config sync with passkey, master password, and recovery code unlock
-
License Chain & Delegation
GuidesAccount & Licensing AccountsSecurity
Tamper-evident license issuance, delegated signing for on-premise, and fork detection.
-
Web Console
GuidesCLI & Tools CLIAccounts
Run the entire rdc CLI from your browser with forms, resource pickers, and run history
-
Monitoring
GuidesOperations Operations
Monitor machine health, containers, services, repositories, and run diagnostics.
-
Tools
GuidesCLI & Tools CLIOperations
File sync, terminal access, VS Code integration, and CLI updates.
-
Troubleshooting
GuidesOperations Operations
Fixes for common SSH, setup, repository, service, and Docker issues.
-
Migration Guide
GuidesBackup & Migration MigrationRepositories
Migrate existing projects into encrypted Rediacc repositories.
-
Account Management
GuidesAccount & Licensing Accounts
Organizations, teams, members, and subscriptions in Rediacc.
-
Pruning
GuidesBackup & Migration StorageOperations
Remove orphaned backups, stale snapshots, repo images, and local-config leftovers to reclaim disk space and keep state coherent.
-
Account Security & API
GuidesAccount & Licensing AccountsSecurity
Authentication, API tokens, session management, and the permission model.
-
Hub
GuidesApps & Services ContainersSecurity
Provide authenticated, per-user containerized environments with per-user Docker daemons, multi-template selection, CRIU checkpoint/restore, audit logs, and data-root garbage collection.
-
SIEM Integration
GuidesOperations SecurityOperations
Route Rediacc audit events to Splunk, OpenSearch, Sentinel, or any OpenTelemetry-compatible SIEM
-
AI Agent Integration Overview
GuidesAI Agents AI AgentsCLI
How Claude Code, Cursor, and Cline manage Rediacc infrastructure via rdc: JSON output, agent introspection, and safety guardrails.
-
Claude Code Setup Guide
GuidesAI Agents AI AgentsCLI
Step-by-step guide to configuring Claude Code for autonomous Rediacc infrastructure management.
-
Cursor Setup Guide
GuidesAI Agents AI AgentsCLI
Configure Cursor IDE to work with Rediacc infrastructure using .cursorrules and terminal integration.
-
MCP Server Setup
GuidesAI Agents AI AgentsCLI
Connect AI agents to Rediacc infrastructure using the Model Context Protocol (MCP) server.
Concepts
-
Architecture
ConceptsArchitecture RepositoriesContainers
How Rediacc works: two-tool architecture, adapter detection, security model, and configuration structure.
-
Experimental VMs
ConceptsPlatform OperationsContainers
Provision local VM clusters for development and testing with rdc ops.
-
Release Channels
ConceptsPlatform CLIOperations
How Edge and Stable differ, and which channel to run.
-
Data Regions
ConceptsPlatform ComplianceAccounts
Where your data is stored and how regional data residency works.
-
Server Reference
ConceptsArchitecture OperationsCLI
Directory layout, renet commands, systemd services, and workflows for the remote server.
-
Proxy & Executor
ConceptsArchitecture SecurityNetworking
How browser and thin-client commands run without the client ever holding SSH keys or machine addresses
-
AI Agent Safety & Guardrails
ConceptsAI Agents AI AgentsSecurity
How Rediacc's CLI keeps AI coding assistants from leaking secrets, overwriting credentials, or escalating privilege. Knowledge-gates, redaction, ancestry-verified overrides, and a hash-chained audit log.
Reference
-
CLI Application
ReferenceCommands
Complete guide to using the Rediacc command-line interface for platform management
-
rdc repo diff
ReferenceCommands ForkingStorage
Show a git-style, file-level diff between two copy-on-write forked repositories by comparing their encrypted images at the block level, without decryption.
-
Git-like branching
ReferenceCommands ForkingRepositories
Treat copy-on-write forks as git commits: freeze a fork into an immutable commit, name branches, check commits out into writable forks, walk history, and merge without ever mutating a live repository.
-
AGENTS.md Template for AI Assistants
ReferenceAI Agents AI AgentsCLI
Copy-paste template for configuring Claude Code, Cursor, and other AI coding assistants to work with Rediacc infrastructure.
-
JSON Output Reference
ReferenceAI Agents AI AgentsCLI
Complete reference for rdc CLI JSON output format, envelope schema, error handling, and agent discovery commands.
-
Limits & Quotas
ReferencePlatform StorageAccounts
Reference for the limits, maximums, and quotas that apply to Rediacc repositories, services, networking, and storage.
Use Cases
-
Dynamic Resource Scaling
Use CasesScaling StorageOperations
Build cloud architecture with limitless flexibility for AI training and dynamic workloads.
-
Time Travel Recovery
Use CasesResilience & Recovery BackupStorage
Recover data deleted weeks ago using btrfs snapshots, even after your normal backups have rolled past it.
-
Legacy Database Scaling
Use CasesScaling MigrationForking
Scale legacy databases without migration by leveraging real-time data replication and query distribution.
-
Risk-Free Upgrades
Use CasesResilience & Recovery ForkingBackup
Test database upgrades without risk using instant cloning and hourly snapshots.
-
Cross Backup Strategy
Use CasesResilience & Recovery BackupMigration
Your backup fails the moment its machine does. Rediacc replicates snapshots to a separate machine so one disk failure doesn't take everything with it.
-
Banking Continuity During Blackout
Use CasesResilience & Recovery BackupMigration
Maintain banking operations during power outages with intercontinental data mirroring.
-
Production-Like Dev Environments in Minutes
Use CasesDevelopment ForkingStorage
Cut dev environment setup from days to minutes with block-level deduplication.
-
Development Environments That Spin Up in Seconds
Use CasesDevelopment ForkingContainers
Stop waiting days for development environments. Clone your complete production infrastructure in under 60 seconds with ephemeral environments on demand.
Legal
-
What Compliance Actually Requires
LegalFoundations Compliance
Rediacc runs on your infrastructure. You control your data. Here's how that aligns with major compliance frameworks.
-
GDPR Compliance
LegalRegulations Compliance
How Rediacc's self-hosted architecture maps to GDPR requirements for data protection and privacy.
-
SOC 2 Compliance
LegalStandards & Frameworks Compliance
Here's the thing about SOC 2: auditors want evidence your controls work. Rediacc gives you the logs, the change-management trail, and everything else they're going to ask for.
-
HIPAA Compliance
LegalRegulations ComplianceSecurity
How Rediacc's encryption and isolation architecture maps to HIPAA safeguard requirements for protecting health information.
-
CCPA Compliance
LegalRegulations Compliance
How Rediacc's self-hosted model addresses California Consumer Privacy Act requirements for consumer data protection.
-
ISO 27001 Compliance
LegalStandards & Frameworks ComplianceSecurity
How Rediacc maps to ISO 27001 information security controls for encryption, access management, and operations security.
-
PCI DSS Compliance
LegalStandards & Frameworks ComplianceSecurity
How Rediacc meets PCI DSS requirements: immutable backups, automatic network isolation, and access control at the infrastructure level.
-
Data Sovereignty
LegalFoundations Compliance
How Rediacc's self-hosted architecture satisfies data residency and sovereignty requirements across global jurisdictions.
-
NIS2 and DORA
LegalRegulations Compliance
How Rediacc addresses EU NIS2 cybersecurity directive and DORA digital operational resilience requirements.
No documents match this filter.