Emby Server 媒体服务器

ARM64 专用安装指南

🎬 Emby Server 媒体服务器

在 ARM64 设备上搭建您的私人媒体中心

1

📥 下载 Emby Server

Bash
# 下载 Emby Server for ARM64 (Ubuntu/Debian)
sudo curl -LO https://github.com/MediaBrowser/Emby.Releases/releases/download/4.8.5.0/emby-server-deb_4.8.5.0_arm64.deb
🔄

版本更新提示访问 GitHub Releases 查看最新版本号,替换命令中的 4.8.5.0

96a35888401e17af353b388c844a6fdd

查找带有 ARM64 标识的最新版本

2

⚙️ 安装 .deb 包

sudo dpkg -i emby-server-deb_4.8.5.0_arm64.deb
⚠️

依赖问题解决方案如果安装过程中提示依赖问题,运行以下命令:

sudo apt install -f -y

3

🚀 启动并启用服务

sudo systemctl enable --now emby-server

💡 命令说明

  • enable:设置开机自启
  • --now:立即启动服务

🔧 服务管理

  • 重启:sudo systemctl restart emby-server
  • 停止:sudo systemctl stop emby-server

4

✅ 验证服务状态

systemctl status emby-server

成功运行标志当看到 Active: active (running) 表示服务已正常运行

c4aefef17fcb6e55e3034b21471e2d4d-1

正常运行的 status 命令输出

5

🌐 访问 Web 界面

http://<你的服务器IP>:8096

📍 获取服务器IP

  • 终端运行: ip addr show
  • 查找类似 192.168.x.x 的地址
  • 通常为 eth0wlan0 接口

🔒 防火墙设置

如果无法访问,确保开放端口:

宝塔面板开放 8096端口
7e785756e7586fbe6ba0213f19652913
首次访问的欢迎界面

🚀 后续配置建议

 

官方配置文档

上一篇
下一篇