当前位置:首页 > HIFI > 正文内容

Synology群晖安装RoonServer

tomosak2年前 (2023-10-11)HIFI1409

1,在套件中心,设置信任层级为任何发行者;

2,在群晖控制面板中,高级模式,终端机和SNMP,启动SSH功能;

3,使用Xshell登录SSH,用户名和密码为群晖创建的用户和密码,进入后sudo -i 输入上面的密码;

4,开通root登录权限;

vi /etc/ssh/sshd_config

按i 修改

#PermitRootLogin prohibit-password 为 PermitRootLogin yes

按esc 输入: 然后输入wq

5,设置root账号密码,输入

synouser --setpw root password 这里的password是要设置的密码,最好和admin密码一样

6,输入reboot 重启群晖,使用Xshell登录SSH,使用root账号和密码登录;

vi /etc/hosts 按i 添加以下两行

127.0.0.1 accounts5.roonlabs.com

127.0.0.1 updates.roonlabs.com

按esc 输入: 然后输入wq

reboot,重启

7,进入控制面板,在群晖中创建共享文件夹RoonServer,权限为admin、开始建立的账户、guest可读写;

8,使用WinSCP登录群晖,使用root账号和密码登录,上传RoonServer_linuxx64.tar.bz2文件到群晖/tmp目录下,登录群晖,套件中心,点击手动安装,找到RoonServer_Synology_DSM6_x86_64_1.8.931.spk,下一步进行安装,安装完成立即启动前面勾选取消,直到安装完成。


扫描二维码推送至手机访问。

版权声明:本文由Androidnews发布,如需转载请注明出处。

本文链接:https://www.androidnews.top/?id=24

标签: HIFILinux
分享给朋友:

“Synology群晖安装RoonServer” 的相关文章

Audiophile Linux安装

If you are for example going to use “/dev/sda” disk to create partition for AP-Linux, execute this commands:# fdisk /dev/sda or# cfdisk /dev/sda#...

Linux安装RoonServer

Audiophile音乐Linux为蓝本介绍安装RoonServer1、使用工具上传roonserver-installer-linuxx64_Roon_100800795.sh和RoonServer_linuxx64.tar.bz2两个文件到tmp目录2、进入etc目录,编辑hostsnano /...

月光宝盒TVBox解析地址

TVBox类解析地址:单播:https://raw.liucn.cc/box/m.json多播:https://jihulab.com/duomv/apps/-/raw/main/duo.json...

piCorePlayer Roon Bridge Extension

This project aims to provide a set of scripts that allow easy installation of Roon Bridge software on recent versions of piCorePlayer (tested on ...

构建自己的moode-player包

构建自己的moode-player包

1. IntroductionThis repository contains scripts to build the packages containing the software components used in moOde audio player.1.1. Origin and bu...

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。