No results
3
Deploy
chaib edited this page 2026-06-22 20:29:15 +00:00
Table of Contents
Deploy
One-command installer for Atlas OS on a fresh Debian 12 / Ubuntu 24.04 server.
Prerequisites
- Debian 12 or Ubuntu 24.04 (x86_64)
- Root access
- A domain with DNS pointed at the server
- A Tailscale account (free tier works)
Install
git clone https://git.atlascorporation.nl/chaib/atlas-os
cd atlas-os
chmod +x deploy/install.sh
sudo ./deploy/install.sh --domain yourdomain.com --email admin@yourdomain.com
Post-install
- Open
https://auth.yourdomain.comand complete Authentik setup - Create your admin user in Authentik
- Open
https://command.yourdomain.com/os/— Atlas OS desktop boots - Add the AI stack:
docker compose -f deploy/compose/atlas-ai.yml up -d - Configure
server/atlas_brain.pywith your mail accounts
Secrets
The installer generates strong secrets at /opt/atlas/secrets/atlas.env (chmod 600).
Never commit this file. It is in .gitignore.
Atlas OS
Get started
Technical docs
Platform