Posts

Showing posts from April, 2025

群晖NAS打开plex提示未经授权解决方法

先把 Plex/Library/Application Support/Plex Media Server 下面的 重命名 Preferences.xml.old 先去 Plex Claim 页面 https://account.plex.tv/en/claim , 得到一个Claim code, SSH 登录 群晖NAS, 输入命令加上刚才的 Claim code curl -X POST 'http://127.0.0.1:32400/myplex/claim?token= claim-XXXXXX xxx ' 这会通过命令行向 Plex 服务器提交 Claim 请求。 然后再次打开Plex app即可。