This is your
ANYRAY_ADMIN_TOKEN, generated when Anyray was installed.
Where do I find it?
- Docker Compose — the
.env file beside docker-compose.yml.
- AWS CloudFormation — Secrets Manager, secret
<stack-name>/anyray/admin-token. The stack's Outputs tab carries the lookup command as AdminTokenCmd.
- Kubernetes —
kubectl get secret anyray-secrets -o jsonpath='{.data.ANYRAY_ADMIN_TOKEN}' | base64 -d
- Railway — the gateway service's Variables tab.
Install docs
Invalid admin key.
Access to the Anyray console.