0
0
mirror of https://github.com/jellyfin/jellyfin.org.git synced 2025-05-10 04:25:31 +00:00
Files
felix920506 c5dfaa5024 make install instructions nicer (#1366)
* make windows instructions nicer

* make macOS instructions nicer

* create page for portable packages

* create page for automatic installers

* remove macos.md and windows.md

their contents have been moved to portable.md and automatic-installer.md

* move portable to manual and add some other installation methods

* community packages page

* remove linux.md

contents moved to other pages

* add link to freebsd package

* order of pages

* fix broken link

* fix links on index page

* order of pages again

* josh wording

* remove macOS delete config docs

* rework links

* create advanced install category

* separate automatic installer into OSes

* move synology to advanced

Every time someone complains about HWA on a NAS it's always Synology

* rework index links

* fix redirects

* reorder advanced category

* move truenas to advanced

* cleanup redirects page a bit
2025-04-19 01:08:14 +00:00

28 lines
1.8 KiB
Plaintext

---
uid: installation-index
title: Installation
hide_table_of_contents: true
---
The Jellyfin project and its contributors offer a number of pre-built binary packages to assist in getting Jellyfin up and running quickly on multiple systems.
:::caution
[FreeBSD](https://www.freebsd.org/) and its derivatives, such as [TrueNAS CORE](https://www.truenas.com/truenas-core/), are **NOT** supported by Jellyfin due to .NET officially not being compatible with these platforms.
Even though there are builds available online for these platforms, they are unofficial and from [a separate project](https://github.com/Thefrank/jellyfin-server-freebsd). If you do encounter issues on these platforms, please ask for support in their respective support channels first.
[TrueNAS SCALE](https://www.truenas.com/truenas-scale/) is based on Linux and therefore officially supported. Please install the Jellyfin app from its app repository. This app is not officially maintained by the Jellyfin team, therefore please use the TrueNAS support channels for help first.
:::
For info on selecting hardware for a Jellyfin server, please refer to the [Hardware Selection Guide](/docs/general/administration/hardware-selection)
- [Windows](/docs/general/installation/windows)
- [macOS](/docs/general/installation/macos)
- [Debian / Ubuntu](/docs/general/installation/linux#debian--ubuntu-and-derivatives)
- [Other Linux Distributions](/docs/general/installation/linux#other-distributions)
- [Docker / Kubernetes / Podman](/docs/general/installation/container)
- [Synology](/docs/general/installation/advanced/synology)
- [TrueNAS SCALE](/docs/general/installation/advanced/truenas)
- [Generic Linux](/docs/general/installation/advanced/manual#portable-linux-install)
- [Building from source](/docs/general/installation/advanced/source).