mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2025-05-10 13:45:25 +00:00
* documentation accessibility fixes * Fix headling levels * Apply suggestions from code review Co-authored-by: felix920506 <felix920506@gmail.com> * Revert quote change * Fix capitalization --------- Co-authored-by: felix920506 <felix920506@gmail.com>
27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
---
|
|
uid: testing-server
|
|
title: Testing Jellyfin Server
|
|
---
|
|
|
|
# Testing Jellyfin Server
|
|
|
|
:::caution Backups!
|
|
|
|
Unstable often makes irreversible changes to existing Jellyfin setups. Please make regular backups of Jellyfin files. [Learn how to create backups.](/docs/general/administration/configuration#server-paths)
|
|
|
|
:::
|
|
|
|
## Weekly Unstable Build
|
|
|
|
The weekly unstable builds are generated every Monday 5:00 AM UTC. Testing using the Unstable builds can not only test Jellyfin itself, but also help identify issues with packaging.
|
|
|
|
To install them, navigate to our [downloads page](/downloads/server) and choose `Server`, choose your platform, then choose `Unstable`. The choices have to be made in this order. After choosing, scroll down and find the installation method you would like to use.
|
|
|
|

|
|
|
|
Follow the steps in the [Upgrade & Downgrade documentation](/docs/general/testing/upgrades) for more detailed instructions.
|
|
|
|
## Testing from Master Branch
|
|
|
|
The Master branch of the server can be used to obtain the absolute bleeding edge. This is only intended for developers. Further info can be found [in the packaging repository itself](https://github.com/jellyfin/jellyfin-packaging) and [in the contributing docs](/docs/general/contributing/development).
|