-
Run airflow web server
airflow standaloneThis prints the auto-generated
adminpassword directly in the terminal — copy it down. This command blocks the terminal it runs in (it's now your Airflow scheduler, dag processor, and API server), so leave it running and do all further steps in a new terminal window or tab. -
Access the airflow UI. Visit http://localhost:8080 in the browser and log in with the admin account details shown in the terminal.
!!! note Standalone Airflow serves the UI over plain HTTP by default — use
http://localhost:8080.