← すべてのガイド
Jellyfin
Free, open-source media server — stream your own movies, TV, and music to any device, no subscription or tracking.
このガイドは上記リンク先にあるJellyfin公式ドキュメントをもとに作成されています。ディストリビューションやプロジェクトのバージョンは時間とともに変わるため、本番サーバーでこれらのコマンドを実行する前に、必ず公式ドキュメントで正確なパッケージ名・バージョン名を確認してください。
1Run the official install script
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bashThis is Jellyfin's own documented one-line installer for Debian/Ubuntu, adding their repo and installing the server + web client together.
2Open the setup wizard
http://your-server-ip:8096 — point it at your media folders and create the admin account.