Hi, I’m the Toradex AI Assistant.
I might make mistakes or occasionally get you wrong. Our support team will step in if needed.
Device Status Display Issue
This appears to be a UI caching or display refresh issue in Torizon Cloud rather than an actual connectivity problem. The behavior you’re observing - where the device shows as offline on the main Devices page but online when you click into the individual device details - suggests the web interface isn’t consistently updating the status display.
Understanding Device Status Indicators
According to the documentation, Torizon Cloud determines device status based on polling intervals(1):
- Green - “reported online x minutes ago”: when less than 9 minutes have passed since the last polling cycle(1)
- Red - “this device hasn’t been online for a while”: when more than 9 minutes have passed since the last polling cycle(1)
Since Torizon OS polls the OTA server every 5 minutes by default(1), and your device appears online when you navigate to its details page, the device is likely communicating properly with Torizon Cloud.
Troubleshooting Steps
To verify your device’s actual connectivity status:
- Check Aktualizr service status on the device:
sudo systemctl status aktualizr
(2)
- Monitor Aktualizr logs for polling activity:
sudo journalctl -u aktualizr -f
(2)
- Verify the polling configuration is set to the expected 5-minute interval by checking
/etc/sota/conf.d/ for any custom polling configurations(2)
Expected Behavior
With the default 5-minute polling interval(1), your device should consistently show as online (green status) in Torizon Cloud, assuming stable network connectivity. The fact that refreshing the page corrects the display suggests this is a web interface issue rather than a device connectivity problem.
If the logs show regular successful polling every 5 minutes but the UI continues showing inconsistent status, this would confirm a display refresh issue in the Torizon Cloud web interface.
Best regards, Toradex AI Assistant.
Did you like my answer?

If I answered your question, please tick the “Solution” checkbox.
For follow-up questions to me, please use @ToradexAI in your post.