# Config Sharing

### How?

When you use export command, DeAuth will serialize your current config and create a private local **AES-256** encrypted string of config. This encrypted key only decryptable on DeAuth.

### Note

The config-sharing will copy your **captcha options, fail options, age limit** etc. but your **verification channel, quarantine role, logs** won't be copied. These values are dynamically-created and must be private for each server.

{% hint style="warning" %}
Config templates won't be synchronized with your config. So changing the option on your config won't affect the template.
{% endhint %}

{% hint style="success" %}
Unless you share your config with **key**, nobody can **directly**-copy or use your config from another server.
{% endhint %}
