# FOR SYSTEM ADMINISTRATORS

- [Architecture](/for-system-administrators/architecture.md): How the software components work together
- [Installation](/for-system-administrators/installation.md): As a Go program, fylr supports many platforms. For some installation scenarios, we prepare instructions and tools:
- [Linux](/for-system-administrators/installation/linux-docker-compose.md)
- [multiple fylrs in one Linux](/for-system-administrators/installation/linux-docker-compose/multiple-fylrs-in-one-linux.md): Arrange docker and a reverse proxy to avoid conflicts with multiple fylrs
- [proxy and fylr](/for-system-administrators/installation/linux-docker-compose/proxy-and-fylr.md)
- [execserver on another linux](/for-system-administrators/installation/linux-docker-compose/execserver-on-another-linux.md): How to spread one fylr over two linux servers
- [ffmpeg on a separate fylr](/for-system-administrators/installation/linux-docker-compose/ffmpeg-on-a-separate-fylr.md): How to outsource only processing with the tool ffmpeg (video files) to a separate linux
- [if we install on your server](/for-system-administrators/installation/linux-docker-compose/if-we-install-on-your-server.md): also known as On Premise Installation
- [Windows](/for-system-administrators/installation/windows.md): How to install fylr on Microsoft Windows
- [Kubernetes](/for-system-administrators/installation/helm.md)
- [Configuration](/for-system-administrators/configuration.md): This section is about settings in the configuration file fylr.yml.
- [fylr.example.yml](/for-system-administrators/configuration/fylr.example.yml.md): Most settings possible in fylr.yml and explanations as comments
- [fylr.default.yml](/for-system-administrators/configuration/fylr.default.yml.md): In this section you find the default settings, used if you start fylr.yml with fylr+:
- [performance tuning](/for-system-administrators/configuration/performance-tuning.md)
- [pre-load frontend config](/for-system-administrators/configuration/pre-load-frontend-config.md): When initializing an instance, set in fylr.yml values for the frontend configuration.
- [Load Custom Plugins](/for-system-administrators/configuration/custom-plugin.md)
- [HTTP and HTTPS](/for-system-administrators/configuration/http-and-https.md): Variants of how to use fylr with and without TLS certificate
- [DNS Domains](/for-system-administrators/configuration/dns-domains.md): fylr and what to consider when changing DNS domains or using multiple domains
- [Backups & Restore](/for-system-administrators/backup.md): Backup a fylr instance into a SQL dump, to later restore it into an empty fylr instance
- [Migration Tool](/for-system-administrators/migration.md): This section describes the migration process between two instances using the fylr migration tool. Either from easyb5 to fylr or from fylr to fylr.
- [Create payloads (fylr backup)](/for-system-administrators/migration/backup.md): This page describes the process of creating a local backup of JSON payloads from a source instance
- [Insert payloads (fylr restore)](/for-system-administrators/migration/restore.md): This page describes the process of inserting a local backup of JSON payloads to a target fylr instance
- [Limitations and differences](/for-system-administrators/migration/limitations.md): This page gives an overview of technical limitations of the migration process and differences between the source and target instance.
- [Best Practice](/for-system-administrators/migration/best-practice.md): This page gives an overview of best practice, use cases and recommended parameters for the backup and restore tools
- [Using the inspect page to migrate](/for-system-administrators/migration/inspect.md): This page describes the process of migrating data into fylr instances using the /inspect/migration page in fylr
- [renaming renditions during migration](/for-system-administrators/migration/renaming-renditions-during-migration.md): if rendition names differ between source and target
- [Integration](/for-system-administrators/integration.md)
- [Authentication](/for-system-administrators/integration/authentication.md)
- [Hotfolder](/for-system-administrators/integration/hotfolder.md): This section discribes how to integrate the hotfolder.
- [Symptom & Solution](/for-system-administrators/symptom-and-solution.md): Known situations and our comments and recommendations
- [blurred preview images only](/for-system-administrators/symptom-and-solution/blurred-preview-images-only.md): If in fylr frontend, all images are only shown heavily blurred
- [Log messages that can be ignored](/for-system-administrators/symptom-and-solution/log-messages-that-can-be-ignored.md): fylr messages, fylr output, docker logs
- [too many clients are connected](/for-system-administrators/symptom-and-solution/too-many-clients-are-connected.md)
- [too many nested clauses](/for-system-administrators/symptom-and-solution/too-many-nested-clauses.md)
- [context canceled](/for-system-administrators/symptom-and-solution/context-canceled.md)
- [ContainerConfig error](/for-system-administrators/symptom-and-solution/containerconfig-error.md): Errors when using docker-compose
- [Purge objects](/for-system-administrators/symptom-and-solution/purge-objects.md)
- [PostgreSQL versions](/for-system-administrators/postgresql-versions.md): Supported major versions and upgrading between versions
