Deslicer Enterprise Documentation
Version: 1.5 Last Updated: August 2026 Audience: Customer platform operators, infrastructure engineers, security teams
Install and operate Deslicer AI and the Deslicer Automation Platform (DAP) in your environment using the Deslicer-provided provisioning package and curl installers.
Reading order
| Chapter | File | Description |
|---|---|---|
| 1 | Introduction | Terminology and document scope |
| 2 | Architecture | Split topology, ports, Deslicer Caddy edge |
| 3 | Prerequisites | OS, accounts, DNS, outbound HTTPS |
| 4 | Provisioning package | Encrypted handoff package and install state |
| 5 | Install Deslicer AI | Install, Control Updates, uninstall |
| 6 | TLS certificates | Deslicer Caddy for DAI and DAP |
| 7 | Install DAP | Enroll, install, Control Updates, uninstall |
| 8 | Post-install configuration | SMTP, models, Registry |
| 9 | Network and firewall | Registry and ACME allowlists |
| 10 | Troubleshooting | Common failures |
| 11 | Appendix | Command cheatsheet and glossary |
Quick start
- On the DAI host, generate an age keypair and share the public key with Deslicer (or receive
provision.yml/provision.enc.yml). - Install Deslicer AI with
deslicer-dai-install.sh --provision ./provision.enc.yml --age-identity ~/.config/age/keys.txt. - Sign in at
https://<dai-host>/controland complete SMTP / model settings as needed. - Enroll DAP from Control, then run the generated commands on the DAP host.
- Manage Web certificates for DAI and DAP in Control (ACME or PEM).
After install
| Task | Where |
|---|---|
| Day-2 image and package updates | Chapter 5 §5.7 (Deslicer AI) · Chapter 7 §7.3 and §7.5 (DAP) |
| Uninstall (DAP first, then DAI) | Chapter 7 §7.10 · Chapter 5 §5.8 |
| Command cheatsheet | Chapter 11 |
Document revision history
| Version | Date | Changes |
|---|---|---|
| 1.5 | August 2026 | Enterprise and preview floating tracks; installer --channel; Control Updates; documented uninstall scripts; public language pass |
| 1.4 | August 2026 | Control Apply for DAP Ansible install package (registry notify, artifact-registry bytes, air-gap Import, Roll back) |
| 1.3 | August 2026 | Troubleshoot local-db login 403 Forbidden (APP_URL / Origin mismatch after hostname or proxy-only updates) |
| 1.2 | August 2026 | DAP Control Update/Fresh token modes, DNS before ACME, installer --version pin, probe sync / Retry probe |
| 1.1 | August 2026 | Installer reads provision.yml / provision.enc.yml; age-encrypted install-state |
| 1.0 | July 2026 | Initial enterprise install guide |