GNU/Linux >> Linux の 問題 >  >> Ubuntu

Ubuntu 20.04 に Jellyfin Media Server をインストールする方法

この記事では、Ubuntu 20.04 LTS に Jellyfin Media Server をインストールして構成するために必要な手順について説明しました。このチュートリアルを続行する前に、sudo を持つユーザーとしてログインしていることを確認してください 特権。このチュートリアルのすべてのコマンドは、root 以外のユーザーとして実行する必要があります。

Jellyfin は、Plex などの適切なメディア ストリーミング アプリケーションに代わる無料のクロス プラットフォームのオープン ソースです。 Jellyfin を使用すると、映画、番組、音楽、写真を整理してストリーミングできます。

Ubuntu 20.04 に Jellyfin メディア サーバーをインストールする

ステップ 1. まず、Ubuntu サーバーにパッケージをインストールする前に、すべてのシステム パッケージが更新されていることを確認することを常にお勧めします。

sudo apt update
sudo apt upgrade
sudo apt install apt-transport-https

ステップ 2. Ubuntu Linux に Jellyfin Media Server をインストールします。

次のコマンドを実行して、Jellyfin リポジトリを Ubuntu システムに追加します:

echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/ubuntu focal main" | sudo tee /etc/apt/sources.list.d/jellyfin.list

次に、次のコマンドを実行して、Jeffyfin GPG キーを Ubuntu システムにインポートします。

wget -O - https://repo.jellyfin.org/jellyfin_team.gpg.key | sudo apt-key add -

最後に、Ubuntu システムのパッケージ インデックスを更新し、Jellyfin をインストールします。

sudo apt update
sudo apt install jellyfin

正常にインストールされたら、Jellyfin サービスを開始すると、次のコマンドを使用してシステムの再起動時に開始することもできます:

sudo systemctl start jellyfin
sudo systemctl enable jellyfin

ステップ 3. Jellyfin Web UI にアクセスします。

ブラウザを開いて http://SERVER-IP:8096 に移動します

Ubuntu 20.04 LTS Focal Fossa に Jellyfin をインストールするために必要なことはこれだけです。この簡単なヒントがお役に立てば幸いです。 Jellyfin Media Server の詳細については、公式ナレッジ ベースを参照してください。ご質問やご提案がありましたら、お気軽にコメントを残してください。


Ubuntu
  1. Ubuntu18.04にNginxWebサーバーをインストールする方法

  2. Ubuntu20.04にPlexMediaServerをインストールする方法

  3. UbuntuServer21.04にAnsibleをインストールする方法

  1. Ubuntu18.04にPlexMediaServerをインストールする方法

  2. Subsonic Media ServerUbuntu18.04をインストールする方法

  3. Debian10にJellyfinMediaServerをインストールする方法

  1. Ubuntu20.04にNginxを使用してJellyfinMediaServerをインストールする方法

  2. Ubuntu22.04にSSHサーバーをインストールする方法

  3. Ubuntu、Debian、MintにJellyfinメディアサーバーをインストールする方法