---
title: "TYPO3 administration"
manual: "TYPO3 Explained"
version: "13.4"
permalink: "https://docs.typo3.org/permalink/t3coreapi:administration@13.4"
source: "Administration/Index.rst"
rendered: "2026-09-18T05:52:58+00:00"
---

# TYPO3 administration {#typo3-administration}

**Installation**

Learn about the different ways to install TYPO3 and choose the method
that best matches your technical requirements and experience level.

-   [TYPO3 installation overview](https://docs.typo3.org/permalink/t3coreapi:installation-index@13.4)
-   [Composer-based](https://docs.typo3.org/permalink/t3coreapi:installation-composer@13.4)
-   [Classic mode](https://docs.typo3.org/permalink/t3coreapi:classic-installation@13.4)
-   [Download TYPO3 (ZIP/TAR)](https://get.typo3.org/#download)

**Deployment**

The deployment guide highlights some of solutions available that can
help automate the process of deploying TYPO3 to
a remote server.

-   [Deploying TYPO3](https://docs.typo3.org/permalink/t3coreapi:deployment@13.4)
-   [Configuring environments](https://docs.typo3.org/permalink/t3coreapi:environment-configuration@13.4)
-   [CI/CD and Automatic deployment](https://docs.typo3.org/permalink/t3coreapi:ci-cd-for-typo3-projects@13.4)

**Production environment**

This chapter contains information on how to configure and optimize the infrastructure
running TYPO3 for production.

-   [Running TYPO3 in production environments](https://docs.typo3.org/permalink/t3coreapi:administation-production@13.4)
-   [Backup strategies](https://docs.typo3.org/permalink/t3coreapi:administration-backups@13.4)
-   [Security considerations for administrators](https://docs.typo3.org/permalink/t3coreapi:administration-security@13.4)
-   [Using Docker in production](https://docs.typo3.org/permalink/t3coreapi:docker-production@13.4)

**[Running TYPO3 in Docker](https://docs.typo3.org/permalink/t3coreapi:admin-docker-index@13.4)**

Learn how to run TYPO3 using Docker containers for local development and testing,
including step-by-step guides for plain Docker, Docker Compose, and DDEV.

[Docker-based TYPO3 setups](https://docs.typo3.org/permalink/t3coreapi:admin-docker-index@13.4)

**Directory structure**

The folder layout of your TYPO3 project depends on how TYPO3 was installed.
Composer-based installations use a modern structure that separates code from
public files—ideal for deployment workflows and version control. Classic mode
keeps everything in a single folder and is easier to set up for beginners.

Both methods are fully supported for production use, however there are
security consideration regarding
[file access](https://docs.typo3.org/permalink/t3coreapi:security-restrict-access-server-level@13.4)
when using the classic structure.

-   [Directory structure, Composer](https://docs.typo3.org/permalink/t3coreapi:directory-structure@13.4)
-   [Directory structure, Classic mode](https://docs.typo3.org/permalink/t3coreapi:classic-directory-structure@13.4)

**Updates**

Learn how to apply patch-level updates, perform major version upgrades, and update extensions safely.

-   [Bugfix / security update (Composer)](https://docs.typo3.org/permalink/t3coreapi:minor@13.4)
-   [Major upgrade (Composer)](https://docs.typo3.org/permalink/t3coreapi:major@13.4)
-   [Applying Core patches](https://docs.typo3.org/permalink/t3coreapi:applying-core-patches@13.4)
-   [Classic-mode upgrade](https://docs.typo3.org/permalink/t3coreapi:legacy@13.4)
-   [Migrate a Classic-mode project to Composer](https://docs.typo3.org/permalink/t3coreapi:migratetocomposer@13.4)
