Manage a fleet of on-prem Koios instances from one console - health, failures, and licenses.
10K+
Manage a fleet of Koios instances from one place. The Admin Console is a
lightweight, on-prem web app that gives you a single view of service health,
failures, and license state across every Koios box you run, plus remote .lic
upload. It ships as one small container, separate from the main Koios image.
.lic file to a box remotelyFull documentation: https://ai-ops.com/docs/admin-console/introduction
The Admin Console runs alongside your Koios boxes on the same network. Docker creates any missing named volumes automatically.
docker run -d --name koios-admin \
-p 443:443 -p 80:80 \
-v koios_admin_data:/var/lib/koios-admin \
-v koios_admin_secrets:/var/lib/koios-admin-secrets \
-e ENABLE_TLS=true \
aiopinc/koios-admin:latest
Then open https://<server-ip> (accept the self-signed certificate) and log in:
adminkoios⚠️ Change the default password immediately after first login.
| Port | Purpose |
|---|---|
443 | Web UI / API (HTTPS) |
80 | HTTP (redirects to HTTPS) |
To serve behind a reverse-proxy sub-path, set KOIOS_ADMIN_BASE_PATH (the proxy
must strip the prefix). See Running as a Service.
Two named volumes persist across restarts and updates. Include both in your backups.
| Volume | Contents |
|---|---|
koios_admin_data | Configuration database and TLS certificate |
koios_admin_secrets | Master encryption key |
⚠️ Keep
koios_admin_secrets. It holds the key that seals every registered instance's credentials. If it is lost, each instance must be reconnected.
| Resource | Minimum | Recommended |
|---|---|---|
| CPU | 1 core | 2 cores |
| RAM | 1 GB | 2 GB |
| Disk | 5 GB free | 10+ GB free |
Host: Docker Engine 20.10+. Multi-arch image (linux/amd64, linux/arm64).
| Guide | Link |
|---|---|
| Overview | https://ai-ops.com/docs/admin-console/introduction |
| Installation | https://ai-ops.com/docs/admin-console/installation |
| Run as a service (production) | https://ai-ops.com/docs/admin-console/running-as-a-service |
| Managing instances | https://ai-ops.com/docs/admin-console/managing-instances |
© Ai-OPs, Inc.
Content type
Image
Digest
sha256:d7caf6928…
Size
127.1 MB
Last updated
15 days ago
docker pull aiopinc/koios-adminPulls:
8,450
Last week