Deployment checklist
1
Choose a server host
Pick a machine in your AWS environment that CLI users and EC2 inference replicas can reach.
2
Prepare AWS access
Configure AWS credentials, IAM permissions, S3 bucket access, and quota visibility.
3
Clone the server repository
Fetch the Tandemn server repository and submodules.
4
Run setup
Install dependencies, verify AWS and Redis connectivity, and create
.env.5
Start Redis
Run Redis for chunked multi-replica jobs.
6
Start the control plane
Run
python server.py --url <public-or-private-url>.7
Verify from a client
Run
tandemn check from a separate machine using the public server URL.Commands
Manual installation
Use this path when you do not want to runsetup.sh.
.env file in the project root:
KOI_SERVICE_URL is optional. Leave it unset for standalone Orca behavior.
Operating model
The administrator owns the server deployment, AWS credentials, S3 bucket, Redis, environment configuration, network exposure, and cluster access. Users own their prompt files, model choices, SLOs, and CLI environment.Document the server URL, supported models, and expected SLO values for your users before sharing access.

