Skip to main content
50% off all plans, limited time. Starting at $2.48/mo
Apache Airflow

Apache Airflow

Apache Airflow is an open-source platform to programmatically author, schedule, and monitor workflows. Built for data engineers, ML teams, and DevOps engineers who need reliable orchestration at scale.

At a glance

46.1k

GitHub stars

16

Page views

License Apache-2.0 Version 3.2.1 OS Ubuntu Server 24.04 LTS Min RAM 4 GB IP IPV4,IPV6

Accessing Apache Airflow

Open in browser: http://<SERVER_IP>:8080

It may take a few minutes to fully start and become available.

Default login credentials:

  • Username: airflow
  • Password: airflow

Change the default credentials after first login (Security > Users > Show record > Reset Password).

Important Files and Directories

  • Install Path: /root/airflow
  • Compose File: /root/airflow/docker-compose.yaml
  • Environment File: /root/airflow/.env
  • DAGs Directory: /root/airflow/dags
  • Logs Directory: /root/airflow/logs
  • Plugins Directory: /root/airflow/plugins
  • Config Directory: /root/airflow/config

Managing the Stack

cd /root/airflow

Check status:

docker compose ps

View logs:

docker compose logs -f

Restart services:

docker compose restart

Stop stack:

docker compose down

Start stack:

docker compose up -d

More in DevOps Tools

Related apps.

Deploy Apache Airflow now. From $2.48/mo.