DISPLAX Service allows you to save and load all device settings and calibration data between Touch Controllers of the same model and firmware version.
This feature is useful for backup, replication, and fast deployment across multiple identical installations.
You can:
Save current settings to a file
Load saved settings onto another compatible Touch Controller
Restore settings after system reinstallation or hardware replacement
Before using this feature, ensure:
Both Touch Controllers are the same model
Both are running the same firmware version
The target device is connected and accessible via DISPLAX Service
File paths are valid and accessible by the operating system
To save (download) all current settings and calibration values to a file, run:
displaxservice -a 127.0.0.1 --device-settings download "path-to-save-location"
displaxservice -a 127.0.0.1 --device-settings download "/home/user/displax_backup.cfg"
This creates a backup file that can be reused later or transferred to another system.
To load (upload) previously saved settings onto a compatible Touch Controller, run:
displaxservice -a 127.0.0.1 --device-settings upload "path-to-the-file"
displaxservice -a 127.0.0.1 --device-settings upload "/home/user/displax_backup.cfg"
All supported settings and calibration data will be applied to the device.
Always back up settings before making major configuration changes
Restart the Touch Controller after loading settings to ensure full application
Do not load settings between devices with different firmware versions
Cloning configurations across multiple identical touch displays
Creating a baseline configuration for large deployments
Restoring settings after testing changes in configurations
Migrating configurations to replacement hardware