If every app disappears from the ZimaOS home screen but the server and data are still reachable, do not assume the NAS is failing or that your apps were deleted. First check the exact ZimaOS version, whether Docker containers still exist, and whether the symptom is only a frontend/dashboard regression.
The source case is a good example: on ZimaOS 1.6.1, the user could see no apps across several browsers and feared an imminent system failure. After upgrading to 1.6.2, the apps returned. That is a user-verified recovery, but the thread does not contain an IceWhale statement proving that all missing-app cases were a universal 1.6.1 bug.
Step 1: Check Whether the Apps Are Actually Gone
Open the terminal and inspect Docker:
docker ps -a
If your containers are still listed, the app definitions/data likely still exist even when the home screen is empty.
If Docker itself returns an error, the problem is deeper than the dashboard and should be diagnosed as a service/storage issue.
Step 2: Check the Exact ZimaOS Version
The source user was on 1.6.1 and reported that updating to 1.6.2 restored the app icons. The official ZimaOS 1.6.2 release notes describes broader stability and storage fixes, though it does not specifically document the user's missing-app symptom.
If you are already on a newer stable release, do not downgrade to 1.6.2 just because that fixed one historical case.
Step 3: Test the Dashboard in a Clean Browser Session
Use a private/incognito window and hard-refresh the page. Disable aggressive content blockers or script filters for the local ZimaOS address during testing.
The source user already tried Brave, Firefox, and Chrome, which made a simple single-browser cache issue less likely. But this check remains useful for current cases.
Step 4: Test by IP Address and Hostname
Open both the direct LAN IP and your usual local hostname. If one loads the app dashboard and the other does not, investigate DNS, cached frontend assets, or origin-specific browser storage.
If both show an empty home screen while Docker containers remain healthy, focus on the ZimaOS frontend/backend app-list service rather than reinstalling Docker apps.
Step 5: Verify Storage Before Rebooting Repeatedly
The source user also mentioned disks intermittently disappearing and needing daily reboots. That is a separate high-priority symptom because missing AppData storage can make applications fail to enumerate or start.
Check Settings → Storage and confirm the AppData location is mounted. The current ZimaOS storage setup guide explains current disk and array status indicators.
Do Not Reinstall Apps Until You Know Their Data Is Safe
If the containers and AppData still exist, reinstalling from the App Store can create duplicate paths, new volumes, or confusion about which data belongs to which instance.
The Docker app troubleshooting guide helps separate UI disappearance from actual container loss.
How to Tell UI Failure from App Failure
| Symptom | Likely layer |
|---|---|
| Home screen empty, containers present and running | Dashboard/app-list UI or backend metadata |
| Containers present but stopped | Docker/app configuration or dependency issue |
| Containers missing but AppData present | App metadata/reinstall recovery path |
| AppData storage missing | Storage mount, permissions, or disk problem |
| Dashboard and terminal both unavailable | System/network/service failure |
When to Update vs When to Collect Logs
If a newer stable ZimaOS release is available and your backup is current, updating is reasonable—especially when the issue began immediately after an earlier update. But if storage is degraded or the system disk is failing, fix or protect the data layer first.
If the problem remains on the latest stable release, capture browser console errors, docker ps -a, current storage status, ZimaOS version, and relevant system/app-service logs for support.
FAQ
Did ZimaOS 1.6.2 fix missing app icons?
It fixed the source user's 1.6.1 case. The thread does not prove that every missing-app issue had the same root cause.
Are my apps deleted if the home screen is empty?
Not necessarily. Check docker ps -a and the AppData storage before reinstalling anything.
Can browser cache hide all ZimaOS apps?
A stale frontend can cause UI problems, so a hard refresh/private window is worth testing. If every clean browser behaves the same, investigate the server side next.
Should I buy backup drives before updating?
Maintaining backups is wise regardless, but an empty dashboard alone does not prove imminent data loss. Check system and storage health first.
