r3e turns any Linux server behind NAT into a secure, multi-tenant sandbox platform. Grant isolated container access to dozens of users with zero client onboarding—users simply send an email to execute commands in their personal sandboxed environment.
Why set up heavy Kubernetes clusters, OAuth portals, and SSH Bastion hosts when you can manage multi-tenant access with a single config file?
How r3e guarantees complete security separation between different email senders on the same underlying host server.
Every whitelisted email sender (`user1@org`, `user2@org`) gets a dedicated, isolated Docker container mapped to their email identity in state.json.
Containers execute with stripped Linux capabilities (--cap-drop=ALL), process caps (--pids-limit 20), and bridge network isolation.
Containers inactive for more than 48 hours are automatically destroyed and reaped, preventing disk bloat while allowing temporary state preservation during active work sessions.
Run r3e as a background service on any Linux server to start receiving and executing tenant commands.