Multi-Tenant by Architecture, Not by Workaround
Three Deployment Shapes, One Core
- One server hosting multiple brokers (White Label)
- One broker with a dedicated server
- Multi-server distributed deployment
Data Isolation
Data is unified in a single database and isolated by broker_id. A Root Broker can create sub-brokers, forming a hierarchy. Brokers cannot see each other’s data, regardless of whether they share a server.
FAQ
Can a Root Broker create and manage sub-brokers?
Yes. A Root Broker can create sub-brokers, forming a hierarchical structure, while data between them remains fully isolated.
Do brokers on a shared server share any data with each other?
No. Data is isolated by broker_id — brokers on the same server cannot see each other’s accounts, orders, or positions.