在Ubuntu上配置Jellyfin媒體服務器的步驟如下:
sudo apt update
sudo apt upgrade
wget -O - https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | sudo apt-key add -
echo "deb [arch $(dpkg --print-architecture)] https://repo.jellyfin.org/ubuntu $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list
sudo apt install jellyfin -y
sudo systemctl start jellyfin
sudo systemctl enable jellyfin
sudo ufw allow 8096/tcp
sudo ufw enable
http://your_server_ip:8096
。如果在配置過程中遇到任何問題,可以參考Jellyfin的官方文檔或社區論壇尋求幫助。