Local data

Manage the folder that contains local messages, rooms, attachments, avatars, saved themes, and desktop storage.

@if (restartRequired()) { }
@if (!isElectron) {

Data management is only available in the packaged Electron desktop app.

} @else {
Current data folder

{{ dataPath() || 'Resolving data folder...' }}

Export data

Create a portable .dat archive that can be imported on another client.

Import all data

Restore a .dat archive. Existing local data is moved to a backup folder first.

Erase user data

Remove local app data from this device and recreate an empty database.

@if (statusMessage()) {

{{ statusMessage() }}

} @if (errorMessage()) {

{{ errorMessage() }}

} }