要通过 CentOS 远程访问 Jellyfin 媒体服务器,您可以按照以下步骤进行操作:
安装 Jellyfin:
yum install epel-release
yum install libicu fontconfig -y
wget -c https://repo.jellyfin.org/releases/server/centos/stable/web/jellyfin-web-10.8.9-1.el7.noarch.rpm
wget -c https://repo.jellyfin.org/releases/server/centos/stable/server/jellyfin-server-10.8.9-1.el7.x86_64.rpm
wget -c https://repo.jellyfin.org/releases/server/centos/stable/server/jellyfin-10.8.9-1.el7.x86_64.rpm
rpm -Uvh --nodeps jellyfin-web-10.8.9-1.el7.noarch.rpm
rpm -Uvh --nodeps jellyfin-server-10.8.9-1.el7.x86_64.rpm
rpm -Uvh --nodeps jellyfin-10.8.9-1.el7.x86_64.rpm
配置 Jellyfin:
systemctl start jellyfin
systemctl enable jellyfin
http://SERVER_IP:8096
)。配置远程访问:
使用内网穿透工具(如 cpolar 或花生壳):
wget https://github.com/cpolar/cpolar/releases/download/v1.5.1/cpolar-linux-amd64.tar.gz
tar -xzf cpolar-linux-amd64.tar.gz
sudo cp polar-linux-amd64/cpolar /usr/local/bin
通过以上步骤,您可以从 CentOS 系统远程访问 Jellyfin 媒体服务器,并确保其安全性。