Installation & Setup

Get your DockerAZ environment up and running in minutes.

⚡ One-Line Installation

Install DockerAZ with a single command. The installer script handles everything automatically.

terminal Run as root
curl -fsSL https://raw.githubusercontent.com/rickicode/DockerAZ/main/installer.sh | sudo bash
1

Download Script

Installer downloaded from official GitHub repository.

2

Install Dependencies

Docker and other dependencies installed automatically.

3

Setup DockerAZ

Application configured and runs as a systemd service.

4

Access Dashboard

Open http://server-ip:3012 to start.


Initial Configuration

When you first launch DockerAZ, you will be greeted by the Setup Wizard. This screen appears only when no administrative users exist in the database.

settings_system_daydream Required Fields

Admin Account
Username: Your super-admin login ID.
Password: A strong password to secure the dashboard.
System Config
Base Domain: The root domain (e.g., dockeraz.local or my-server.com). All services will be subdomains of this.
Let's Encrypt Email: Used for generating SSL certificates via Traefik.

System Requirements

  • OS: Linux (Ubuntu/Debian recommended)
  • Runtime: Docker Engine & Docker Compose (v2+)
  • Ports: 80 (HTTP), 443 (HTTPS) must be available for Traefik, 3012 for the dashboard.