Page 5 of 7
Re: TOS 7.0.0780 (X86) is Released for Update
Posted: 17 Jul 2026, 00:30
by sianderson
Gremlin wrote: ↑16 Jul 2026, 19:26
Or wait for the update notice on the forum
hahaha the only reason why i knew about 780 is because the forum, but how many people are blissfully unaware of an update because no one actually tells them about it?
please let me know what you think the point is that i will receive an email to tell me i have an update only when i login to the desktop and it pop ups on screen to tell me i have one?
Re: TOS 7.0.0780 (X86) is Released for Update
Posted: 17 Jul 2026, 05:21
by Gremlin
The way it has been explained and apparently set up seems pointless to me. My concern is that they will change a setting that requires the user to accept emails for extraneous events that we don't want to receive. ie as it was in the earlier days of Tos development.
Re: TOS 7.0.0780 (X86) is Released for Update
Posted: 17 Jul 2026, 14:34
by Felix
Thank you for your feedback. We understand your suggestion regarding the update notification mechanism and the expectation that users should be notified of available updates without needing to log in first.
Your feedback has been submitted to our product team for further investigation and evaluation. We will consider this suggestion in future improvements to provide a better user experience. Thank you for helping us improve TOS.
Re: TOS 7.0.0780 (X86) is Released for Update
Posted: 17 Jul 2026, 16:31
by TMtina
Thank you for your feedback. We have successfully reproduced the issue based on the information provided. Our team is currently discussing a fix. Please keep an eye on the release notes for future updates.
Re: TOS 7.0.0780 (X86) is Released for Update
Posted: 17 Jul 2026, 18:04
by sianderson
Gremlin wrote: ↑17 Jul 2026, 05:21
The way it has been explained and apparently set up seems pointless to me. My concern is that they will change a setting that requires the user to accept emails for extraneous events that we don't want to receive. ie as it was in the earlier days of Tos development.
yeah i get that i dont mind having to opt in to receive the email rather than having to opt out, especially if its built into the initialisation of the nas drive to opt in
i just thought ticking the box to receive an email i would actually receive one

Re: TOS 7.0.0780 (X86) is Released for Update
Posted: 17 Jul 2026, 21:04
by OttO1916
F2-221 and f5-221 updated to 7.0.0780 without issues
Re: TOS 7.0.0780 (X86) is Released for Update
Posted: 18 Jul 2026, 03:42
by dgmigdot
EgorA wrote: ↑15 Jul 2026, 01:50
Zymphad wrote: ↑14 Jul 2026, 22:23
Any plans to update portainer? It is 2.24 from november 2024
Try to run dockhand in docker. It's much better.
docker project:
Code: Select all
services:
dockhand:
image: fnsys/dockhand:latest
container_name: dockhand
network_mode: bridge
ports:
- 8000:3000
volumes:
- /Volume1/docker/dockhand:/app/data:rw
- /var/run/docker.sock:/var/run/docker.sock
restart: always
Dockhand is installed and running, but I do not see any of my containers or stacks. What could be th problem? thanks in advance!
Re: TOS 7.0.0780 (X86) is Released for Update
Posted: 18 Jul 2026, 04:55
by Hendrik
Felix wrote: ↑16 Jul 2026, 18:12
Hendrik wrote: ↑16 Jul 2026, 17:56
My F4-424Max no update in neither system settings nor on the website "downloads" section... how long is this going to take ?
You can manually update to 7.0.0747 by following the instructions at
viewtopic.php?t=10183, and then check for updates to upgrade to 7.0.0780. Alternatively, you can wait until next week, when we will push the relevant update to your device.
I think i'd better be patient, and hope it's as good as I hoped it to be, security cam stuff is far bellow Qnap, wherein face recognition can be hooked to an action, including opening doors and stuff, the windows box they claimed in TOS7 would be far better, so i can run more stuff in this, and some other items that would be far better. Thanks for the intel.
Re: TOS 7.0.0780 (X86) is Released for Update
Posted: 18 Jul 2026, 14:21
by DCCentR
TMtina wrote: ↑17 Jul 2026, 16:31
Thank you for your feedback. We have successfully reproduced the issue based on the information provided. Our team is currently discussing a fix. Please keep an eye on the release notes for future updates.
Cool

I appreciate your support for your users and community
Re: TOS 7.0.0780 (X86) is Released for Update
Posted: 20 Jul 2026, 01:29
by Zymphad
dgmigdot wrote: ↑18 Jul 2026, 03:42
EgorA wrote: ↑15 Jul 2026, 01:50
Zymphad wrote: ↑14 Jul 2026, 22:23
Any plans to update portainer? It is 2.24 from november 2024
Try to run dockhand in docker. It's much better.
docker project:
Code: Select all
services:
dockhand:
image: fnsys/dockhand:latest
container_name: dockhand
network_mode: bridge
ports:
- 8000:3000
volumes:
- /Volume1/docker/dockhand:/app/data:rw
- /var/run/docker.sock:/var/run/docker.sock
restart: always
Dockhand is installed and running, but I do not see any of my containers or stacks. What could be th problem? thanks in advance!
Did you setup the environment?