Доброго времени. Не могу запустить emby server. так же не могу найти лог установки.
устройство AS5304T, adm 5.0.0.RHN2, bios 1.25б устанавливал из центра приложений и бету с оф сайта. на сайте разработчика четкого ответа не нашел. ситуации были, но конкретного решения вроде как нет
установка проходит вроде бы нормально, но после установки нет процесса приложения, соответственно пишет не возможно открыть страницу.
Кто сталкивался? Варианты решения проблемы?
Emby Server не запускается
Модераторы: Shawn.S@AST, Bennet, Alex Fokeev
-
- Сообщения: 4
- youtube meble na wymiar Warszawa
- Зарегистрирован: Пт июн 20, 2025 10:33 am
- Контактная информация:
-
- Сообщения: 690
- Зарегистрирован: Сб дек 16, 2017 8:46 pm
- Откуда: Беларусь
- Контактная информация:
Re: Emby Server не запускается
Добрый. Проверьте в app central не деактивирован ли он. И может быть проблема с совместимостью с Вашей adm 5.0.0.RHN2, которую явно обкатывают, в этом случае придется ждать обновления.
https://forum.asustor.com/viewtopic.php ... ver#p58086
https://forum.asustor.com/viewtopic.php ... ver#p58086
RT-AX68U
Re: Emby Server не запускается
Приложение активно. Изучал проблему на сайте разработчика,там вроде как проблемы с совместимостью устранили в предыдущих версиях. Да и по ссылке последнее сообщение что все нормально работает
-
- Сообщения: 690
- Зарегистрирован: Сб дек 16, 2017 8:46 pm
- Откуда: Беларусь
- Контактная информация:
Re: Emby Server не запускается
Я видел последнее сообщение, но это не показатель. Прошивка еще не дошла до 5.1, ее обкатывают еще. Я со второй начинал и наблюдал очень много интересных вещей. Обычно правят позже. Сайт разработчика не смотрите, все приложения в асустор, это порты под адм. Разработчик вам напрямую не поможет. Лучше пишите в техподдержку асустор в этом случае.
RT-AX68U
Re: Emby Server не запускается
Думаю, это потому, что Emby Server все еще исправляет эту проблему, так как ADM использует гораздо более новую версию ядра Linux и SSL, поэтому Emby должен обновить его. Как только команда Emby исправит эту проблему, они снова загрузят приложение в Asustor App Central.
Re: Emby Server не запускается
В общем как я и думал поддержка ничем не поможет. ответ от поддержки
Что действительно странно у некоторых работает, у некоторых нет.
Буду искать ответ на оф сайте.
.Что касается обновления версии ADM 5.0, приложение работает для некоторых пользователей, а для других нет. Это вопрос, который должен решить производитель, так как это стороннее приложение. Приносим извинения за причинённые неудобства.
Что действительно странно у некоторых работает, у некоторых нет.
Буду искать ответ на оф сайте.
Re: Emby Server не запускается
нашел инструкцию на оф сайте приложения. помогло. можно и закрепить наверное
*updated 2022-03-04 for Asustor ADM 4.xxx, and provided a more detailed process with additional confirmation steps*
When reinstalling Emby server on my Asustor 5304, I had to complete these steps (via SSH terminal session to my NAS box) after uninstalling Emby (from AppCentral) and before reinstalling Emby:
Connect a teminal session via SSH to your Ausutor, login with an account that has admin permissions to your NAS - not an emby account or the emby user (see post below in this thread for using PuTTY to make a SSH connection to your NAS). Note that SSH must be enabled in Asustor Services->Terminal. Default port is 22.
type "ls /home/" without the quotes to see the list of user home folders, emby is the default name for the installed emby user, containing all the emby files/configs
type "rm -rf /home/emby" without the quotes to delete the emby folder
type "ls /home/" without the quotes to verify the emby user folder has now been deleted
type "cat /etc/passwd" without the quotes to view user accounts on your NAS, emby is the default name for the installed emby user
type "sudo /volume0/usr/builtin/sbin/userdel emby" without the quotes to delete the emby user account. You will be prompted to re-enter your password for the administrative account you logged in via SSH with.
type "cat /etc/passwd" without the quotes to verify the emby user has now been deleted
type "cat /etc/group" without the quotes to view user groups on your NAS, emby is the default name for the installed emby group
type "sudo /volume0/usr/builtin/sbin/groupdel emby" without the quotes to delete the emby group. You will be prompted to re-enter your password for the administrative account you logged in via SSH with.
type "cat /etc/group" without the quotes to verify the emby group has now been deleted
type "exit" without the quotes to end/exit your SSH
Also confirm you are connecting to the default port of 8096 (http://<yourNASIPaddress>:8096) after the re-install as your https:// certificate and any custom port numbers would need to be set up again if previously using https:// or custom ports. You can also check your Asustor firewall to ensure it is not blocking the Emby ports or the client device you are connecting with.
It likely wouldn't hurt to clear your cache on your browser also if it possibly has cached passwords from your previous config before the reinstall.
Edited March 4, 2022 by CJTripper
*updated 2022-03-04 for Asustor ADM 4.xxx, and provided a more detailed process with additional confirmation steps*
When reinstalling Emby server on my Asustor 5304, I had to complete these steps (via SSH terminal session to my NAS box) after uninstalling Emby (from AppCentral) and before reinstalling Emby:
Connect a teminal session via SSH to your Ausutor, login with an account that has admin permissions to your NAS - not an emby account or the emby user (see post below in this thread for using PuTTY to make a SSH connection to your NAS). Note that SSH must be enabled in Asustor Services->Terminal. Default port is 22.
type "ls /home/" without the quotes to see the list of user home folders, emby is the default name for the installed emby user, containing all the emby files/configs
type "rm -rf /home/emby" without the quotes to delete the emby folder
type "ls /home/" without the quotes to verify the emby user folder has now been deleted
type "cat /etc/passwd" without the quotes to view user accounts on your NAS, emby is the default name for the installed emby user
type "sudo /volume0/usr/builtin/sbin/userdel emby" without the quotes to delete the emby user account. You will be prompted to re-enter your password for the administrative account you logged in via SSH with.
type "cat /etc/passwd" without the quotes to verify the emby user has now been deleted
type "cat /etc/group" without the quotes to view user groups on your NAS, emby is the default name for the installed emby group
type "sudo /volume0/usr/builtin/sbin/groupdel emby" without the quotes to delete the emby group. You will be prompted to re-enter your password for the administrative account you logged in via SSH with.
type "cat /etc/group" without the quotes to verify the emby group has now been deleted
type "exit" without the quotes to end/exit your SSH
Also confirm you are connecting to the default port of 8096 (http://<yourNASIPaddress>:8096) after the re-install as your https:// certificate and any custom port numbers would need to be set up again if previously using https:// or custom ports. You can also check your Asustor firewall to ensure it is not blocking the Emby ports or the client device you are connecting with.
It likely wouldn't hurt to clear your cache on your browser also if it possibly has cached passwords from your previous config before the reinstall.
Edited March 4, 2022 by CJTripper