Hosting provider considerations for TYPO3 projects
TYPO3 can be run on any hosting environment that fulfills the System requirements.
Still the choice of the provider depends on numerous aspects:
- Do you want to work on a preinstalled TYPO3 project or install and deploy it yourself? In the later: Does the provider offer all tools you will need during deployment?
- How much support do you want to be able to receive from your provider?
- Do you need high availability and expect a large number of visitors in certain time frames?
- Where do your visitors visit your website from?
- Which laws regarding data security and privacy etc have to be followed in your country?
- Do you need additional services like a SOLR Core for a professional on-site search?
Table of contents
SaaS-like TYPO3 services
While TYPO3 does not currently have an official, centralized SaaS offering comparable to solutions like WordPress.com, some hosting providers and agencies offer services that come close. These typically include preinstalled TYPO3 instances with automated updates, backups, support, and other managed features, reducing the technical burden on editors and site owners.
Such offerings are especially useful for teams that want to focus on content creation and publishing without handling installation, deployment, or server maintenance themselves.
For an up-to-date list of certified TYPO3 hosting and technology partners, visit: https://typo3.com/partners
Preinstalled TYPO3 projects on a server
At the time of writing, two of the official TYPO3 Technology Partners, jweiland.net and Mittwald offer packages with preinstalled TYPO3 projects. Both are situated in Germany.
Other hosting providers might offer the same service, refer to their websites or customer services.
Docker: Running TYPO3 in container-based solutions
If you want to Run TYPO3 in Docker on production you must choose a hosting provider that either supports running containers or gives you the infrastructure on which you can run Docker yourself.
At the time of writing (June 2025) container based hosting solutions are on the rise but not deeply embedded into the TYPO3 community yet.
There is a publicly available non-official image, martinhelmich/typo3, which installs TYPO3 in classic mode on mounted volumes. You can use it to test Deploying TYPO3 as a Docker container.
You can Extend martinhelmich/typo3 or copy from it to create your own docker images.