Are you connecting to NAS inside LAN or via WAN?
So I tried to check installation on my NAS. I delete Jellyfin and installed it. I also received this message "The file upload timed out" but Jellyfin has been installed anyway. Check may be you also have the same situation.
I delete Jellyfin again and insalled it - no warning message. But me and my NAS are located now in the different LANs. NAS - at home, I am hundred km from home - may be some delay occured.
PS can you try to instal other qpkg ? to check the reason
PS try to install Jellyfin using other PC
PS see this viewtopic.php?p=825782&hilit=The+file+u ... ut#p825782
Jellyfin installation on Qnap TS-230 without qpkg package
-
- Getting the hang of things
- Posts: 71
- Joined: Wed Aug 10, 2022 6:30 pm
- Location: Kyiv Ukraine
-
- New here
- Posts: 4
- Joined: Fri Jun 23, 2023 1:26 pm
Re: Jellyfin installation on Qnap TS-230 without qpkg package
Thanks for the long reply got it working! Other PC fixed the issue, so anyone who has this try another PC!
-
- Starting out
- Posts: 16
- Joined: Wed Jan 05, 2011 8:01 pm
Re: Jellyfin installation on Qnap TS-230 without qpkg package
Dear serge35 thank you for replying to our messages and I am sorry for my delayed answer.
Your package was working fine until the last QTS update to 5.1.1.2491. Now the app is stopped and when trying to start it I get a message that this version of jellyfin is not supported by qnap. (Jellyfin 10.8.10). Thank you for all your efforts so far.
-
- Getting the hang of things
- Posts: 71
- Joined: Wed Aug 10, 2022 6:30 pm
- Location: Kyiv Ukraine
Re: Jellyfin installation on Qnap TS-230 without qpkg package
ok I know the reason
Unfortunatelly the Qnap TS-230 (ARM) was sold((( I purchased new one TS-251D (Intel) what is why I can not change Jellyfin qpkg for arm.
Do the following:
go to etc/config
find file qpkg.conf and open it with editor
find section about Jellyfin
It will be like this:
[Jellyfin]
Status = complete
Name = Jellyfin
Build = 20230727
Display_Name = Jellyfin
Version = 10.8.10
Author = ks0002544
QPKG_File = Jellyfin.qpkg
Date = 2023-07-27
Shell = /share/CACHEDEV2_DATA/.qpkg/Jellyfin/jellyfin.sh
Volume_Select = 3
Install_Path = /share/CACHEDEV2_DATA/.qpkg/Jellyfin
WebUI = /
Web_Port = 8096
RC_Number = 161
FW_Ver_Min = 4.3.3
FW_Ver_Max = 6.1.0
Enable = TRUE
Visible = 2
Login_Screen = 0
And change this param like this FW_Ver_Max = 6.1.0
Unfortunatelly the Qnap TS-230 (ARM) was sold((( I purchased new one TS-251D (Intel) what is why I can not change Jellyfin qpkg for arm.
Do the following:
go to etc/config
find file qpkg.conf and open it with editor
find section about Jellyfin
It will be like this:
[Jellyfin]
Status = complete
Name = Jellyfin
Build = 20230727
Display_Name = Jellyfin
Version = 10.8.10
Author = ks0002544
QPKG_File = Jellyfin.qpkg
Date = 2023-07-27
Shell = /share/CACHEDEV2_DATA/.qpkg/Jellyfin/jellyfin.sh
Volume_Select = 3
Install_Path = /share/CACHEDEV2_DATA/.qpkg/Jellyfin
WebUI = /
Web_Port = 8096
RC_Number = 161
FW_Ver_Min = 4.3.3
FW_Ver_Max = 6.1.0
Enable = TRUE
Visible = 2
Login_Screen = 0
And change this param like this FW_Ver_Max = 6.1.0
- OneCD
- Guru
- Posts: 11534
- Joined: Sun Aug 21, 2016 10:48 am
- Location: "... there, behind that sofa!"
Re: Jellyfin installation on Qnap TS-230 without qpkg package
You can also remove that key/value pair entirely. It's not required.

-
- Starting out
- Posts: 16
- Joined: Wed Jan 05, 2011 8:01 pm
Re: Jellyfin installation on Qnap TS-230 without qpkg package
@serge35 @OneCD Thank you both very much. It is working now.