ZeroTrace HID
File System
On-device storage for scripts and payloads
Every ZeroTrace HID device has persistent on-device storage exposed through the Web UI File Manager.
| Device | Storage |
|---|---|
| ZeroTrace Kit | 10 MB |
| ZeroTrace Mini | 2 MB |
| ZeroTrace Ghost | 2 MB |
What lives here
- ZT scripts (
.ztor any extension) - Payload files referenced from scripts
- Configuration JSON for the device
- Autostart marker
Operations
| Action | How |
|---|---|
| Upload | File Manager → drag-drop or upload button |
| Edit in place | Click filename → built-in editor |
| Rename / delete | Right-click |
| Set autostart | Right-click → Set as autostart |
| Bulk operations | Select with shift-click, then context menu |
Files persist across reboots, firmware updates (within the same major version), and self-destruct does not run unless explicitly invoked.
The filesystem uses LittleFS internally; corruption is rare but recoverable via Web Flasher → Erase Filesystem, which preserves firmware and only wipes user data.